Shades of Jungle Mist #ACCBCD
Tints of Jungle Mist #ACCBCD
RGB
CMYK
RGB Variations
Color information
#ACCBCD (or 0xACCBCD) is known color: Jungle Mist. HEX triplet: AC, CB and CD. RGB value is (172,203,205). Sum of RGB (Red+Green+Blue) = 172+203+205=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBCD is #533432. Grayscale: #C1C1C1. Windows color (decimal): -5452851 or 13487020. OLE color: 13487020.
HSL color Cylindrical-coordinate representation of color #ACCBCD: hue angle of 183.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCBCD is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 205 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.20 |
| HSL | 183.64º | 0.25% | 0.74% | - |
| HSV(B) | 183.64º | 0.16% | 0.8% | - |
| XYZ | 49.39 | 55.89 | 65.94 | - |
| YUV | 193.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 205 | 0.16 | 0.01 | 0 | 0.20 | 183.64 | 0.25 | 0.74 |
| Hex | AC | CB | CD | 10 | 1 | 0 | 14 | B8 | 19 | 4A |
| Octal | 254 | 313 | 315 | 20 | 1 | 0 | 24 | 270 | 31 | 112 |
| Binary | 10101100 | 11001011 | 11001101 | 10000 | 1 | 0 | 10100 | 10111000 | 11001 | 1001010 |
Color Harmonies of #ACCBCD
Complementary color
Monochromatic Colors of #ACCBCD
Black with #ACCBCD
Text Example
Text Example
White with #ACCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBCD; }
p { color: rgb(172,203,205); }
H1.HeaderClassName
{
color: #ACCBCD;
}
.AnyTagClassName
{
color: #ACCBCD;
}
</style>
background-color css
<style>
a { background-color: #ACCBCD; }
a { background-color: rgb(172,203,205); }
div.DivClassName
{
background-color: #ACCBCD;
}
.BgClassName
{
background-color: #ACCBCD;
}
</style>
border-color css
<style>
span { border-color: #ACCBCD; }
span { border-color: rgb(172,203,205); }
td.TdClassName
{
border-color: #ACCBCD;
}
.TagClassName
{
border-color: #ACCBCD;
}
</style>