Shades of Jungle Mist #ABC2C0
Tints of Jungle Mist #ABC2C0
RGB
CMYK
RGB Variations
Color information
#ABC2C0 (or 0xABC2C0) is known color: Jungle Mist. HEX triplet: AB, C2 and C0. RGB value is (171,194,192). Sum of RGB (Red+Green+Blue) = 171+194+192=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C0 is #543D3F. Grayscale: #BABABA. Windows color (decimal): -5520704 or 12632747. OLE color: 12632747.
HSL color Cylindrical-coordinate representation of color #ABC2C0: hue angle of 174.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2C0 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 192 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.24 |
| HSL | 174.78º | 0.16% | 0.72% | - |
| HSV(B) | 174.78º | 0.12% | 0.76% | - |
| XYZ | 45.6 | 51.05 | 57.32 | - |
| YUV | 186.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 192 | 0.12 | 0 | 0.01 | 0.24 | 174.78 | 0.16 | 0.72 |
| Hex | AB | C2 | C0 | C | 0 | 1 | 18 | AF | 10 | 48 |
| Octal | 253 | 302 | 300 | 14 | 0 | 1 | 30 | 257 | 20 | 110 |
| Binary | 10101011 | 11000010 | 11000000 | 1100 | 0 | 1 | 11000 | 10101111 | 10000 | 1001000 |
Color Harmonies of #ABC2C0
Complementary color
Monochromatic Colors of #ABC2C0
Black with #ABC2C0
Text Example
Text Example
White with #ABC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2C0; }
p { color: rgb(171,194,192); }
H1.HeaderClassName
{
color: #ABC2C0;
}
.AnyTagClassName
{
color: #ABC2C0;
}
</style>
background-color css
<style>
a { background-color: #ABC2C0; }
a { background-color: rgb(171,194,192); }
div.DivClassName
{
background-color: #ABC2C0;
}
.BgClassName
{
background-color: #ABC2C0;
}
</style>
border-color css
<style>
span { border-color: #ABC2C0; }
span { border-color: rgb(171,194,192); }
td.TdClassName
{
border-color: #ABC2C0;
}
.TagClassName
{
border-color: #ABC2C0;
}
</style>