Shades of Jungle Mist #ABC2C4
Tints of Jungle Mist #ABC2C4
RGB
CMYK
RGB Variations
Color information
#ABC2C4 (or 0xABC2C4) is known color: Jungle Mist. HEX triplet: AB, C2 and C4. RGB value is (171,194,196). Sum of RGB (Red+Green+Blue) = 171+194+196=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #ABC2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C4 is #543D3B. Grayscale: #BBBBBB. Windows color (decimal): -5520700 or 12894891. OLE color: 12894891.
HSL color Cylindrical-coordinate representation of color #ABC2C4: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC2C4 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 194 | 196 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.23 |
| HSL | 184.8º | 0.17% | 0.72% | - |
| HSV(B) | 184.8º | 0.13% | 0.77% | - |
| XYZ | 46.05 | 51.23 | 59.69 | - |
| YUV | 187.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 196 | 0.13 | 0.01 | 0 | 0.23 | 184.8 | 0.17 | 0.72 |
| Hex | AB | C2 | C4 | D | 1 | 0 | 17 | B9 | 11 | 48 |
| Octal | 253 | 302 | 304 | 15 | 1 | 0 | 27 | 271 | 21 | 110 |
| Binary | 10101011 | 11000010 | 11000100 | 1101 | 1 | 0 | 10111 | 10111001 | 10001 | 1001000 |
Color Harmonies of #ABC2C4
Complementary color
Monochromatic Colors of #ABC2C4
Black with #ABC2C4
Text Example
Text Example
White with #ABC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2C4; }
p { color: rgb(171,194,196); }
H1.HeaderClassName
{
color: #ABC2C4;
}
.AnyTagClassName
{
color: #ABC2C4;
}
</style>
background-color css
<style>
a { background-color: #ABC2C4; }
a { background-color: rgb(171,194,196); }
div.DivClassName
{
background-color: #ABC2C4;
}
.BgClassName
{
background-color: #ABC2C4;
}
</style>
border-color css
<style>
span { border-color: #ABC2C4; }
span { border-color: rgb(171,194,196); }
td.TdClassName
{
border-color: #ABC2C4;
}
.TagClassName
{
border-color: #ABC2C4;
}
</style>