Shades of Jungle Mist #ABCBC8
Tints of Jungle Mist #ABCBC8
RGB
CMYK
RGB Variations
Color information
#ABCBC8 (or 0xABCBC8) is known color: Jungle Mist. HEX triplet: AB, CB and C8. RGB value is (171,203,200). Sum of RGB (Red+Green+Blue) = 171+203+200=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC8 is #543437. Grayscale: #C1C1C1. Windows color (decimal): -5518392 or 13159339. OLE color: 13159339.
HSL color Cylindrical-coordinate representation of color #ABCBC8: hue angle of 174.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBC8 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 200 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.20 |
| HSL | 174.38º | 0.24% | 0.73% | - |
| HSV(B) | 174.38º | 0.16% | 0.8% | - |
| XYZ | 48.58 | 55.54 | 62.8 | - |
| YUV | 193.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 200 | 0.16 | 0 | 0.01 | 0.20 | 174.38 | 0.24 | 0.73 |
| Hex | AB | CB | C8 | 10 | 0 | 1 | 14 | AE | 18 | 49 |
| Octal | 253 | 313 | 310 | 20 | 0 | 1 | 24 | 256 | 30 | 111 |
| Binary | 10101011 | 11001011 | 11001000 | 10000 | 0 | 1 | 10100 | 10101110 | 11000 | 1001001 |
Color Harmonies of #ABCBC8
Complementary color
Monochromatic Colors of #ABCBC8
Black with #ABCBC8
Text Example
Text Example
White with #ABCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBC8; }
p { color: rgb(171,203,200); }
H1.HeaderClassName
{
color: #ABCBC8;
}
.AnyTagClassName
{
color: #ABCBC8;
}
</style>
background-color css
<style>
a { background-color: #ABCBC8; }
a { background-color: rgb(171,203,200); }
div.DivClassName
{
background-color: #ABCBC8;
}
.BgClassName
{
background-color: #ABCBC8;
}
</style>
border-color css
<style>
span { border-color: #ABCBC8; }
span { border-color: rgb(171,203,200); }
td.TdClassName
{
border-color: #ABCBC8;
}
.TagClassName
{
border-color: #ABCBC8;
}
</style>