Shades of Jungle Mist #ABCAC8
Tints of Jungle Mist #ABCAC8
RGB
CMYK
RGB Variations
Color information
#ABCAC8 (or 0xABCAC8) is known color: Jungle Mist. HEX triplet: AB, CA and C8. RGB value is (171,202,200). Sum of RGB (Red+Green+Blue) = 171+202+200=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC8 is #543537. Grayscale: #C0C0C0. Windows color (decimal): -5518648 or 13159083. OLE color: 13159083.
HSL color Cylindrical-coordinate representation of color #ABCAC8: hue angle of 176.13º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC8 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 200 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.21 |
| HSL | 176.13º | 0.23% | 0.73% | - |
| HSV(B) | 176.13º | 0.15% | 0.79% | - |
| XYZ | 48.34 | 55.07 | 62.73 | - |
| YUV | 192.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 200 | 0.15 | 0 | 0.01 | 0.21 | 176.13 | 0.23 | 0.73 |
| Hex | AB | CA | C8 | F | 0 | 1 | 15 | B0 | 17 | 49 |
| Octal | 253 | 312 | 310 | 17 | 0 | 1 | 25 | 260 | 27 | 111 |
| Binary | 10101011 | 11001010 | 11001000 | 1111 | 0 | 1 | 10101 | 10110000 | 10111 | 1001001 |
Color Harmonies of #ABCAC8
Complementary color
Monochromatic Colors of #ABCAC8
Black with #ABCAC8
Text Example
Text Example
White with #ABCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAC8; }
p { color: rgb(171,202,200); }
H1.HeaderClassName
{
color: #ABCAC8;
}
.AnyTagClassName
{
color: #ABCAC8;
}
</style>
background-color css
<style>
a { background-color: #ABCAC8; }
a { background-color: rgb(171,202,200); }
div.DivClassName
{
background-color: #ABCAC8;
}
.BgClassName
{
background-color: #ABCAC8;
}
</style>
border-color css
<style>
span { border-color: #ABCAC8; }
span { border-color: rgb(171,202,200); }
td.TdClassName
{
border-color: #ABCAC8;
}
.TagClassName
{
border-color: #ABCAC8;
}
</style>