Shades of Jungle Mist #ABC8CA
Tints of Jungle Mist #ABC8CA
RGB
CMYK
RGB Variations
Color information
#ABC8CA (or 0xABC8CA) is known color: Jungle Mist. HEX triplet: AB, C8 and CA. RGB value is (171,200,202). Sum of RGB (Red+Green+Blue) = 171+200+202=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CA is #543735. Grayscale: #BFBFBF. Windows color (decimal): -5519158 or 13289643. OLE color: 13289643.
HSL color Cylindrical-coordinate representation of color #ABC8CA: hue angle of 183.87º 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 #ABC8CA is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 200 | 202 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.21 |
| HSL | 183.87º | 0.23% | 0.73% | - |
| HSV(B) | 183.87º | 0.15% | 0.79% | - |
| XYZ | 48.11 | 54.23 | 63.81 | - |
| YUV | 191.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 202 | 0.15 | 0.01 | 0 | 0.21 | 183.87 | 0.23 | 0.73 |
| Hex | AB | C8 | CA | F | 1 | 0 | 15 | B8 | 17 | 49 |
| Octal | 253 | 310 | 312 | 17 | 1 | 0 | 25 | 270 | 27 | 111 |
| Binary | 10101011 | 11001000 | 11001010 | 1111 | 1 | 0 | 10101 | 10111000 | 10111 | 1001001 |
Color Harmonies of #ABC8CA
Complementary color
Monochromatic Colors of #ABC8CA
Black with #ABC8CA
Text Example
Text Example
White with #ABC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8CA; }
p { color: rgb(171,200,202); }
H1.HeaderClassName
{
color: #ABC8CA;
}
.AnyTagClassName
{
color: #ABC8CA;
}
</style>
background-color css
<style>
a { background-color: #ABC8CA; }
a { background-color: rgb(171,200,202); }
div.DivClassName
{
background-color: #ABC8CA;
}
.BgClassName
{
background-color: #ABC8CA;
}
</style>
border-color css
<style>
span { border-color: #ABC8CA; }
span { border-color: rgb(171,200,202); }
td.TdClassName
{
border-color: #ABC8CA;
}
.TagClassName
{
border-color: #ABC8CA;
}
</style>