Shades of Jungle Mist #ABCAC9
Tints of Jungle Mist #ABCAC9
RGB
CMYK
RGB Variations
Color information
#ABCAC9 (or 0xABCAC9) is known color: Jungle Mist. HEX triplet: AB, CA and C9. RGB value is (171,202,201). Sum of RGB (Red+Green+Blue) = 171+202+201=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC9 is #543536. Grayscale: #C0C0C0. Windows color (decimal): -5518647 or 13224619. OLE color: 13224619.
HSL color Cylindrical-coordinate representation of color #ABCAC9: hue angle of 178.06º 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 #ABCAC9 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 201 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.21 |
| HSL | 178.06º | 0.23% | 0.73% | - |
| HSV(B) | 178.06º | 0.15% | 0.79% | - |
| XYZ | 48.46 | 55.12 | 63.34 | - |
| YUV | 192.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 201 | 0.15 | 0 | 0.00 | 0.21 | 178.06 | 0.23 | 0.73 |
| Hex | AB | CA | C9 | F | 0 | 0 | 15 | B2 | 17 | 49 |
| Octal | 253 | 312 | 311 | 17 | 0 | 0 | 25 | 262 | 27 | 111 |
| Binary | 10101011 | 11001010 | 11001001 | 1111 | 0 | 0 | 10101 | 10110010 | 10111 | 1001001 |
Color Harmonies of #ABCAC9
Complementary color
Monochromatic Colors of #ABCAC9
Black with #ABCAC9
Text Example
Text Example
White with #ABCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAC9; }
p { color: rgb(171,202,201); }
H1.HeaderClassName
{
color: #ABCAC9;
}
.AnyTagClassName
{
color: #ABCAC9;
}
</style>
background-color css
<style>
a { background-color: #ABCAC9; }
a { background-color: rgb(171,202,201); }
div.DivClassName
{
background-color: #ABCAC9;
}
.BgClassName
{
background-color: #ABCAC9;
}
</style>
border-color css
<style>
span { border-color: #ABCAC9; }
span { border-color: rgb(171,202,201); }
td.TdClassName
{
border-color: #ABCAC9;
}
.TagClassName
{
border-color: #ABCAC9;
}
</style>