Shades of Ice Cold #ACE5D2
Tints of Ice Cold #ACE5D2
RGB
CMYK
RGB Variations
Color information
#ACE5D2 (or 0xACE5D2) is known color: Ice Cold. HEX triplet: AC, E5 and D2. RGB value is (172,229,210). Sum of RGB (Red+Green+Blue) = 172+229+210=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5D2 is #531A2D. Grayscale: #D1D1D1. Windows color (decimal): -5446190 or 13821356. OLE color: 13821356.
HSL color Cylindrical-coordinate representation of color #ACE5D2: hue angle of 160º degrees, saturation: 0.52, 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 #ACE5D2 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 210 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.10 |
| HSL | 160º | 0.52% | 0.79% | - |
| HSV(B) | 160º | 0.25% | 0.9% | - |
| XYZ | 56.67 | 69.46 | 71.39 | - |
| YUV | 209.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 210 | 0.25 | 0 | 0.08 | 0.10 | 160 | 0.52 | 0.79 |
| Hex | AC | E5 | D2 | 19 | 0 | 8 | A | A0 | 34 | 4F |
| Octal | 254 | 345 | 322 | 31 | 0 | 10 | 12 | 240 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11010010 | 11001 | 0 | 1000 | 1010 | 10100000 | 110100 | 1001111 |
Color Harmonies of #ACE5D2
Complementary color
Monochromatic Colors of #ACE5D2
Black with #ACE5D2
Text Example
Text Example
White with #ACE5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5D2; }
p { color: rgb(172,229,210); }
H1.HeaderClassName
{
color: #ACE5D2;
}
.AnyTagClassName
{
color: #ACE5D2;
}
</style>
background-color css
<style>
a { background-color: #ACE5D2; }
a { background-color: rgb(172,229,210); }
div.DivClassName
{
background-color: #ACE5D2;
}
.BgClassName
{
background-color: #ACE5D2;
}
</style>
border-color css
<style>
span { border-color: #ACE5D2; }
span { border-color: rgb(172,229,210); }
td.TdClassName
{
border-color: #ACE5D2;
}
.TagClassName
{
border-color: #ACE5D2;
}
</style>