Shades of Jungle Mist #9DBFBE
Tints of Jungle Mist #9DBFBE
RGB
CMYK
RGB Variations
Color information
#9DBFBE (or 0x9DBFBE) is known color: Jungle Mist. HEX triplet: 9D, BF and BE. RGB value is (157,191,190). Sum of RGB (Red+Green+Blue) = 157+191+190=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFBE is #624041. Grayscale: #B4B4B4. Windows color (decimal): -6438978 or 12500893. OLE color: 12500893.
HSL color Cylindrical-coordinate representation of color #9DBFBE: hue angle of 178.24º degrees, saturation: 0.21, 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 #9DBFBE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 190 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.25 |
| HSL | 178.24º | 0.21% | 0.68% | - |
| HSV(B) | 178.24º | 0.18% | 0.75% | - |
| XYZ | 41.83 | 48.15 | 55.8 | - |
| YUV | 180.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 190 | 0.18 | 0 | 0.01 | 0.25 | 178.24 | 0.21 | 0.68 |
| Hex | 9D | BF | BE | 12 | 0 | 1 | 19 | B2 | 15 | 44 |
| Octal | 235 | 277 | 276 | 22 | 0 | 1 | 31 | 262 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10111110 | 10010 | 0 | 1 | 11001 | 10110010 | 10101 | 1000100 |
Color Harmonies of #9DBFBE
Complementary color
Monochromatic Colors of #9DBFBE
Black with #9DBFBE
Text Example
Text Example
White with #9DBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFBE; }
p { color: rgb(157,191,190); }
H1.HeaderClassName
{
color: #9DBFBE;
}
.AnyTagClassName
{
color: #9DBFBE;
}
</style>
background-color css
<style>
a { background-color: #9DBFBE; }
a { background-color: rgb(157,191,190); }
div.DivClassName
{
background-color: #9DBFBE;
}
.BgClassName
{
background-color: #9DBFBE;
}
</style>
border-color css
<style>
span { border-color: #9DBFBE; }
span { border-color: rgb(157,191,190); }
td.TdClassName
{
border-color: #9DBFBE;
}
.TagClassName
{
border-color: #9DBFBE;
}
</style>