Shades of Jungle Mist #ABC0BE
Tints of Jungle Mist #ABC0BE
RGB
CMYK
RGB Variations
Color information
#ABC0BE (or 0xABC0BE) is known color: Jungle Mist. HEX triplet: AB, C0 and BE. RGB value is (171,192,190). Sum of RGB (Red+Green+Blue) = 171+192+190=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0BE is #543F41. Grayscale: #B9B9B9. Windows color (decimal): -5521218 or 12501163. OLE color: 12501163.
HSL color Cylindrical-coordinate representation of color #ABC0BE: hue angle of 174.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0BE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 190 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.25 |
| HSL | 174.29º | 0.14% | 0.71% | - |
| HSV(B) | 174.29º | 0.11% | 0.75% | - |
| XYZ | 44.94 | 50.07 | 56.01 | - |
| YUV | 185.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 190 | 0.11 | 0 | 0.01 | 0.25 | 174.29 | 0.14 | 0.71 |
| Hex | AB | C0 | BE | B | 0 | 1 | 19 | AE | E | 47 |
| Octal | 253 | 300 | 276 | 13 | 0 | 1 | 31 | 256 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10111110 | 1011 | 0 | 1 | 11001 | 10101110 | 1110 | 1000111 |
Color Harmonies of #ABC0BE
Complementary color
Monochromatic Colors of #ABC0BE
Black with #ABC0BE
Text Example
Text Example
White with #ABC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0BE; }
p { color: rgb(171,192,190); }
H1.HeaderClassName
{
color: #ABC0BE;
}
.AnyTagClassName
{
color: #ABC0BE;
}
</style>
background-color css
<style>
a { background-color: #ABC0BE; }
a { background-color: rgb(171,192,190); }
div.DivClassName
{
background-color: #ABC0BE;
}
.BgClassName
{
background-color: #ABC0BE;
}
</style>
border-color css
<style>
span { border-color: #ABC0BE; }
span { border-color: rgb(171,192,190); }
td.TdClassName
{
border-color: #ABC0BE;
}
.TagClassName
{
border-color: #ABC0BE;
}
</style>