#A2E0CB

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

Shades of Ice Cold #A2E0CB

Tints of Ice Cold #A2E0CB

Color information

#A2E0CB (or 0xA2E0CB) is unknown color: approx Ice Cold. HEX triplet: A2, E0 and CB. RGB value is (162,224,203). Sum of RGB (Red+Green+Blue) = 162+224+203=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E0CB is #5D1F34. Grayscale: #CBCBCB. Windows color (decimal): -6102837 or 13361314. OLE color: 13361314.

HSL color Cylindrical-coordinate representation of color #A2E0CB: hue angle of 159.68º 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 #A2E0CB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB162224203-
CMYK0.2800.090.12
HSL159.68º50%75.69%-
HSV(B)159.68º27.68%87.84%-
XYZ52.3465.366.35-
YUV203.07127.9698.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.50%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=27.50%
G=38.03%
B=34.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622242030.2800.090.12159.685075.69
HexA2E0CB1C09Ca0324c
Octal242340313340111424062114
Binary10100010111000001100101111100010011100101000001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0CB; }

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

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

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

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

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

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

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

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