Shades of Ice Cold #ACE1D4
Tints of Ice Cold #ACE1D4
RGB
CMYK
RGB Variations
Color information
#ACE1D4 (or 0xACE1D4) is known color: Ice Cold. HEX triplet: AC, E1 and D4. RGB value is (172,225,212). Sum of RGB (Red+Green+Blue) = 172+225+212=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D4 is #531E2B. Grayscale: #CFCFCF. Windows color (decimal): -5447212 or 13951404. OLE color: 13951404.
HSL color Cylindrical-coordinate representation of color #ACE1D4: hue angle of 165.28º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D4 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 212 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.12 |
| HSL | 165.28º | 0.47% | 0.78% | - |
| HSV(B) | 165.28º | 0.24% | 0.88% | - |
| XYZ | 55.82 | 67.37 | 72.35 | - |
| YUV | 207.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 212 | 0.24 | 0 | 0.06 | 0.12 | 165.28 | 0.47 | 0.78 |
| Hex | AC | E1 | D4 | 18 | 0 | 6 | C | A5 | 2F | 4E |
| Octal | 254 | 341 | 324 | 30 | 0 | 6 | 14 | 245 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11010100 | 11000 | 0 | 110 | 1100 | 10100101 | 101111 | 1001110 |
Color Harmonies of #ACE1D4
Complementary color
Monochromatic Colors of #ACE1D4
Black with #ACE1D4
Text Example
Text Example
White with #ACE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1D4; }
p { color: rgb(172,225,212); }
H1.HeaderClassName
{
color: #ACE1D4;
}
.AnyTagClassName
{
color: #ACE1D4;
}
</style>
background-color css
<style>
a { background-color: #ACE1D4; }
a { background-color: rgb(172,225,212); }
div.DivClassName
{
background-color: #ACE1D4;
}
.BgClassName
{
background-color: #ACE1D4;
}
</style>
border-color css
<style>
span { border-color: #ACE1D4; }
span { border-color: rgb(172,225,212); }
td.TdClassName
{
border-color: #ACE1D4;
}
.TagClassName
{
border-color: #ACE1D4;
}
</style>