Shades of Jungle Mist #ABCCCA
Tints of Jungle Mist #ABCCCA
RGB
CMYK
RGB Variations
Color information
#ABCCCA (or 0xABCCCA) is known color: Jungle Mist. HEX triplet: AB, CC and CA. RGB value is (171,204,202). Sum of RGB (Red+Green+Blue) = 171+204+202=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCA is #543335. Grayscale: #C1C1C1. Windows color (decimal): -5518134 or 13290667. OLE color: 13290667.
HSL color Cylindrical-coordinate representation of color #ABCCCA: hue angle of 176.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCCA is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 202 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.2 |
| HSL | 176.36º | 0.24% | 0.74% | - |
| HSV(B) | 176.36º | 0.16% | 0.8% | - |
| XYZ | 49.05 | 56.11 | 64.12 | - |
| YUV | 193.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 202 | 0.16 | 0 | 0.01 | 0.2 | 176.36 | 0.24 | 0.74 |
| Hex | AB | CC | CA | 10 | 0 | 1 | 14 | B0 | 18 | 4A |
| Octal | 253 | 314 | 312 | 20 | 0 | 1 | 24 | 260 | 30 | 112 |
| Binary | 10101011 | 11001100 | 11001010 | 10000 | 0 | 1 | 10100 | 10110000 | 11000 | 1001010 |
Color Harmonies of #ABCCCA
Complementary color
Monochromatic Colors of #ABCCCA
Black with #ABCCCA
Text Example
Text Example
White with #ABCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCCA; }
p { color: rgb(171,204,202); }
H1.HeaderClassName
{
color: #ABCCCA;
}
.AnyTagClassName
{
color: #ABCCCA;
}
</style>
background-color css
<style>
a { background-color: #ABCCCA; }
a { background-color: rgb(171,204,202); }
div.DivClassName
{
background-color: #ABCCCA;
}
.BgClassName
{
background-color: #ABCCCA;
}
</style>
border-color css
<style>
span { border-color: #ABCCCA; }
span { border-color: rgb(171,204,202); }
td.TdClassName
{
border-color: #ABCCCA;
}
.TagClassName
{
border-color: #ABCCCA;
}
</style>