Shades of Jade #0BC173
Tints of Jade #0BC173
RGB
CMYK
RGB Variations
Color information
#0BC173 (or 0x0BC173) is known color: Jade. HEX triplet: 0B, C1 and 73. RGB value is (11,193,115). Sum of RGB (Red+Green+Blue) = 11+193+115=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC173 is #F43E8C. Grayscale: #818181. Windows color (decimal): -16006797 or 7586059. OLE color: 7586059.
HSL color Cylindrical-coordinate representation of color #0BC173: hue angle of 154.29º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC173 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 115 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.24 |
| HSL | 154.29º | 0.89% | 0.4% | - |
| HSV(B) | 154.29º | 0.94% | 0.76% | - |
| XYZ | 22.3 | 39.45 | 22.66 | - |
| YUV | 129.69 | 119.7 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 115 | 0.94 | 0 | 0.40 | 0.24 | 154.29 | 0.89 | 0.4 |
| Hex | B | C1 | 73 | 5E | 0 | 28 | 18 | 9A | 59 | 28 |
| Octal | 13 | 301 | 163 | 136 | 0 | 50 | 30 | 232 | 131 | 50 |
| Binary | 1011 | 11000001 | 1110011 | 1011110 | 0 | 101000 | 11000 | 10011010 | 1011001 | 101000 |
Color Harmonies of #0BC173
Complementary color
Monochromatic Colors of #0BC173
Black with #0BC173
Text Example
Text Example
White with #0BC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC173; }
p { color: rgb(11,193,115); }
H1.HeaderClassName
{
color: #0BC173;
}
.AnyTagClassName
{
color: #0BC173;
}
</style>
background-color css
<style>
a { background-color: #0BC173; }
a { background-color: rgb(11,193,115); }
div.DivClassName
{
background-color: #0BC173;
}
.BgClassName
{
background-color: #0BC173;
}
</style>
border-color css
<style>
span { border-color: #0BC173; }
span { border-color: rgb(11,193,115); }
td.TdClassName
{
border-color: #0BC173;
}
.TagClassName
{
border-color: #0BC173;
}
</style>