Shades of Jungle Mist #98BFC0
Tints of Jungle Mist #98BFC0
RGB
CMYK
RGB Variations
Color information
#98BFC0 (or 0x98BFC0) is known color: Jungle Mist. HEX triplet: 98, BF and C0. RGB value is (152,191,192). Sum of RGB (Red+Green+Blue) = 152+191+192=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #98BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC0 is #67403F. Grayscale: #B3B3B3. Windows color (decimal): -6766656 or 12631960. OLE color: 12631960.
HSL color Cylindrical-coordinate representation of color #98BFC0: hue angle of 181.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BFC0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 192 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.25 |
| HSL | 181.5º | 0.24% | 0.67% | - |
| HSV(B) | 181.5º | 0.21% | 0.75% | - |
| XYZ | 41.09 | 47.74 | 56.92 | - |
| YUV | 179.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 192 | 0.21 | 0.01 | 0 | 0.25 | 181.5 | 0.24 | 0.67 |
| Hex | 98 | BF | C0 | 15 | 1 | 0 | 19 | B6 | 18 | 43 |
| Octal | 230 | 277 | 300 | 25 | 1 | 0 | 31 | 266 | 30 | 103 |
| Binary | 10011000 | 10111111 | 11000000 | 10101 | 1 | 0 | 11001 | 10110110 | 11000 | 1000011 |
Color Harmonies of #98BFC0
Complementary color
Monochromatic Colors of #98BFC0
Black with #98BFC0
Text Example
Text Example
White with #98BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFC0; }
p { color: rgb(152,191,192); }
H1.HeaderClassName
{
color: #98BFC0;
}
.AnyTagClassName
{
color: #98BFC0;
}
</style>
background-color css
<style>
a { background-color: #98BFC0; }
a { background-color: rgb(152,191,192); }
div.DivClassName
{
background-color: #98BFC0;
}
.BgClassName
{
background-color: #98BFC0;
}
</style>
border-color css
<style>
span { border-color: #98BFC0; }
span { border-color: rgb(152,191,192); }
td.TdClassName
{
border-color: #98BFC0;
}
.TagClassName
{
border-color: #98BFC0;
}
</style>