Shades of Jungle Mist #9FC1C2
Tints of Jungle Mist #9FC1C2
RGB
CMYK
RGB Variations
Color information
#9FC1C2 (or 0x9FC1C2) is known color: Jungle Mist. HEX triplet: 9F, C1 and C2. RGB value is (159,193,194). Sum of RGB (Red+Green+Blue) = 159+193+194=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #9FC1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1C2 is #603E3D. Grayscale: #B6B6B6. Windows color (decimal): -6307390 or 12763551. OLE color: 12763551.
HSL color Cylindrical-coordinate representation of color #9FC1C2: hue angle of 181.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC1C2 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 194 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.24 |
| HSL | 181.71º | 0.22% | 0.69% | - |
| HSV(B) | 181.71º | 0.18% | 0.76% | - |
| XYZ | 43.11 | 49.41 | 58.3 | - |
| YUV | 182.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 194 | 0.18 | 0.01 | 0 | 0.24 | 181.71 | 0.22 | 0.69 |
| Hex | 9F | C1 | C2 | 12 | 1 | 0 | 18 | B6 | 16 | 45 |
| Octal | 237 | 301 | 302 | 22 | 1 | 0 | 30 | 266 | 26 | 105 |
| Binary | 10011111 | 11000001 | 11000010 | 10010 | 1 | 0 | 11000 | 10110110 | 10110 | 1000101 |
Color Harmonies of #9FC1C2
Complementary color
Monochromatic Colors of #9FC1C2
Black with #9FC1C2
Text Example
Text Example
White with #9FC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC1C2; }
p { color: rgb(159,193,194); }
H1.HeaderClassName
{
color: #9FC1C2;
}
.AnyTagClassName
{
color: #9FC1C2;
}
</style>
background-color css
<style>
a { background-color: #9FC1C2; }
a { background-color: rgb(159,193,194); }
div.DivClassName
{
background-color: #9FC1C2;
}
.BgClassName
{
background-color: #9FC1C2;
}
</style>
border-color css
<style>
span { border-color: #9FC1C2; }
span { border-color: rgb(159,193,194); }
td.TdClassName
{
border-color: #9FC1C2;
}
.TagClassName
{
border-color: #9FC1C2;
}
</style>