#A2EAD4

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

Shades of Ice Cold #A2EAD4

Tints of Ice Cold #A2EAD4

Color information

#A2EAD4 (or 0xA2EAD4) is unknown color: approx Ice Cold. HEX triplet: A2, EA and D4. RGB value is (162,234,212). Sum of RGB (Red+Green+Blue) = 162+234+212=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAD4 is #5D152B. Grayscale: #D1D1D1. Windows color (decimal): -6100268 or 13953698. OLE color: 13953698.

HSL color Cylindrical-coordinate representation of color #A2EAD4: hue angle of 161.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EAD4 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB162234212-
CMYK0.3100.090.08
HSL161.67º63.16%77.65%-
HSV(B)161.67º30.77%91.76%-
XYZ56.2171.2873.08-
YUV209.96129.1593.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.64%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=26.64%
G=38.49%
B=34.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622342120.3100.090.08161.6763.1677.65
HexA2EAD41F098a23f4e
Octal242352324370111024277116
Binary10100010111010101101010011111010011000101000101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAD4; }

 p { color: rgb(162,234,212); }

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

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

 a { background-color: rgb(162,234,212); }

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

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

 span { border-color: rgb(162,234,212); }

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