Shades of Ice Cold #ACE0D3
Tints of Ice Cold #ACE0D3
RGB
CMYK
RGB Variations
Color information
#ACE0D3 (or 0xACE0D3) is known color: Ice Cold. HEX triplet: AC, E0 and D3. RGB value is (172,224,211). Sum of RGB (Red+Green+Blue) = 172+224+211=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0D3 is #531F2C. Grayscale: #CECECE. Windows color (decimal): -5447469 or 13885612. OLE color: 13885612.
HSL color Cylindrical-coordinate representation of color #ACE0D3: hue angle of 165º 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 #ACE0D3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 211 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.12 |
| HSL | 165º | 0.46% | 0.78% | - |
| HSV(B) | 165º | 0.23% | 0.88% | - |
| XYZ | 55.43 | 66.79 | 71.6 | - |
| YUV | 206.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 211 | 0.23 | 0 | 0.06 | 0.12 | 165 | 0.46 | 0.78 |
| Hex | AC | E0 | D3 | 17 | 0 | 6 | C | A5 | 2E | 4E |
| Octal | 254 | 340 | 323 | 27 | 0 | 6 | 14 | 245 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11010011 | 10111 | 0 | 110 | 1100 | 10100101 | 101110 | 1001110 |
Color Harmonies of #ACE0D3
Complementary color
Monochromatic Colors of #ACE0D3
Black with #ACE0D3
Text Example
Text Example
White with #ACE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0D3; }
p { color: rgb(172,224,211); }
H1.HeaderClassName
{
color: #ACE0D3;
}
.AnyTagClassName
{
color: #ACE0D3;
}
</style>
background-color css
<style>
a { background-color: #ACE0D3; }
a { background-color: rgb(172,224,211); }
div.DivClassName
{
background-color: #ACE0D3;
}
.BgClassName
{
background-color: #ACE0D3;
}
</style>
border-color css
<style>
span { border-color: #ACE0D3; }
span { border-color: rgb(172,224,211); }
td.TdClassName
{
border-color: #ACE0D3;
}
.TagClassName
{
border-color: #ACE0D3;
}
</style>