Shades of Jungle Mist #ABC2C5
Tints of Jungle Mist #ABC2C5
RGB
CMYK
RGB Variations
Color information
#ABC2C5 (or 0xABC2C5) is known color: Jungle Mist. HEX triplet: AB, C2 and C5. RGB value is (171,194,197). Sum of RGB (Red+Green+Blue) = 171+194+197=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABC2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2C5 is #543D3A. Grayscale: #BBBBBB. Windows color (decimal): -5520699 or 12960427. OLE color: 12960427.
HSL color Cylindrical-coordinate representation of color #ABC2C5: hue angle of 186.92º degrees, saturation: 0.18, 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 #ABC2C5 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 194 | 197 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.23 |
| HSL | 186.92º | 0.18% | 0.72% | - |
| HSV(B) | 186.92º | 0.13% | 0.77% | - |
| XYZ | 46.16 | 51.27 | 60.29 | - |
| YUV | 187.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 197 | 0.13 | 0.02 | 0 | 0.23 | 186.92 | 0.18 | 0.72 |
| Hex | AB | C2 | C5 | D | 2 | 0 | 17 | BB | 12 | 48 |
| Octal | 253 | 302 | 305 | 15 | 2 | 0 | 27 | 273 | 22 | 110 |
| Binary | 10101011 | 11000010 | 11000101 | 1101 | 10 | 0 | 10111 | 10111011 | 10010 | 1001000 |
Color Harmonies of #ABC2C5
Complementary color
Monochromatic Colors of #ABC2C5
Black with #ABC2C5
Text Example
Text Example
White with #ABC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2C5; }
p { color: rgb(171,194,197); }
H1.HeaderClassName
{
color: #ABC2C5;
}
.AnyTagClassName
{
color: #ABC2C5;
}
</style>
background-color css
<style>
a { background-color: #ABC2C5; }
a { background-color: rgb(171,194,197); }
div.DivClassName
{
background-color: #ABC2C5;
}
.BgClassName
{
background-color: #ABC2C5;
}
</style>
border-color css
<style>
span { border-color: #ABC2C5; }
span { border-color: rgb(171,194,197); }
td.TdClassName
{
border-color: #ABC2C5;
}
.TagClassName
{
border-color: #ABC2C5;
}
</style>