Shades of Jungle Mist #9CC6C3
Tints of Jungle Mist #9CC6C3
RGB
CMYK
RGB Variations
Color information
#9CC6C3 (or 0x9CC6C3) is known color: Jungle Mist. HEX triplet: 9C, C6 and C3. RGB value is (156,198,195). Sum of RGB (Red+Green+Blue) = 156+198+195=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6C3 is #63393C. Grayscale: #B9B9B9. Windows color (decimal): -6502717 or 12830364. OLE color: 12830364.
HSL color Cylindrical-coordinate representation of color #9CC6C3: hue angle of 175.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC6C3 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 195 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.22 |
| HSL | 175.71º | 0.27% | 0.69% | - |
| HSV(B) | 175.71º | 0.21% | 0.78% | - |
| XYZ | 43.75 | 51.4 | 59.24 | - |
| YUV | 185.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 195 | 0.21 | 0 | 0.02 | 0.22 | 175.71 | 0.27 | 0.69 |
| Hex | 9C | C6 | C3 | 15 | 0 | 2 | 16 | B0 | 1B | 45 |
| Octal | 234 | 306 | 303 | 25 | 0 | 2 | 26 | 260 | 33 | 105 |
| Binary | 10011100 | 11000110 | 11000011 | 10101 | 0 | 10 | 10110 | 10110000 | 11011 | 1000101 |
Color Harmonies of #9CC6C3
Complementary color
Monochromatic Colors of #9CC6C3
Black with #9CC6C3
Text Example
Text Example
White with #9CC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC6C3; }
p { color: rgb(156,198,195); }
H1.HeaderClassName
{
color: #9CC6C3;
}
.AnyTagClassName
{
color: #9CC6C3;
}
</style>
background-color css
<style>
a { background-color: #9CC6C3; }
a { background-color: rgb(156,198,195); }
div.DivClassName
{
background-color: #9CC6C3;
}
.BgClassName
{
background-color: #9CC6C3;
}
</style>
border-color css
<style>
span { border-color: #9CC6C3; }
span { border-color: rgb(156,198,195); }
td.TdClassName
{
border-color: #9CC6C3;
}
.TagClassName
{
border-color: #9CC6C3;
}
</style>