Shades of Ice Cold #A2EDDD
Tints of Ice Cold #A2EDDD
RGB
CMYK
RGB Variations
Color information
#A2EDDD (or 0xA2EDDD) is known color: Ice Cold. HEX triplet: A2, ED and DD. RGB value is (162,237,221). Sum of RGB (Red+Green+Blue) = 162+237+221=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDDD is #5D1222. Grayscale: #D4D4D4. Windows color (decimal): -6099491 or 14544290. OLE color: 14544290.
HSL color Cylindrical-coordinate representation of color #A2EDDD: hue angle of 167.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDDD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 221 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.07 |
| HSL | 167.2º | 0.68% | 0.78% | - |
| HSV(B) | 167.2º | 0.32% | 0.93% | - |
| XYZ | 58.24 | 73.47 | 79.52 | - |
| YUV | 212.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 221 | 0.32 | 0 | 0.07 | 0.07 | 167.2 | 0.68 | 0.78 |
| Hex | A2 | ED | DD | 20 | 0 | 7 | 7 | A7 | 44 | 4E |
| Octal | 242 | 355 | 335 | 40 | 0 | 7 | 7 | 247 | 104 | 116 |
| Binary | 10100010 | 11101101 | 11011101 | 100000 | 0 | 111 | 111 | 10100111 | 1000100 | 1001110 |
Color Harmonies of #A2EDDD
Complementary color
Monochromatic Colors of #A2EDDD
Black with #A2EDDD
Text Example
Text Example
White with #A2EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDDD; }
p { color: rgb(162,237,221); }
H1.HeaderClassName
{
color: #A2EDDD;
}
.AnyTagClassName
{
color: #A2EDDD;
}
</style>
background-color css
<style>
a { background-color: #A2EDDD; }
a { background-color: rgb(162,237,221); }
div.DivClassName
{
background-color: #A2EDDD;
}
.BgClassName
{
background-color: #A2EDDD;
}
</style>
border-color css
<style>
span { border-color: #A2EDDD; }
span { border-color: rgb(162,237,221); }
td.TdClassName
{
border-color: #A2EDDD;
}
.TagClassName
{
border-color: #A2EDDD;
}
</style>