Shades of Jungle Mist #ABC6C5
Tints of Jungle Mist #ABC6C5
RGB
CMYK
RGB Variations
Color information
#ABC6C5 (or 0xABC6C5) is known color: Jungle Mist. HEX triplet: AB, C6 and C5. RGB value is (171,198,197). Sum of RGB (Red+Green+Blue) = 171+198+197=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6C5 is #54393A. Grayscale: #BDBDBD. Windows color (decimal): -5519675 or 12961451. OLE color: 12961451.
HSL color Cylindrical-coordinate representation of color #ABC6C5: hue angle of 177.78º 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 #ABC6C5 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 197 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.22 |
| HSL | 177.78º | 0.19% | 0.72% | - |
| HSV(B) | 177.78º | 0.14% | 0.78% | - |
| XYZ | 47.07 | 53.08 | 60.59 | - |
| YUV | 189.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 197 | 0.14 | 0 | 0.01 | 0.22 | 177.78 | 0.19 | 0.72 |
| Hex | AB | C6 | C5 | E | 0 | 1 | 16 | B2 | 13 | 48 |
| Octal | 253 | 306 | 305 | 16 | 0 | 1 | 26 | 262 | 23 | 110 |
| Binary | 10101011 | 11000110 | 11000101 | 1110 | 0 | 1 | 10110 | 10110010 | 10011 | 1001000 |
Color Harmonies of #ABC6C5
Complementary color
Monochromatic Colors of #ABC6C5
Black with #ABC6C5
Text Example
Text Example
White with #ABC6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6C5; }
p { color: rgb(171,198,197); }
H1.HeaderClassName
{
color: #ABC6C5;
}
.AnyTagClassName
{
color: #ABC6C5;
}
</style>
background-color css
<style>
a { background-color: #ABC6C5; }
a { background-color: rgb(171,198,197); }
div.DivClassName
{
background-color: #ABC6C5;
}
.BgClassName
{
background-color: #ABC6C5;
}
</style>
border-color css
<style>
span { border-color: #ABC6C5; }
span { border-color: rgb(171,198,197); }
td.TdClassName
{
border-color: #ABC6C5;
}
.TagClassName
{
border-color: #ABC6C5;
}
</style>