Shades of Ice Cold #ACE6D1
Tints of Ice Cold #ACE6D1
RGB
CMYK
RGB Variations
Color information
#ACE6D1 (or 0xACE6D1) is known color: Ice Cold. HEX triplet: AC, E6 and D1. RGB value is (172,230,209). Sum of RGB (Red+Green+Blue) = 172+230+209=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6D1 is #53192E. Grayscale: #D2D2D2. Windows color (decimal): -5445935 or 13756076. OLE color: 13756076.
HSL color Cylindrical-coordinate representation of color #ACE6D1: hue angle of 158.28º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE6D1 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 209 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.10 |
| HSL | 158.28º | 0.54% | 0.79% | - |
| HSV(B) | 158.28º | 0.25% | 0.9% | - |
| XYZ | 56.82 | 69.97 | 70.83 | - |
| YUV | 210.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 209 | 0.25 | 0 | 0.09 | 0.10 | 158.28 | 0.54 | 0.79 |
| Hex | AC | E6 | D1 | 19 | 0 | 9 | A | 9E | 36 | 4F |
| Octal | 254 | 346 | 321 | 31 | 0 | 11 | 12 | 236 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11010001 | 11001 | 0 | 1001 | 1010 | 10011110 | 110110 | 1001111 |
Color Harmonies of #ACE6D1
Complementary color
Monochromatic Colors of #ACE6D1
Black with #ACE6D1
Text Example
Text Example
White with #ACE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6D1; }
p { color: rgb(172,230,209); }
H1.HeaderClassName
{
color: #ACE6D1;
}
.AnyTagClassName
{
color: #ACE6D1;
}
</style>
background-color css
<style>
a { background-color: #ACE6D1; }
a { background-color: rgb(172,230,209); }
div.DivClassName
{
background-color: #ACE6D1;
}
.BgClassName
{
background-color: #ACE6D1;
}
</style>
border-color css
<style>
span { border-color: #ACE6D1; }
span { border-color: rgb(172,230,209); }
td.TdClassName
{
border-color: #ACE6D1;
}
.TagClassName
{
border-color: #ACE6D1;
}
</style>