Shades of Jungle Mist #9DC0BF
Tints of Jungle Mist #9DC0BF
RGB
CMYK
RGB Variations
Color information
#9DC0BF (or 0x9DC0BF) is known color: Jungle Mist. HEX triplet: 9D, C0 and BF. RGB value is (157,192,191). Sum of RGB (Red+Green+Blue) = 157+192+191=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0BF is #623F40. Grayscale: #B5B5B5. Windows color (decimal): -6438721 or 12566685. OLE color: 12566685.
HSL color Cylindrical-coordinate representation of color #9DC0BF: hue angle of 178.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DC0BF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 191 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.25 |
| HSL | 178.29º | 0.22% | 0.68% | - |
| HSV(B) | 178.29º | 0.18% | 0.75% | - |
| XYZ | 42.16 | 48.63 | 56.45 | - |
| YUV | 181.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 191 | 0.18 | 0 | 0.01 | 0.25 | 178.29 | 0.22 | 0.68 |
| Hex | 9D | C0 | BF | 12 | 0 | 1 | 19 | B2 | 16 | 44 |
| Octal | 235 | 300 | 277 | 22 | 0 | 1 | 31 | 262 | 26 | 104 |
| Binary | 10011101 | 11000000 | 10111111 | 10010 | 0 | 1 | 11001 | 10110010 | 10110 | 1000100 |
Color Harmonies of #9DC0BF
Complementary color
Monochromatic Colors of #9DC0BF
Black with #9DC0BF
Text Example
Text Example
White with #9DC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0BF; }
p { color: rgb(157,192,191); }
H1.HeaderClassName
{
color: #9DC0BF;
}
.AnyTagClassName
{
color: #9DC0BF;
}
</style>
background-color css
<style>
a { background-color: #9DC0BF; }
a { background-color: rgb(157,192,191); }
div.DivClassName
{
background-color: #9DC0BF;
}
.BgClassName
{
background-color: #9DC0BF;
}
</style>
border-color css
<style>
span { border-color: #9DC0BF; }
span { border-color: rgb(157,192,191); }
td.TdClassName
{
border-color: #9DC0BF;
}
.TagClassName
{
border-color: #9DC0BF;
}
</style>