Shades of Jungle Mist #9EC0BF
Tints of Jungle Mist #9EC0BF
RGB
CMYK
RGB Variations
Color information
#9EC0BF (or 0x9EC0BF) is known color: Jungle Mist. HEX triplet: 9E, C0 and BF. RGB value is (158,192,191). Sum of RGB (Red+Green+Blue) = 158+192+191=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC0BF is #613F40. Grayscale: #B5B5B5. Windows color (decimal): -6373185 or 12566686. OLE color: 12566686.
HSL color Cylindrical-coordinate representation of color #9EC0BF: hue angle of 178.24º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC0BF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 191 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.25 |
| HSL | 178.24º | 0.21% | 0.69% | - |
| HSV(B) | 178.24º | 0.18% | 0.75% | - |
| XYZ | 42.35 | 48.73 | 56.46 | - |
| YUV | 181.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 191 | 0.18 | 0 | 0.01 | 0.25 | 178.24 | 0.21 | 0.69 |
| Hex | 9E | C0 | BF | 12 | 0 | 1 | 19 | B2 | 15 | 45 |
| Octal | 236 | 300 | 277 | 22 | 0 | 1 | 31 | 262 | 25 | 105 |
| Binary | 10011110 | 11000000 | 10111111 | 10010 | 0 | 1 | 11001 | 10110010 | 10101 | 1000101 |
Color Harmonies of #9EC0BF
Complementary color
Monochromatic Colors of #9EC0BF
Black with #9EC0BF
Text Example
Text Example
White with #9EC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC0BF; }
p { color: rgb(158,192,191); }
H1.HeaderClassName
{
color: #9EC0BF;
}
.AnyTagClassName
{
color: #9EC0BF;
}
</style>
background-color css
<style>
a { background-color: #9EC0BF; }
a { background-color: rgb(158,192,191); }
div.DivClassName
{
background-color: #9EC0BF;
}
.BgClassName
{
background-color: #9EC0BF;
}
</style>
border-color css
<style>
span { border-color: #9EC0BF; }
span { border-color: rgb(158,192,191); }
td.TdClassName
{
border-color: #9EC0BF;
}
.TagClassName
{
border-color: #9EC0BF;
}
</style>