Shades of Jungle Mist #ACCACE
Tints of Jungle Mist #ACCACE
RGB
CMYK
RGB Variations
Color information
#ACCACE (or 0xACCACE) is known color: Jungle Mist. HEX triplet: AC, CA and CE. RGB value is (172,202,206). Sum of RGB (Red+Green+Blue) = 172+202+206=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCACE is #533531. Grayscale: #C1C1C1. Windows color (decimal): -5453106 or 13552300. OLE color: 13552300.
HSL color Cylindrical-coordinate representation of color #ACCACE: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCACE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 202 | 206 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.19 |
| HSL | 187.06º | 0.26% | 0.74% | - |
| HSV(B) | 187.06º | 0.17% | 0.81% | - |
| XYZ | 49.27 | 55.47 | 66.5 | - |
| YUV | 193.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 206 | 0.17 | 0.02 | 0 | 0.19 | 187.06 | 0.26 | 0.74 |
| Hex | AC | CA | CE | 11 | 2 | 0 | 13 | BB | 1A | 4A |
| Octal | 254 | 312 | 316 | 21 | 2 | 0 | 23 | 273 | 32 | 112 |
| Binary | 10101100 | 11001010 | 11001110 | 10001 | 10 | 0 | 10011 | 10111011 | 11010 | 1001010 |
Color Harmonies of #ACCACE
Complementary color
Monochromatic Colors of #ACCACE
Black with #ACCACE
Text Example
Text Example
White with #ACCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCACE; }
p { color: rgb(172,202,206); }
H1.HeaderClassName
{
color: #ACCACE;
}
.AnyTagClassName
{
color: #ACCACE;
}
</style>
background-color css
<style>
a { background-color: #ACCACE; }
a { background-color: rgb(172,202,206); }
div.DivClassName
{
background-color: #ACCACE;
}
.BgClassName
{
background-color: #ACCACE;
}
</style>
border-color css
<style>
span { border-color: #ACCACE; }
span { border-color: rgb(172,202,206); }
td.TdClassName
{
border-color: #ACCACE;
}
.TagClassName
{
border-color: #ACCACE;
}
</style>