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