Shades of Ice Cold #ACE6D3
Tints of Ice Cold #ACE6D3
RGB
CMYK
RGB Variations
Color information
#ACE6D3 (or 0xACE6D3) is known color: Ice Cold. HEX triplet: AC, E6 and D3. RGB value is (172,230,211). Sum of RGB (Red+Green+Blue) = 172+230+211=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6D3 is #53192C. Grayscale: #D2D2D2. Windows color (decimal): -5445933 or 13887148. OLE color: 13887148.
HSL color Cylindrical-coordinate representation of color #ACE6D3: hue angle of 160.34º degrees, saturation: 0.54, 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 #ACE6D3 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 211 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.10 |
| HSL | 160.34º | 0.54% | 0.79% | - |
| HSV(B) | 160.34º | 0.25% | 0.9% | - |
| XYZ | 57.07 | 70.07 | 72.14 | - |
| YUV | 210.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 211 | 0.25 | 0 | 0.08 | 0.10 | 160.34 | 0.54 | 0.79 |
| Hex | AC | E6 | D3 | 19 | 0 | 8 | A | A0 | 36 | 4F |
| Octal | 254 | 346 | 323 | 31 | 0 | 10 | 12 | 240 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11010011 | 11001 | 0 | 1000 | 1010 | 10100000 | 110110 | 1001111 |
Color Harmonies of #ACE6D3
Complementary color
Monochromatic Colors of #ACE6D3
Black with #ACE6D3
Text Example
Text Example
White with #ACE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6D3; }
p { color: rgb(172,230,211); }
H1.HeaderClassName
{
color: #ACE6D3;
}
.AnyTagClassName
{
color: #ACE6D3;
}
</style>
background-color css
<style>
a { background-color: #ACE6D3; }
a { background-color: rgb(172,230,211); }
div.DivClassName
{
background-color: #ACE6D3;
}
.BgClassName
{
background-color: #ACE6D3;
}
</style>
border-color css
<style>
span { border-color: #ACE6D3; }
span { border-color: rgb(172,230,211); }
td.TdClassName
{
border-color: #ACE6D3;
}
.TagClassName
{
border-color: #ACE6D3;
}
</style>