Shades of Jungle Mist #ABC5CA
Tints of Jungle Mist #ABC5CA
RGB
CMYK
RGB Variations
Color information
#ABC5CA (or 0xABC5CA) is known color: Jungle Mist. HEX triplet: AB, C5 and CA. RGB value is (171,197,202). Sum of RGB (Red+Green+Blue) = 171+197+202=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5CA is #543A35. Grayscale: #BDBDBD. Windows color (decimal): -5519926 or 13288875. OLE color: 13288875.
HSL color Cylindrical-coordinate representation of color #ABC5CA: hue angle of 189.68º 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 #ABC5CA is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 197 | 202 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.21 |
| HSL | 189.68º | 0.23% | 0.73% | - |
| HSV(B) | 189.68º | 0.15% | 0.79% | - |
| XYZ | 47.42 | 52.85 | 63.58 | - |
| YUV | 189.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 202 | 0.15 | 0.02 | 0 | 0.21 | 189.68 | 0.23 | 0.73 |
| Hex | AB | C5 | CA | F | 2 | 0 | 15 | BE | 17 | 49 |
| Octal | 253 | 305 | 312 | 17 | 2 | 0 | 25 | 276 | 27 | 111 |
| Binary | 10101011 | 11000101 | 11001010 | 1111 | 10 | 0 | 10101 | 10111110 | 10111 | 1001001 |
Color Harmonies of #ABC5CA
Complementary color
Monochromatic Colors of #ABC5CA
Black with #ABC5CA
Text Example
Text Example
White with #ABC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5CA; }
p { color: rgb(171,197,202); }
H1.HeaderClassName
{
color: #ABC5CA;
}
.AnyTagClassName
{
color: #ABC5CA;
}
</style>
background-color css
<style>
a { background-color: #ABC5CA; }
a { background-color: rgb(171,197,202); }
div.DivClassName
{
background-color: #ABC5CA;
}
.BgClassName
{
background-color: #ABC5CA;
}
</style>
border-color css
<style>
span { border-color: #ABC5CA; }
span { border-color: rgb(171,197,202); }
td.TdClassName
{
border-color: #ABC5CA;
}
.TagClassName
{
border-color: #ABC5CA;
}
</style>