COLOR #A0F5DC

HEX: #A0F5DC
RGB: (160,245,220)

Color info

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

RGB color model

#A0F5DC color RGB value is (160,245,220).

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

RGB channels and saturation

R 160 of 255 = 63%
G 245 of 255 = 96%
B 220 of 255 = 86%

160
245
220

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

Portions of RGB colors in percentages

R + G + B =
160 + 245 + 220 = 625 (100%)
R 160 of 625 ~ 25.6%
G 245 of 625 ~ 39.2%
B 220 of 625 ~ 35.2%

%25.6
%39.2
%35.2

CMYK color model

#A0F5DC color CMYK value is (35,0,10,4).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK:
(35,0,10,4)
C35M0Y10K4 
(35%,0%,10%,4%)
(0.35/0.00/0.10/0.04)	

CMYK percentages

%34.69
%0
%10.2
%3.92

Codes

Color #A0F5DC in popluar color models

A0F5DC
RGB160245220
HSL162°80.95%79.41%
HSB/HSV162°34.69%96.08%
CMYK34.69%0.00%10.20%
3.92%

Color #A0F5DC in popluar number systems.

HEXA0F5DC
Decimal160245220
Binary101000001111010111011100
Octal240365334

Shades and tints

Shades of #A0F5DC

#A0F5DC
(160,245,220)
#92DFC8
(146,223,200)
#84C9B4
(132,201,180)
#76B3A0
(118,179,160)
#689D8C
(104,157,140)
#5A8778
(90,135,120)
#4C7164
(76,113,100)
#3E5B50
(62,91,80)
#30453C
(48,69,60)
#222F28
(34,47,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0F5DC

#A0F5DC
(160,245,220)
#A8F5DF
(168,245,223)
#B0F5E2
(176,245,226)
#B8F5E5
(184,245,229)
#C0F5E8
(192,245,232)
#C8F5EB
(200,245,235)
#D0F5EE
(208,245,238)
#D8F5F1
(216,245,241)
#E0F5F4
(224,245,244)
#E8F5F7
(232,245,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F5DC; }

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

This text font color is #A0F5DC.


Background Color

.myBgColor { background-color: #A0F5DC; }

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

This div background color is #A0F5DC.


Border color

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

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

This div border color is #A0F5DC.


Opacity

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

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

Text with #A0F5DC 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 #A0F5DC;}

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

This text has shadow with #A0F5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0F5DC on black background.


Color preview on white background

This text has color #A0F5DC on white background.



Black color preview on #A0F5DC background

This text has black color on #A0F5DC background.


White color preview on #A0F5DC background

This text has white color on #A0F5DC background.