Shades of Ice Cold #A2F0DC
Tints of Ice Cold #A2F0DC
RGB
CMYK
RGB Variations
Color information
#A2F0DC (or 0xA2F0DC) is known color: Ice Cold. HEX triplet: A2, F0 and DC. RGB value is (162,240,220). Sum of RGB (Red+Green+Blue) = 162+240+220=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F0DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F0DC is #5D0F23. Grayscale: #D6D6D6. Windows color (decimal): -6098724 or 14479522. OLE color: 14479522.
HSL color Cylindrical-coordinate representation of color #A2F0DC: hue angle of 164.62º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2F0DC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 220 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.06 |
| HSL | 164.62º | 0.72% | 0.79% | - |
| HSV(B) | 164.62º | 0.33% | 0.94% | - |
| XYZ | 58.98 | 75.17 | 79.11 | - |
| YUV | 214.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 220 | 0.32 | 0 | 0.08 | 0.06 | 164.62 | 0.72 | 0.79 |
| Hex | A2 | F0 | DC | 20 | 0 | 8 | 6 | A5 | 48 | 4F |
| Octal | 242 | 360 | 334 | 40 | 0 | 10 | 6 | 245 | 110 | 117 |
| Binary | 10100010 | 11110000 | 11011100 | 100000 | 0 | 1000 | 110 | 10100101 | 1001000 | 1001111 |
Color Harmonies of #A2F0DC
Complementary color
Monochromatic Colors of #A2F0DC
Black with #A2F0DC
Text Example
Text Example
White with #A2F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F0DC; }
p { color: rgb(162,240,220); }
H1.HeaderClassName
{
color: #A2F0DC;
}
.AnyTagClassName
{
color: #A2F0DC;
}
</style>
background-color css
<style>
a { background-color: #A2F0DC; }
a { background-color: rgb(162,240,220); }
div.DivClassName
{
background-color: #A2F0DC;
}
.BgClassName
{
background-color: #A2F0DC;
}
</style>
border-color css
<style>
span { border-color: #A2F0DC; }
span { border-color: rgb(162,240,220); }
td.TdClassName
{
border-color: #A2F0DC;
}
.TagClassName
{
border-color: #A2F0DC;
}
</style>