Shades of Jungle Mist #ACCBC7
Tints of Jungle Mist #ACCBC7
RGB
CMYK
RGB Variations
Color information
#ACCBC7 (or 0xACCBC7) is known color: Jungle Mist. HEX triplet: AC, CB and C7. RGB value is (172,203,199). Sum of RGB (Red+Green+Blue) = 172+203+199=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC7 is #533438. Grayscale: #C1C1C1. Windows color (decimal): -5452857 or 13093804. OLE color: 13093804.
HSL color Cylindrical-coordinate representation of color #ACCBC7: hue angle of 172.26º 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 #ACCBC7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 199 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.20 |
| HSL | 172.26º | 0.23% | 0.74% | - |
| HSV(B) | 172.26º | 0.15% | 0.8% | - |
| XYZ | 48.68 | 55.61 | 62.2 | - |
| YUV | 193.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 199 | 0.15 | 0 | 0.02 | 0.20 | 172.26 | 0.23 | 0.74 |
| Hex | AC | CB | C7 | F | 0 | 2 | 14 | AC | 17 | 4A |
| Octal | 254 | 313 | 307 | 17 | 0 | 2 | 24 | 254 | 27 | 112 |
| Binary | 10101100 | 11001011 | 11000111 | 1111 | 0 | 10 | 10100 | 10101100 | 10111 | 1001010 |
Color Harmonies of #ACCBC7
Complementary color
Monochromatic Colors of #ACCBC7
Black with #ACCBC7
Text Example
Text Example
White with #ACCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBC7; }
p { color: rgb(172,203,199); }
H1.HeaderClassName
{
color: #ACCBC7;
}
.AnyTagClassName
{
color: #ACCBC7;
}
</style>
background-color css
<style>
a { background-color: #ACCBC7; }
a { background-color: rgb(172,203,199); }
div.DivClassName
{
background-color: #ACCBC7;
}
.BgClassName
{
background-color: #ACCBC7;
}
</style>
border-color css
<style>
span { border-color: #ACCBC7; }
span { border-color: rgb(172,203,199); }
td.TdClassName
{
border-color: #ACCBC7;
}
.TagClassName
{
border-color: #ACCBC7;
}
</style>