Shades of Jade #0BAC75
Tints of Jade #0BAC75
RGB
CMYK
RGB Variations
Color information
#0BAC75 (or 0x0BAC75) is known color: Jade. HEX triplet: 0B, AC and 75. RGB value is (11,172,117). Sum of RGB (Red+Green+Blue) = 11+172+117=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC75 is #F4538A. Grayscale: #757575. Windows color (decimal): -16012171 or 7711755. OLE color: 7711755.
HSL color Cylindrical-coordinate representation of color #0BAC75: hue angle of 159.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC75 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 117 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.33 |
| HSL | 159.5º | 0.88% | 0.36% | - |
| HSV(B) | 159.5º | 0.94% | 0.67% | - |
| XYZ | 18.1 | 30.86 | 21.83 | - |
| YUV | 117.59 | 127.66 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 117 | 0.94 | 0 | 0.32 | 0.33 | 159.5 | 0.88 | 0.36 |
| Hex | B | AC | 75 | 5E | 0 | 20 | 21 | A0 | 58 | 24 |
| Octal | 13 | 254 | 165 | 136 | 0 | 40 | 41 | 240 | 130 | 44 |
| Binary | 1011 | 10101100 | 1110101 | 1011110 | 0 | 100000 | 100001 | 10100000 | 1011000 | 100100 |
Color Harmonies of #0BAC75
Complementary color
Monochromatic Colors of #0BAC75
Black with #0BAC75
Text Example
Text Example
White with #0BAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC75; }
p { color: rgb(11,172,117); }
H1.HeaderClassName
{
color: #0BAC75;
}
.AnyTagClassName
{
color: #0BAC75;
}
</style>
background-color css
<style>
a { background-color: #0BAC75; }
a { background-color: rgb(11,172,117); }
div.DivClassName
{
background-color: #0BAC75;
}
.BgClassName
{
background-color: #0BAC75;
}
</style>
border-color css
<style>
span { border-color: #0BAC75; }
span { border-color: rgb(11,172,117); }
td.TdClassName
{
border-color: #0BAC75;
}
.TagClassName
{
border-color: #0BAC75;
}
</style>