Shades of Jungle Mist #ABC2C1
Tints of Jungle Mist #ABC2C1
RGB
CMYK
RGB Variations
Color information
#ABC2C1 (or 0xABC2C1) is known color: Jungle Mist. HEX triplet: AB, C2 and C1. RGB value is (171,194,193). Sum of RGB (Red+Green+Blue) = 171+194+193=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C1 is #543D3E. Grayscale: #BABABA. Windows color (decimal): -5520703 or 12698283. OLE color: 12698283.
HSL color Cylindrical-coordinate representation of color #ABC2C1: hue angle of 177.39º 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 #ABC2C1 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 193 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.24 |
| HSL | 177.39º | 0.16% | 0.72% | - |
| HSV(B) | 177.39º | 0.12% | 0.76% | - |
| XYZ | 45.71 | 51.09 | 57.9 | - |
| YUV | 187.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 193 | 0.12 | 0 | 0.01 | 0.24 | 177.39 | 0.16 | 0.72 |
| Hex | AB | C2 | C1 | C | 0 | 1 | 18 | B1 | 10 | 48 |
| Octal | 253 | 302 | 301 | 14 | 0 | 1 | 30 | 261 | 20 | 110 |
| Binary | 10101011 | 11000010 | 11000001 | 1100 | 0 | 1 | 11000 | 10110001 | 10000 | 1001000 |
Color Harmonies of #ABC2C1
Complementary color
Monochromatic Colors of #ABC2C1
Black with #ABC2C1
Text Example
Text Example
White with #ABC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2C1; }
p { color: rgb(171,194,193); }
H1.HeaderClassName
{
color: #ABC2C1;
}
.AnyTagClassName
{
color: #ABC2C1;
}
</style>
background-color css
<style>
a { background-color: #ABC2C1; }
a { background-color: rgb(171,194,193); }
div.DivClassName
{
background-color: #ABC2C1;
}
.BgClassName
{
background-color: #ABC2C1;
}
</style>
border-color css
<style>
span { border-color: #ABC2C1; }
span { border-color: rgb(171,194,193); }
td.TdClassName
{
border-color: #ABC2C1;
}
.TagClassName
{
border-color: #ABC2C1;
}
</style>