Shades of Jade #0BAA6B
Tints of Jade #0BAA6B
RGB
CMYK
RGB Variations
Color information
#0BAA6B (or 0x0BAA6B) is known color: Jade. HEX triplet: 0B, AA and 6B. RGB value is (11,170,107). Sum of RGB (Red+Green+Blue) = 11+170+107=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA6B is #F45594. Grayscale: #737373. Windows color (decimal): -16012693 or 7055883. OLE color: 7055883.
HSL color Cylindrical-coordinate representation of color #0BAA6B: hue angle of 156.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA6B is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 107 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.33 |
| HSL | 156.23º | 0.88% | 0.35% | - |
| HSV(B) | 156.23º | 0.94% | 0.67% | - |
| XYZ | 17.17 | 29.88 | 18.77 | - |
| YUV | 115.28 | 123.32 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 107 | 0.94 | 0 | 0.37 | 0.33 | 156.23 | 0.88 | 0.35 |
| Hex | B | AA | 6B | 5E | 0 | 25 | 21 | 9C | 58 | 23 |
| Octal | 13 | 252 | 153 | 136 | 0 | 45 | 41 | 234 | 130 | 43 |
| Binary | 1011 | 10101010 | 1101011 | 1011110 | 0 | 100101 | 100001 | 10011100 | 1011000 | 100011 |
Color Harmonies of #0BAA6B
Complementary color
Monochromatic Colors of #0BAA6B
Black with #0BAA6B
Text Example
Text Example
White with #0BAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA6B; }
p { color: rgb(11,170,107); }
H1.HeaderClassName
{
color: #0BAA6B;
}
.AnyTagClassName
{
color: #0BAA6B;
}
</style>
background-color css
<style>
a { background-color: #0BAA6B; }
a { background-color: rgb(11,170,107); }
div.DivClassName
{
background-color: #0BAA6B;
}
.BgClassName
{
background-color: #0BAA6B;
}
</style>
border-color css
<style>
span { border-color: #0BAA6B; }
span { border-color: rgb(11,170,107); }
td.TdClassName
{
border-color: #0BAA6B;
}
.TagClassName
{
border-color: #0BAA6B;
}
</style>