COLOR #A0F5DE

HEX: #A0F5DE
RGB: (160,245,222)

Color info

#A0F5DE contains mainly green and blue colors. Web safe color of #A0F5DE is #99FFCC (or #9FC).

RGB color model

#A0F5DE color RGB value is (160,245,222).

  • red value is 160;
  • green value is 245;
  • blue value is 222.
RGB:
(160,245,222)
(63%,96%,87%)

RGB channels and saturation

R 160 of 255 = 63%
G 245 of 255 = 96%
B 222 of 255 = 87%

160
245
222

R + G + B ~ 82%. #A0F5DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 245 + 222 = 627 (100%)
R 160 of 627 ~ 25.52%
G 245 of 627 ~ 39.07%
B 222 of 627 ~ 35.41%

%25.52
%39.07
%35.41

CMYK color model

#A0F5DE color CMYK value is (35,0,9,4).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(35,0,9,4)
C35M0Y9K4 
(35%,0%,9%,4%)
(0.35/0.00/0.09/0.04)	

CMYK percentages

%34.69
%0
%9.39
%3.92

Codes

Color #A0F5DE in popluar color models

A0F5DE
RGB160245222
HSL164°80.95%79.41%
HSB/HSV164°34.69%96.08%
CMYK34.69%0.00%9.39%
3.92%

Color #A0F5DE in popluar number systems.

HEXA0F5DE
Decimal160245222
Binary101000001111010111011110
Octal240365336

Shades and tints

Shades of #A0F5DE

#A0F5DE
(160,245,222)
#92DFCA
(146,223,202)
#84C9B6
(132,201,182)
#76B3A2
(118,179,162)
#689D8E
(104,157,142)
#5A877A
(90,135,122)
#4C7166
(76,113,102)
#3E5B52
(62,91,82)
#30453E
(48,69,62)
#222F2A
(34,47,42)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #A0F5DE

#A0F5DE
(160,245,222)
#A8F5E1
(168,245,225)
#B0F5E4
(176,245,228)
#B8F5E7
(184,245,231)
#C0F5EA
(192,245,234)
#C8F5ED
(200,245,237)
#D0F5F0
(208,245,240)
#D8F5F3
(216,245,243)
#E0F5F6
(224,245,246)
#E8F5F9
(232,245,249)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0F5DE color. Also use rgb(160,245,222) instead hex code.

Text Font Color

.myTextColor { color: #A0F5DE; }

<p style="color:#A0F5DE">This sample text font color is #A0F5DE.</p>

This text font color is #A0F5DE.


Background Color

.myBgColor { background-color: #A0F5DE; }

<div style="background-color:#A0F5DE">Inner text</div>

This div background color is #A0F5DE.


Border color

.myBorderColor { border: 1px solid #A0F5DE; }

<div style="border:3px solid #A0F5DE">Div</div>

This div border color is #A0F5DE.


Opacity

.myOpacity80 { color: #A0F5DE; opacity: 0.8; }

<p style="color:#A0F5DE;opacity:0.8;">80%</p>

Text with #A0F5DE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0F5DE;}

<p style="text-shadow: 3px 3px 1px #A0F5DE">Text here.</p>

This text has shadow with #A0F5DE color.

.textShadow {text-shadow: 3px 3px 1px #A0F5DE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0F5DE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0F5DE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0F5DE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0F5DE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0F5DE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A0F5DE;
  -webkit-box-shadow:	1px 1px 3px 2px #A0F5DE;
  box-shadow:		1px 1px 3px 2px #A0F5DE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0F5DE;
-webkit-box-shadow: 1px 1px 3px 2px #A0F5DE;
box-shadow:1px 1px 3px 2px #A0F5DE;">
Div content here</div>
This div box has shadow with color #A0F5DE.

Preview

Color preview on black background

This text has color #A0F5DE on black background.


Color preview on white background

This text has color #A0F5DE on white background.



Black color preview on #A0F5DE background

This text has black color on #A0F5DE background.


White color preview on #A0F5DE background

This text has white color on #A0F5DE background.