Shades of Ice Cold #ACE0CF
Tints of Ice Cold #ACE0CF
RGB
CMYK
RGB Variations
Color information
#ACE0CF (or 0xACE0CF) is known color: Ice Cold. HEX triplet: AC, E0 and CF. RGB value is (172,224,207). Sum of RGB (Red+Green+Blue) = 172+224+207=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0CF is #531F30. Grayscale: #CECECE. Windows color (decimal): -5447473 or 13623468. OLE color: 13623468.
HSL color Cylindrical-coordinate representation of color #ACE0CF: hue angle of 160.38º 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 #ACE0CF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 207 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.12 |
| HSL | 160.38º | 0.46% | 0.78% | - |
| HSV(B) | 160.38º | 0.23% | 0.88% | - |
| XYZ | 54.93 | 66.59 | 68.99 | - |
| YUV | 206.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 207 | 0.23 | 0 | 0.08 | 0.12 | 160.38 | 0.46 | 0.78 |
| Hex | AC | E0 | CF | 17 | 0 | 8 | C | A0 | 2E | 4E |
| Octal | 254 | 340 | 317 | 27 | 0 | 10 | 14 | 240 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11001111 | 10111 | 0 | 1000 | 1100 | 10100000 | 101110 | 1001110 |
Color Harmonies of #ACE0CF
Complementary color
Monochromatic Colors of #ACE0CF
Black with #ACE0CF
Text Example
Text Example
White with #ACE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0CF; }
p { color: rgb(172,224,207); }
H1.HeaderClassName
{
color: #ACE0CF;
}
.AnyTagClassName
{
color: #ACE0CF;
}
</style>
background-color css
<style>
a { background-color: #ACE0CF; }
a { background-color: rgb(172,224,207); }
div.DivClassName
{
background-color: #ACE0CF;
}
.BgClassName
{
background-color: #ACE0CF;
}
</style>
border-color css
<style>
span { border-color: #ACE0CF; }
span { border-color: rgb(172,224,207); }
td.TdClassName
{
border-color: #ACE0CF;
}
.TagClassName
{
border-color: #ACE0CF;
}
</style>