Shades of Jungle Mist #9BC3C2
Tints of Jungle Mist #9BC3C2
RGB
CMYK
RGB Variations
Color information
#9BC3C2 (or 0x9BC3C2) is known color: Jungle Mist. HEX triplet: 9B, C3 and C2. RGB value is (155,195,194). Sum of RGB (Red+Green+Blue) = 155+195+194=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3C2 is #643C3D. Grayscale: #B6B6B6. Windows color (decimal): -6569022 or 12764059. OLE color: 12764059.
HSL color Cylindrical-coordinate representation of color #9BC3C2: hue angle of 178.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3C2 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 194 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.24 |
| HSL | 178.5º | 0.25% | 0.69% | - |
| HSV(B) | 178.5º | 0.21% | 0.76% | - |
| XYZ | 42.77 | 49.89 | 58.42 | - |
| YUV | 182.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 194 | 0.21 | 0 | 0.01 | 0.24 | 178.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | C2 | 15 | 0 | 1 | 18 | B2 | 19 | 45 |
| Octal | 233 | 303 | 302 | 25 | 0 | 1 | 30 | 262 | 31 | 105 |
| Binary | 10011011 | 11000011 | 11000010 | 10101 | 0 | 1 | 11000 | 10110010 | 11001 | 1000101 |
Color Harmonies of #9BC3C2
Complementary color
Monochromatic Colors of #9BC3C2
Black with #9BC3C2
Text Example
Text Example
White with #9BC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3C2; }
p { color: rgb(155,195,194); }
H1.HeaderClassName
{
color: #9BC3C2;
}
.AnyTagClassName
{
color: #9BC3C2;
}
</style>
background-color css
<style>
a { background-color: #9BC3C2; }
a { background-color: rgb(155,195,194); }
div.DivClassName
{
background-color: #9BC3C2;
}
.BgClassName
{
background-color: #9BC3C2;
}
</style>
border-color css
<style>
span { border-color: #9BC3C2; }
span { border-color: rgb(155,195,194); }
td.TdClassName
{
border-color: #9BC3C2;
}
.TagClassName
{
border-color: #9BC3C2;
}
</style>