#A2E9D9

Color #A2E9D9 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A2E9D9

Tints of Ice Cold #A2E9D9

Color information

#A2E9D9 (or 0xA2E9D9) is unknown color: approx Ice Cold. HEX triplet: A2, E9 and D9. RGB value is (162,233,217). Sum of RGB (Red+Green+Blue) = 162+233+217=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9D9 is #5D1626. Grayscale: #D1D1D1. Windows color (decimal): -6100519 or 14281122. OLE color: 14281122.

HSL color Cylindrical-coordinate representation of color #A2E9D9: hue angle of 166.48º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9D9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB162233217-
CMYK0.3000.070.09
HSL166.48º61.74%77.45%-
HSV(B)166.48º30.47%91.37%-
XYZ56.5670.9776.36-
YUV209.95131.9893.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 26.47%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=26.47%
G=38.07%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622332170.3000.070.09166.4861.7477.45
HexA2E9D91E079a63e4d
Octal24235133136071124676115
Binary1010001011101001110110011111001111001101001101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9D9; }

 p { color: rgb(162,233,217); }

 H1.HeaderClassName
 {
   color: #A2E9D9;
 }
 .AnyTagClassName
 {
   color: #A2E9D9;
 }
</style>
background-color css

<style>
 a { background-color: #A2E9D9; }

 a { background-color: rgb(162,233,217); }

 div.DivClassName
 {
   background-color: #A2E9D9;
 }
 .BgClassName
 {
   background-color: #A2E9D9;
 }
</style>
border-color css

<style>
 span { border-color: #A2E9D9; }

 span { border-color: rgb(162,233,217); }

 td.TdClassName
 {
   border-color: #A2E9D9;
 }
 .TagClassName
 {
   border-color: #A2E9D9;
 }
</style>