Shades of Jungle Mist #ABC6CA
Tints of Jungle Mist #ABC6CA
RGB
CMYK
RGB Variations
Color information
#ABC6CA (or 0xABC6CA) is known color: Jungle Mist. HEX triplet: AB, C6 and CA. RGB value is (171,198,202). Sum of RGB (Red+Green+Blue) = 171+198+202=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6CA is #543935. Grayscale: #BEBEBE. Windows color (decimal): -5519670 or 13289131. OLE color: 13289131.
HSL color Cylindrical-coordinate representation of color #ABC6CA: hue angle of 187.74º 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 #ABC6CA is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 198 | 202 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.21 |
| HSL | 187.74º | 0.23% | 0.73% | - |
| HSV(B) | 187.74º | 0.15% | 0.79% | - |
| XYZ | 47.65 | 53.31 | 63.66 | - |
| YUV | 190.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 202 | 0.15 | 0.02 | 0 | 0.21 | 187.74 | 0.23 | 0.73 |
| Hex | AB | C6 | CA | F | 2 | 0 | 15 | BC | 17 | 49 |
| Octal | 253 | 306 | 312 | 17 | 2 | 0 | 25 | 274 | 27 | 111 |
| Binary | 10101011 | 11000110 | 11001010 | 1111 | 10 | 0 | 10101 | 10111100 | 10111 | 1001001 |
Color Harmonies of #ABC6CA
Complementary color
Monochromatic Colors of #ABC6CA
Black with #ABC6CA
Text Example
Text Example
White with #ABC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6CA; }
p { color: rgb(171,198,202); }
H1.HeaderClassName
{
color: #ABC6CA;
}
.AnyTagClassName
{
color: #ABC6CA;
}
</style>
background-color css
<style>
a { background-color: #ABC6CA; }
a { background-color: rgb(171,198,202); }
div.DivClassName
{
background-color: #ABC6CA;
}
.BgClassName
{
background-color: #ABC6CA;
}
</style>
border-color css
<style>
span { border-color: #ABC6CA; }
span { border-color: rgb(171,198,202); }
td.TdClassName
{
border-color: #ABC6CA;
}
.TagClassName
{
border-color: #ABC6CA;
}
</style>