Shades of Jungle Mist #ABCCCB
Tints of Jungle Mist #ABCCCB
RGB
CMYK
RGB Variations
Color information
#ABCCCB (or 0xABCCCB) is known color: Jungle Mist. HEX triplet: AB, CC and CB. RGB value is (171,204,203). Sum of RGB (Red+Green+Blue) = 171+204+203=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCB is #543334. Grayscale: #C1C1C1. Windows color (decimal): -5518133 or 13356203. OLE color: 13356203.
HSL color Cylindrical-coordinate representation of color #ABCCCB: hue angle of 178.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCCB is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 203 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.2 |
| HSL | 178.18º | 0.24% | 0.74% | - |
| HSV(B) | 178.18º | 0.16% | 0.8% | - |
| XYZ | 49.17 | 56.16 | 64.75 | - |
| YUV | 194.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 203 | 0.16 | 0 | 0.00 | 0.2 | 178.18 | 0.24 | 0.74 |
| Hex | AB | CC | CB | 10 | 0 | 0 | 14 | B2 | 18 | 4A |
| Octal | 253 | 314 | 313 | 20 | 0 | 0 | 24 | 262 | 30 | 112 |
| Binary | 10101011 | 11001100 | 11001011 | 10000 | 0 | 0 | 10100 | 10110010 | 11000 | 1001010 |
Color Harmonies of #ABCCCB
Complementary color
Monochromatic Colors of #ABCCCB
Black with #ABCCCB
Text Example
Text Example
White with #ABCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCCB; }
p { color: rgb(171,204,203); }
H1.HeaderClassName
{
color: #ABCCCB;
}
.AnyTagClassName
{
color: #ABCCCB;
}
</style>
background-color css
<style>
a { background-color: #ABCCCB; }
a { background-color: rgb(171,204,203); }
div.DivClassName
{
background-color: #ABCCCB;
}
.BgClassName
{
background-color: #ABCCCB;
}
</style>
border-color css
<style>
span { border-color: #ABCCCB; }
span { border-color: rgb(171,204,203); }
td.TdClassName
{
border-color: #ABCCCB;
}
.TagClassName
{
border-color: #ABCCCB;
}
</style>