Shades of Jungle Mist #ABCACB
Tints of Jungle Mist #ABCACB
RGB
CMYK
RGB Variations
Color information
#ABCACB (or 0xABCACB) is known color: Jungle Mist. HEX triplet: AB, CA and CB. RGB value is (171,202,203). Sum of RGB (Red+Green+Blue) = 171+202+203=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACB is #543534. Grayscale: #C0C0C0. Windows color (decimal): -5518645 or 13355691. OLE color: 13355691.
HSL color Cylindrical-coordinate representation of color #ABCACB: hue angle of 181.88º 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 #ABCACB is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 202 | 203 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.20 |
| HSL | 181.88º | 0.24% | 0.73% | - |
| HSV(B) | 181.88º | 0.16% | 0.8% | - |
| XYZ | 48.69 | 55.21 | 64.59 | - |
| YUV | 192.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 203 | 0.16 | 0.00 | 0 | 0.20 | 181.88 | 0.24 | 0.73 |
| Hex | AB | CA | CB | 10 | 0 | 0 | 14 | B6 | 18 | 49 |
| Octal | 253 | 312 | 313 | 20 | 0 | 0 | 24 | 266 | 30 | 111 |
| Binary | 10101011 | 11001010 | 11001011 | 10000 | 0 | 0 | 10100 | 10110110 | 11000 | 1001001 |
Color Harmonies of #ABCACB
Complementary color
Monochromatic Colors of #ABCACB
Black with #ABCACB
Text Example
Text Example
White with #ABCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCACB; }
p { color: rgb(171,202,203); }
H1.HeaderClassName
{
color: #ABCACB;
}
.AnyTagClassName
{
color: #ABCACB;
}
</style>
background-color css
<style>
a { background-color: #ABCACB; }
a { background-color: rgb(171,202,203); }
div.DivClassName
{
background-color: #ABCACB;
}
.BgClassName
{
background-color: #ABCACB;
}
</style>
border-color css
<style>
span { border-color: #ABCACB; }
span { border-color: rgb(171,202,203); }
td.TdClassName
{
border-color: #ABCACB;
}
.TagClassName
{
border-color: #ABCACB;
}
</style>