Shades of Ice Cold #ACE1D0
Tints of Ice Cold #ACE1D0
RGB
CMYK
RGB Variations
Color information
#ACE1D0 (or 0xACE1D0) is known color: Ice Cold. HEX triplet: AC, E1 and D0. RGB value is (172,225,208). Sum of RGB (Red+Green+Blue) = 172+225+208=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D0 is #531E2F. Grayscale: #CFCFCF. Windows color (decimal): -5447216 or 13689260. OLE color: 13689260.
HSL color Cylindrical-coordinate representation of color #ACE1D0: hue angle of 160.75º 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 #ACE1D0 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 208 | - |
CMYK | 0.24 | 0 | 0.08 | 0.12 |
HSL | 160.75º | 0.47% | 0.78% | - |
HSV(B) | 160.75º | 0.24% | 0.88% | - |
XYZ | 55.32 | 67.18 | 69.72 | - |
YUV | 207.22 | 128.44 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 208 | 0.24 | 0 | 0.08 | 0.12 | 160.75 | 0.47 | 0.78 |
Hex | AC | E1 | D0 | 18 | 0 | 8 | C | A1 | 2F | 4E |
Octal | 254 | 341 | 320 | 30 | 0 | 10 | 14 | 241 | 57 | 116 |
Binary | 10101100 | 11100001 | 11010000 | 11000 | 0 | 1000 | 1100 | 10100001 | 101111 | 1001110 |
Color Harmonies of #ACE1D0
Complementary color
Monochromatic Colors of #ACE1D0
Black with #ACE1D0
Text Example
Text Example
White with #ACE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1D0; }
p { color: rgb(172,225,208); }
H1.HeaderClassName
{
color: #ACE1D0;
}
.AnyTagClassName
{
color: #ACE1D0;
}
</style>
background-color css
<style>
a { background-color: #ACE1D0; }
a { background-color: rgb(172,225,208); }
div.DivClassName
{
background-color: #ACE1D0;
}
.BgClassName
{
background-color: #ACE1D0;
}
</style>
border-color css
<style>
span { border-color: #ACE1D0; }
span { border-color: rgb(172,225,208); }
td.TdClassName
{
border-color: #ACE1D0;
}
.TagClassName
{
border-color: #ACE1D0;
}
</style>