Shades of Ice Cold #ACE7D4
Tints of Ice Cold #ACE7D4
RGB
CMYK
RGB Variations
Color information
#ACE7D4 (or 0xACE7D4) is known color: Ice Cold. HEX triplet: AC, E7 and D4. RGB value is (172,231,212). Sum of RGB (Red+Green+Blue) = 172+231+212=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7D4 is #53182B. Grayscale: #D3D3D3. Windows color (decimal): -5445676 or 13952940. OLE color: 13952940.
HSL color Cylindrical-coordinate representation of color #ACE7D4: hue angle of 160.68º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7D4 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 231 | 212 | - |
CMYK | 0.26 | 0 | 0.08 | 0.09 |
HSL | 160.68º | 0.55% | 0.79% | - |
HSV(B) | 160.68º | 0.26% | 0.91% | - |
XYZ | 57.47 | 70.68 | 72.9 | - |
YUV | 211.19 | 128.45 | 100.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 231 | 212 | 0.26 | 0 | 0.08 | 0.09 | 160.68 | 0.55 | 0.79 |
Hex | AC | E7 | D4 | 1A | 0 | 8 | 9 | A1 | 37 | 4F |
Octal | 254 | 347 | 324 | 32 | 0 | 10 | 11 | 241 | 67 | 117 |
Binary | 10101100 | 11100111 | 11010100 | 11010 | 0 | 1000 | 1001 | 10100001 | 110111 | 1001111 |
Color Harmonies of #ACE7D4
Complementary color
Monochromatic Colors of #ACE7D4
Black with #ACE7D4
Text Example
Text Example
White with #ACE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7D4; }
p { color: rgb(172,231,212); }
H1.HeaderClassName
{
color: #ACE7D4;
}
.AnyTagClassName
{
color: #ACE7D4;
}
</style>
background-color css
<style>
a { background-color: #ACE7D4; }
a { background-color: rgb(172,231,212); }
div.DivClassName
{
background-color: #ACE7D4;
}
.BgClassName
{
background-color: #ACE7D4;
}
</style>
border-color css
<style>
span { border-color: #ACE7D4; }
span { border-color: rgb(172,231,212); }
td.TdClassName
{
border-color: #ACE7D4;
}
.TagClassName
{
border-color: #ACE7D4;
}
</style>