Shades of Jade #0BAB6B
Tints of Jade #0BAB6B
RGB
CMYK
RGB Variations
Color information
#0BAB6B (or 0x0BAB6B) is known color: Jade. HEX triplet: 0B, AB and 6B. RGB value is (11,171,107). Sum of RGB (Red+Green+Blue) = 11+171+107=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB6B is #F45494. Grayscale: #737373. Windows color (decimal): -16012437 or 7056139. OLE color: 7056139.
HSL color Cylindrical-coordinate representation of color #0BAB6B: hue angle of 156º 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 #0BAB6B is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 107 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.33 |
| HSL | 156º | 0.88% | 0.36% | - |
| HSV(B) | 156º | 0.94% | 0.67% | - |
| XYZ | 17.35 | 30.26 | 18.84 | - |
| YUV | 115.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 107 | 0.94 | 0 | 0.37 | 0.33 | 156 | 0.88 | 0.36 |
| Hex | B | AB | 6B | 5E | 0 | 25 | 21 | 9C | 58 | 24 |
| Octal | 13 | 253 | 153 | 136 | 0 | 45 | 41 | 234 | 130 | 44 |
| Binary | 1011 | 10101011 | 1101011 | 1011110 | 0 | 100101 | 100001 | 10011100 | 1011000 | 100100 |
Color Harmonies of #0BAB6B
Complementary color
Monochromatic Colors of #0BAB6B
Black with #0BAB6B
Text Example
Text Example
White with #0BAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB6B; }
p { color: rgb(11,171,107); }
H1.HeaderClassName
{
color: #0BAB6B;
}
.AnyTagClassName
{
color: #0BAB6B;
}
</style>
background-color css
<style>
a { background-color: #0BAB6B; }
a { background-color: rgb(11,171,107); }
div.DivClassName
{
background-color: #0BAB6B;
}
.BgClassName
{
background-color: #0BAB6B;
}
</style>
border-color css
<style>
span { border-color: #0BAB6B; }
span { border-color: rgb(11,171,107); }
td.TdClassName
{
border-color: #0BAB6B;
}
.TagClassName
{
border-color: #0BAB6B;
}
</style>