Shades of Jungle Mist #ACCBC8
Tints of Jungle Mist #ACCBC8
RGB
CMYK
RGB Variations
Color information
#ACCBC8 (or 0xACCBC8) is known color: Jungle Mist. HEX triplet: AC, CB and C8. RGB value is (172,203,200). Sum of RGB (Red+Green+Blue) = 172+203+200=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC8 is #533437. Grayscale: #C1C1C1. Windows color (decimal): -5452856 or 13159340. OLE color: 13159340.
HSL color Cylindrical-coordinate representation of color #ACCBC8: hue angle of 174.19º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBC8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 200 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.20 |
| HSL | 174.19º | 0.23% | 0.74% | - |
| HSV(B) | 174.19º | 0.15% | 0.8% | - |
| XYZ | 48.79 | 55.65 | 62.81 | - |
| YUV | 193.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 200 | 0.15 | 0 | 0.01 | 0.20 | 174.19 | 0.23 | 0.74 |
| Hex | AC | CB | C8 | F | 0 | 1 | 14 | AE | 17 | 4A |
| Octal | 254 | 313 | 310 | 17 | 0 | 1 | 24 | 256 | 27 | 112 |
| Binary | 10101100 | 11001011 | 11001000 | 1111 | 0 | 1 | 10100 | 10101110 | 10111 | 1001010 |
Color Harmonies of #ACCBC8
Complementary color
Monochromatic Colors of #ACCBC8
Black with #ACCBC8
Text Example
Text Example
White with #ACCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBC8; }
p { color: rgb(172,203,200); }
H1.HeaderClassName
{
color: #ACCBC8;
}
.AnyTagClassName
{
color: #ACCBC8;
}
</style>
background-color css
<style>
a { background-color: #ACCBC8; }
a { background-color: rgb(172,203,200); }
div.DivClassName
{
background-color: #ACCBC8;
}
.BgClassName
{
background-color: #ACCBC8;
}
</style>
border-color css
<style>
span { border-color: #ACCBC8; }
span { border-color: rgb(172,203,200); }
td.TdClassName
{
border-color: #ACCBC8;
}
.TagClassName
{
border-color: #ACCBC8;
}
</style>