Shades of Jungle Mist #ABC8C7
Tints of Jungle Mist #ABC8C7
RGB
CMYK
RGB Variations
Color information
#ABC8C7 (or 0xABC8C7) is known color: Jungle Mist. HEX triplet: AB, C8 and C7. RGB value is (171,200,199). Sum of RGB (Red+Green+Blue) = 171+200+199=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8C7 is #543738. Grayscale: #BFBFBF. Windows color (decimal): -5519161 or 13093035. OLE color: 13093035.
HSL color Cylindrical-coordinate representation of color #ABC8C7: hue angle of 177.93º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8C7 is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 199 | - |
| CMYK | 0.14 | 0 | 0.00 | 0.22 |
| HSL | 177.93º | 0.21% | 0.73% | - |
| HSV(B) | 177.93º | 0.15% | 0.78% | - |
| XYZ | 47.76 | 54.09 | 61.96 | - |
| YUV | 191.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 199 | 0.14 | 0 | 0.00 | 0.22 | 177.93 | 0.21 | 0.73 |
| Hex | AB | C8 | C7 | E | 0 | 0 | 16 | B2 | 15 | 49 |
| Octal | 253 | 310 | 307 | 16 | 0 | 0 | 26 | 262 | 25 | 111 |
| Binary | 10101011 | 11001000 | 11000111 | 1110 | 0 | 0 | 10110 | 10110010 | 10101 | 1001001 |
Color Harmonies of #ABC8C7
Complementary color
Monochromatic Colors of #ABC8C7
Black with #ABC8C7
Text Example
Text Example
White with #ABC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8C7; }
p { color: rgb(171,200,199); }
H1.HeaderClassName
{
color: #ABC8C7;
}
.AnyTagClassName
{
color: #ABC8C7;
}
</style>
background-color css
<style>
a { background-color: #ABC8C7; }
a { background-color: rgb(171,200,199); }
div.DivClassName
{
background-color: #ABC8C7;
}
.BgClassName
{
background-color: #ABC8C7;
}
</style>
border-color css
<style>
span { border-color: #ABC8C7; }
span { border-color: rgb(171,200,199); }
td.TdClassName
{
border-color: #ABC8C7;
}
.TagClassName
{
border-color: #ABC8C7;
}
</style>