Shades of Jungle Mist #9CC3C2
Tints of Jungle Mist #9CC3C2
RGB
CMYK
RGB Variations
Color information
#9CC3C2 (or 0x9CC3C2) is known color: Jungle Mist. HEX triplet: 9C, C3 and C2. RGB value is (156,195,194). Sum of RGB (Red+Green+Blue) = 156+195+194=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC3C2 is #633C3D. Grayscale: #B7B7B7. Windows color (decimal): -6503486 or 12764060. OLE color: 12764060.
HSL color Cylindrical-coordinate representation of color #9CC3C2: hue angle of 178.46º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC3C2 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 194 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.24 |
| HSL | 178.46º | 0.25% | 0.69% | - |
| HSV(B) | 178.46º | 0.2% | 0.76% | - |
| XYZ | 42.96 | 49.99 | 58.42 | - |
| YUV | 183.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 194 | 0.20 | 0 | 0.01 | 0.24 | 178.46 | 0.25 | 0.69 |
| Hex | 9C | C3 | C2 | 14 | 0 | 1 | 18 | B2 | 19 | 45 |
| Octal | 234 | 303 | 302 | 24 | 0 | 1 | 30 | 262 | 31 | 105 |
| Binary | 10011100 | 11000011 | 11000010 | 10100 | 0 | 1 | 11000 | 10110010 | 11001 | 1000101 |
Color Harmonies of #9CC3C2
Complementary color
Monochromatic Colors of #9CC3C2
Black with #9CC3C2
Text Example
Text Example
White with #9CC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC3C2; }
p { color: rgb(156,195,194); }
H1.HeaderClassName
{
color: #9CC3C2;
}
.AnyTagClassName
{
color: #9CC3C2;
}
</style>
background-color css
<style>
a { background-color: #9CC3C2; }
a { background-color: rgb(156,195,194); }
div.DivClassName
{
background-color: #9CC3C2;
}
.BgClassName
{
background-color: #9CC3C2;
}
</style>
border-color css
<style>
span { border-color: #9CC3C2; }
span { border-color: rgb(156,195,194); }
td.TdClassName
{
border-color: #9CC3C2;
}
.TagClassName
{
border-color: #9CC3C2;
}
</style>