Shades of Jungle Mist #ABCBC7
Tints of Jungle Mist #ABCBC7
RGB
CMYK
RGB Variations
Color information
#ABCBC7 (or 0xABCBC7) is known color: Jungle Mist. HEX triplet: AB, CB and C7. RGB value is (171,203,199). Sum of RGB (Red+Green+Blue) = 171+203+199=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBC7 is #543438. Grayscale: #C0C0C0. Windows color (decimal): -5518393 or 13093803. OLE color: 13093803.
HSL color Cylindrical-coordinate representation of color #ABCBC7: hue angle of 172.5º 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 #ABCBC7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 199 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.20 |
| HSL | 172.5º | 0.24% | 0.73% | - |
| HSV(B) | 172.5º | 0.16% | 0.8% | - |
| XYZ | 48.46 | 55.49 | 62.19 | - |
| YUV | 192.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 199 | 0.16 | 0 | 0.02 | 0.20 | 172.5 | 0.24 | 0.73 |
| Hex | AB | CB | C7 | 10 | 0 | 2 | 14 | AC | 18 | 49 |
| Octal | 253 | 313 | 307 | 20 | 0 | 2 | 24 | 254 | 30 | 111 |
| Binary | 10101011 | 11001011 | 11000111 | 10000 | 0 | 10 | 10100 | 10101100 | 11000 | 1001001 |
Color Harmonies of #ABCBC7
Complementary color
Monochromatic Colors of #ABCBC7
Black with #ABCBC7
Text Example
Text Example
White with #ABCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBC7; }
p { color: rgb(171,203,199); }
H1.HeaderClassName
{
color: #ABCBC7;
}
.AnyTagClassName
{
color: #ABCBC7;
}
</style>
background-color css
<style>
a { background-color: #ABCBC7; }
a { background-color: rgb(171,203,199); }
div.DivClassName
{
background-color: #ABCBC7;
}
.BgClassName
{
background-color: #ABCBC7;
}
</style>
border-color css
<style>
span { border-color: #ABCBC7; }
span { border-color: rgb(171,203,199); }
td.TdClassName
{
border-color: #ABCBC7;
}
.TagClassName
{
border-color: #ABCBC7;
}
</style>