Shades of Jungle Mist #99C0C1
Tints of Jungle Mist #99C0C1
RGB
CMYK
RGB Variations
Color information
#99C0C1 (or 0x99C0C1) is known color: Jungle Mist. HEX triplet: 99, C0 and C1. RGB value is (153,192,193). Sum of RGB (Red+Green+Blue) = 153+192+193=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #99C0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0C1 is #663F3E. Grayscale: #B4B4B4. Windows color (decimal): -6700863 or 12697753. OLE color: 12697753.
HSL color Cylindrical-coordinate representation of color #99C0C1: hue angle of 181.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C0C1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 192 | 193 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.24 |
| HSL | 181.5º | 0.24% | 0.68% | - |
| HSV(B) | 181.5º | 0.21% | 0.76% | - |
| XYZ | 41.61 | 48.32 | 57.59 | - |
| YUV | 180.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 193 | 0.21 | 0.01 | 0 | 0.24 | 181.5 | 0.24 | 0.68 |
| Hex | 99 | C0 | C1 | 15 | 1 | 0 | 18 | B6 | 18 | 44 |
| Octal | 231 | 300 | 301 | 25 | 1 | 0 | 30 | 266 | 30 | 104 |
| Binary | 10011001 | 11000000 | 11000001 | 10101 | 1 | 0 | 11000 | 10110110 | 11000 | 1000100 |
Color Harmonies of #99C0C1
Complementary color
Monochromatic Colors of #99C0C1
Black with #99C0C1
Text Example
Text Example
White with #99C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0C1; }
p { color: rgb(153,192,193); }
H1.HeaderClassName
{
color: #99C0C1;
}
.AnyTagClassName
{
color: #99C0C1;
}
</style>
background-color css
<style>
a { background-color: #99C0C1; }
a { background-color: rgb(153,192,193); }
div.DivClassName
{
background-color: #99C0C1;
}
.BgClassName
{
background-color: #99C0C1;
}
</style>
border-color css
<style>
span { border-color: #99C0C1; }
span { border-color: rgb(153,192,193); }
td.TdClassName
{
border-color: #99C0C1;
}
.TagClassName
{
border-color: #99C0C1;
}
</style>