Shades of Ice Cold #ACDFCF
Tints of Ice Cold #ACDFCF
RGB
CMYK
RGB Variations
Color information
#ACDFCF (or 0xACDFCF) is known color: Ice Cold. HEX triplet: AC, DF and CF. RGB value is (172,223,207). Sum of RGB (Red+Green+Blue) = 172+223+207=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFCF is #532030. Grayscale: #CDCDCD. Windows color (decimal): -5447729 or 13623212. OLE color: 13623212.
HSL color Cylindrical-coordinate representation of color #ACDFCF: hue angle of 161.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFCF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 207 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.13 |
| HSL | 161.18º | 0.44% | 0.77% | - |
| HSV(B) | 161.18º | 0.23% | 0.87% | - |
| XYZ | 54.66 | 66.05 | 68.9 | - |
| YUV | 205.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 207 | 0.23 | 0 | 0.07 | 0.13 | 161.18 | 0.44 | 0.77 |
| Hex | AC | DF | CF | 17 | 0 | 7 | D | A1 | 2C | 4D |
| Octal | 254 | 337 | 317 | 27 | 0 | 7 | 15 | 241 | 54 | 115 |
| Binary | 10101100 | 11011111 | 11001111 | 10111 | 0 | 111 | 1101 | 10100001 | 101100 | 1001101 |
Color Harmonies of #ACDFCF
Complementary color
Monochromatic Colors of #ACDFCF
Black with #ACDFCF
Text Example
Text Example
White with #ACDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFCF; }
p { color: rgb(172,223,207); }
H1.HeaderClassName
{
color: #ACDFCF;
}
.AnyTagClassName
{
color: #ACDFCF;
}
</style>
background-color css
<style>
a { background-color: #ACDFCF; }
a { background-color: rgb(172,223,207); }
div.DivClassName
{
background-color: #ACDFCF;
}
.BgClassName
{
background-color: #ACDFCF;
}
</style>
border-color css
<style>
span { border-color: #ACDFCF; }
span { border-color: rgb(172,223,207); }
td.TdClassName
{
border-color: #ACDFCF;
}
.TagClassName
{
border-color: #ACDFCF;
}
</style>