Shades of Jungle Mist #9FC4C2
Tints of Jungle Mist #9FC4C2
RGB
CMYK
RGB Variations
Color information
#9FC4C2 (or 0x9FC4C2) is known color: Jungle Mist. HEX triplet: 9F, C4 and C2. RGB value is (159,196,194). Sum of RGB (Red+Green+Blue) = 159+196+194=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC4C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC4C2 is #603B3D. Grayscale: #B8B8B8. Windows color (decimal): -6306622 or 12764319. OLE color: 12764319.
HSL color Cylindrical-coordinate representation of color #9FC4C2: hue angle of 176.76º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC4C2 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 194 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.23 |
| HSL | 176.76º | 0.24% | 0.7% | - |
| HSV(B) | 176.76º | 0.19% | 0.77% | - |
| XYZ | 43.78 | 50.75 | 58.53 | - |
| YUV | 184.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 194 | 0.19 | 0 | 0.01 | 0.23 | 176.76 | 0.24 | 0.7 |
| Hex | 9F | C4 | C2 | 13 | 0 | 1 | 17 | B1 | 18 | 46 |
| Octal | 237 | 304 | 302 | 23 | 0 | 1 | 27 | 261 | 30 | 106 |
| Binary | 10011111 | 11000100 | 11000010 | 10011 | 0 | 1 | 10111 | 10110001 | 11000 | 1000110 |
Color Harmonies of #9FC4C2
Complementary color
Monochromatic Colors of #9FC4C2
Black with #9FC4C2
Text Example
Text Example
White with #9FC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC4C2; }
p { color: rgb(159,196,194); }
H1.HeaderClassName
{
color: #9FC4C2;
}
.AnyTagClassName
{
color: #9FC4C2;
}
</style>
background-color css
<style>
a { background-color: #9FC4C2; }
a { background-color: rgb(159,196,194); }
div.DivClassName
{
background-color: #9FC4C2;
}
.BgClassName
{
background-color: #9FC4C2;
}
</style>
border-color css
<style>
span { border-color: #9FC4C2; }
span { border-color: rgb(159,196,194); }
td.TdClassName
{
border-color: #9FC4C2;
}
.TagClassName
{
border-color: #9FC4C2;
}
</style>