COLOR #A0F5E6

HEX: #A0F5E6 RGB: (160,245,230)

Color info

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

RGB color model

#A0F5E6 color RGB value is (160,245,230).

RGB: (160,245,230) (63%, 96%, 90%)

RGB channels and saturation

R 160 of 255 = 63%
G 245 of 255 = 96%
B 230 of 255 = 90%

160
245
230

R + G + B ~ 83%. #A0F5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 245 + 230 = 635 (100%)
R 160 of 635 ~ 25.2%
G 245 of 635 ~ 38.58%
B 230 of 635 ~ 36.22'%

%25.2
%38.58
%36.22

CMYK color model

#A0F5E6 color CMYK value is (35,0,6,4).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 3.92%

CMYK: (35,0,6,4)
C35M0Y6K4 (35%, 0%, 6%, 4%)
(0.35 / 0.00 / 0.06 / 0.04)

CMYK percentages

%34.69
%0
%6.12
%3.92

Codes

Color #A0F5E6 in popluar color models

A0 F5 E6
RGB 160 245 230
HSL 169° 80.95% 79.41%
HSB/HSV 169° 34.69% 96.08%
CMYK 34.69% 0.00% 6.12%
3.92%

Color #A0F5E6 in popluar number systems.

HEX A0 F5 E6
Decimal 160 245 230
Binary 10100000 11110101 11100110
Octal 240 365 346

Shades and tints

Shades of #A0F5E6

#A0F5E6
(160,245,230)
#92DFD2
(146,223,210)
#84C9BE
(132,201,190)
#76B3AA
(118,179,170)
#689D96
(104,157,150)
#5A8782
(90,135,130)
#4C716E
(76,113,110)
#3E5B5A
(62,91,90)
#304546
(48,69,70)
#222F32
(34,47,50)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #A0F5E6

#A0F5E6
(160,245,230)
#A8F5E8
(168,245,232)
#B0F5EA
(176,245,234)
#B8F5EC
(184,245,236)
#C0F5EE
(192,245,238)
#C8F5F0
(200,245,240)
#D0F5F2
(208,245,242)
#D8F5F4
(216,245,244)
#E0F5F6
(224,245,246)
#E8F5F8
(232,245,248)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0F5E6; }

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

This text font color is #A0F5E6.

Background Color

.myBgColor { background-color: #A0F5E6; }

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

This div background color is #A0F5E6.

Border color

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

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

This div border color is #A0F5E6.

Opacity

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

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

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

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

This text has shadow with #A0F5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0F5E6.

Preview

Color preview on black background

This text has color #A0F5E6 on black background.


Color preview on white background

This text has color #A0F5E6 on white background.


Black color preview on #A0F5E6 background

This text has black color on #A0F5E6 background.


White color preview on #A0F5E6 background

This text has white color on #A0F5E6 background.


Related colors

Complementary color

Complementary color for #hex is #5F0A19.


I love getcolorcode.com

Triadic colors

1 #E6A0F5 and #F5E6A0 with #A0F5E6 are triadic colors.

2 #E6F5A0 and #F5A0E6 with #A0F5E6 are triadic colors.