#A2E6DD

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

Shades of Ice Cold #A2E6DD

Tints of Ice Cold #A2E6DD

Color information

#A2E6DD (or 0xA2E6DD) is unknown color: approx Ice Cold. HEX triplet: A2, E6 and DD. RGB value is (162,230,221). Sum of RGB (Red+Green+Blue) = 162+230+221=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6DD is #5D1922. Grayscale: #D0D0D0. Windows color (decimal): -6101283 or 14542498. OLE color: 14542498.

HSL color Cylindrical-coordinate representation of color #A2E6DD: hue angle of 172.06º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6DD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB162230221-
CMYK0.3000.040.10
HSL172.06º57.63%76.86%-
HSV(B)172.06º29.57%90.2%-
XYZ56.2569.578.86-
YUV208.64134.9794.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.43%
GREEN value IS 230 (90.23% from 255) = 37.52%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=26.43%
G=37.52%
B=36.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622302210.3000.040.10172.0657.6376.86
HexA2E6DD1E04Aac3a4d
Octal24234633536041225472115
Binary1010001011100110110111011111001001010101011001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E6DD; }

 p { color: rgb(162,230,221); }

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

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

 a { background-color: rgb(162,230,221); }

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

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

 span { border-color: rgb(162,230,221); }

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