#a2e2ce

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

Shades of Ice Cold #A2E2CE

Tints of Ice Cold #A2E2CE

Color information

#A2E2CE (or 0xA2E2CE) is unknown color: approx Ice Cold. HEX triplet: A2, E2 and CE. RGB value is (162,226,206). Sum of RGB (Red+Green+Blue) = 162+226+206=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E2CE is #5D1D31. Grayscale: #CCCCCC. Windows color (decimal): -6102322 or 13558434. OLE color: 13558434.

HSL color Cylindrical-coordinate representation of color #A2E2CE: hue angle of 161.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E2CE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB162226206-
CMYK0.2800.090.11
HSL161.25º52.46%76.08%-
HSV(B)161.25º28.32%88.63%-
XYZ53.2466.5368.43-
YUV204.58128.897.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.27%
GREEN value IS 226 (88.67% from 255) = 38.05%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=27.27%
G=38.05%
B=34.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622262060.2800.090.11161.2552.4676.08
HexA2E2CE1C09Ba1344c
Octal242342316340111324164114
Binary10100010111000101100111011100010011011101000011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e2ce; }

 p { color: rgb(162,226,206); }

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

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

 a { background-color: rgb(162,226,206); }

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

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

 span { border-color: rgb(162,226,206); }

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