Shades of Jungle Mist #ABC2C6
Tints of Jungle Mist #ABC2C6
RGB
CMYK
RGB Variations
Color information
#ABC2C6 (or 0xABC2C6) is known color: Jungle Mist. HEX triplet: AB, C2 and C6. RGB value is (171,194,198). Sum of RGB (Red+Green+Blue) = 171+194+198=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABC2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C6 is #543D39. Grayscale: #BBBBBB. Windows color (decimal): -5520698 or 13025963. OLE color: 13025963.
HSL color Cylindrical-coordinate representation of color #ABC2C6: hue angle of 188.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC2C6 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 194 | 198 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.22 |
| HSL | 188.89º | 0.19% | 0.72% | - |
| HSV(B) | 188.89º | 0.14% | 0.78% | - |
| XYZ | 46.28 | 51.32 | 60.89 | - |
| YUV | 187.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 198 | 0.14 | 0.02 | 0 | 0.22 | 188.89 | 0.19 | 0.72 |
| Hex | AB | C2 | C6 | E | 2 | 0 | 16 | BD | 13 | 48 |
| Octal | 253 | 302 | 306 | 16 | 2 | 0 | 26 | 275 | 23 | 110 |
| Binary | 10101011 | 11000010 | 11000110 | 1110 | 10 | 0 | 10110 | 10111101 | 10011 | 1001000 |
Color Harmonies of #ABC2C6
Complementary color
Monochromatic Colors of #ABC2C6
Black with #ABC2C6
Text Example
Text Example
White with #ABC2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2C6; }
p { color: rgb(171,194,198); }
H1.HeaderClassName
{
color: #ABC2C6;
}
.AnyTagClassName
{
color: #ABC2C6;
}
</style>
background-color css
<style>
a { background-color: #ABC2C6; }
a { background-color: rgb(171,194,198); }
div.DivClassName
{
background-color: #ABC2C6;
}
.BgClassName
{
background-color: #ABC2C6;
}
</style>
border-color css
<style>
span { border-color: #ABC2C6; }
span { border-color: rgb(171,194,198); }
td.TdClassName
{
border-color: #ABC2C6;
}
.TagClassName
{
border-color: #ABC2C6;
}
</style>