#A2E0CD

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

Shades of Ice Cold #A2E0CD

Tints of Ice Cold #A2E0CD

Color information

#A2E0CD (or 0xA2E0CD) is unknown color: approx Ice Cold. HEX triplet: A2, E0 and CD. RGB value is (162,224,205). Sum of RGB (Red+Green+Blue) = 162+224+205=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0CD is #5D1F32. Grayscale: #CBCBCB. Windows color (decimal): -6102835 or 13492386. OLE color: 13492386.

HSL color Cylindrical-coordinate representation of color #A2E0CD: hue angle of 161.61º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E0CD is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB162224205-
CMYK0.2800.080.12
HSL161.61º50%75.69%-
HSV(B)161.61º27.68%87.84%-
XYZ52.5865.467.61-
YUV203.3128.9698.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.41%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=27.41%
G=37.90%
B=34.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622242050.2800.080.12161.615075.69
HexA2E0CD1C08Ca2324c
Octal242340315340101424262114
Binary10100010111000001100110111100010001100101000101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0CD; }

 p { color: rgb(162,224,205); }

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

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

 a { background-color: rgb(162,224,205); }

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

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

 span { border-color: rgb(162,224,205); }

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