Shades of Ice Cold #A2E1D1
Tints of Ice Cold #A2E1D1
RGB
CMYK
RGB Variations
Color information
#A2E1D1 (or 0xA2E1D1) is known color: Ice Cold. HEX triplet: A2, E1 and D1. RGB value is (162,225,209). Sum of RGB (Red+Green+Blue) = 162+225+209=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E1D1 is #5D1E2E. Grayscale: #CCCCCC. Windows color (decimal): -6102575 or 13754786. OLE color: 13754786.
HSL color Cylindrical-coordinate representation of color #A2E1D1: hue angle of 164.76º degrees, saturation: 0.51, 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 #A2E1D1 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 209 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.12 |
| HSL | 164.76º | 0.51% | 0.76% | - |
| HSV(B) | 164.76º | 0.28% | 0.88% | - |
| XYZ | 53.33 | 66.14 | 70.28 | - |
| YUV | 204.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 209 | 0.28 | 0 | 0.07 | 0.12 | 164.76 | 0.51 | 0.76 |
| Hex | A2 | E1 | D1 | 1C | 0 | 7 | C | A5 | 33 | 4C |
| Octal | 242 | 341 | 321 | 34 | 0 | 7 | 14 | 245 | 63 | 114 |
| Binary | 10100010 | 11100001 | 11010001 | 11100 | 0 | 111 | 1100 | 10100101 | 110011 | 1001100 |
Color Harmonies of #A2E1D1
Complementary color
Monochromatic Colors of #A2E1D1
Black with #A2E1D1
Text Example
Text Example
White with #A2E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1D1; }
p { color: rgb(162,225,209); }
H1.HeaderClassName
{
color: #A2E1D1;
}
.AnyTagClassName
{
color: #A2E1D1;
}
</style>
background-color css
<style>
a { background-color: #A2E1D1; }
a { background-color: rgb(162,225,209); }
div.DivClassName
{
background-color: #A2E1D1;
}
.BgClassName
{
background-color: #A2E1D1;
}
</style>
border-color css
<style>
span { border-color: #A2E1D1; }
span { border-color: rgb(162,225,209); }
td.TdClassName
{
border-color: #A2E1D1;
}
.TagClassName
{
border-color: #A2E1D1;
}
</style>