Shades of Jungle Mist #9FC3C6
Tints of Jungle Mist #9FC3C6
RGB
CMYK
RGB Variations
Color information
#9FC3C6 (or 0x9FC3C6) is known color: Jungle Mist. HEX triplet: 9F, C3 and C6. RGB value is (159,195,198). Sum of RGB (Red+Green+Blue) = 159+195+198=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #9FC3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3C6 is #603C39. Grayscale: #B8B8B8. Windows color (decimal): -6306874 or 13026207. OLE color: 13026207.
HSL color Cylindrical-coordinate representation of color #9FC3C6: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FC3C6 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 195 | 198 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.22 |
| HSL | 184.62º | 0.25% | 0.7% | - |
| HSV(B) | 184.62º | 0.2% | 0.78% | - |
| XYZ | 44.01 | 50.48 | 60.85 | - |
| YUV | 184.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 198 | 0.20 | 0.02 | 0 | 0.22 | 184.62 | 0.25 | 0.7 |
| Hex | 9F | C3 | C6 | 14 | 2 | 0 | 16 | B9 | 19 | 46 |
| Octal | 237 | 303 | 306 | 24 | 2 | 0 | 26 | 271 | 31 | 106 |
| Binary | 10011111 | 11000011 | 11000110 | 10100 | 10 | 0 | 10110 | 10111001 | 11001 | 1000110 |
Color Harmonies of #9FC3C6
Complementary color
Monochromatic Colors of #9FC3C6
Black with #9FC3C6
Text Example
Text Example
White with #9FC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC3C6; }
p { color: rgb(159,195,198); }
H1.HeaderClassName
{
color: #9FC3C6;
}
.AnyTagClassName
{
color: #9FC3C6;
}
</style>
background-color css
<style>
a { background-color: #9FC3C6; }
a { background-color: rgb(159,195,198); }
div.DivClassName
{
background-color: #9FC3C6;
}
.BgClassName
{
background-color: #9FC3C6;
}
</style>
border-color css
<style>
span { border-color: #9FC3C6; }
span { border-color: rgb(159,195,198); }
td.TdClassName
{
border-color: #9FC3C6;
}
.TagClassName
{
border-color: #9FC3C6;
}
</style>