Shades of Ice Cold #ACE0D2
Tints of Ice Cold #ACE0D2
RGB
CMYK
RGB Variations
Color information
#ACE0D2 (or 0xACE0D2) is known color: Ice Cold. HEX triplet: AC, E0 and D2. RGB value is (172,224,210). Sum of RGB (Red+Green+Blue) = 172+224+210=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0D2 is #531F2D. Grayscale: #CECECE. Windows color (decimal): -5447470 or 13820076. OLE color: 13820076.
HSL color Cylindrical-coordinate representation of color #ACE0D2: hue angle of 163.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0D2 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 210 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.12 |
| HSL | 163.85º | 0.46% | 0.78% | - |
| HSV(B) | 163.85º | 0.23% | 0.88% | - |
| XYZ | 55.3 | 66.74 | 70.94 | - |
| YUV | 206.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 210 | 0.23 | 0 | 0.06 | 0.12 | 163.85 | 0.46 | 0.78 |
| Hex | AC | E0 | D2 | 17 | 0 | 6 | C | A4 | 2E | 4E |
| Octal | 254 | 340 | 322 | 27 | 0 | 6 | 14 | 244 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11010010 | 10111 | 0 | 110 | 1100 | 10100100 | 101110 | 1001110 |
Color Harmonies of #ACE0D2
Complementary color
Monochromatic Colors of #ACE0D2
Black with #ACE0D2
Text Example
Text Example
White with #ACE0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0D2; }
p { color: rgb(172,224,210); }
H1.HeaderClassName
{
color: #ACE0D2;
}
.AnyTagClassName
{
color: #ACE0D2;
}
</style>
background-color css
<style>
a { background-color: #ACE0D2; }
a { background-color: rgb(172,224,210); }
div.DivClassName
{
background-color: #ACE0D2;
}
.BgClassName
{
background-color: #ACE0D2;
}
</style>
border-color css
<style>
span { border-color: #ACE0D2; }
span { border-color: rgb(172,224,210); }
td.TdClassName
{
border-color: #ACE0D2;
}
.TagClassName
{
border-color: #ACE0D2;
}
</style>