Shades of Jade #0BB166
Tints of Jade #0BB166
RGB
CMYK
RGB Variations
Color information
#0BB166 (or 0x0BB166) is known color: Jade. HEX triplet: 0B, B1 and 66. RGB value is (11,177,102). Sum of RGB (Red+Green+Blue) = 11+177+102=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB166 is #F44E99. Grayscale: #767676. Windows color (decimal): -16010906 or 6729995. OLE color: 6729995.
HSL color Cylindrical-coordinate representation of color #0BB166: hue angle of 152.89º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB166 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 102 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.31 |
| HSL | 152.89º | 0.88% | 0.37% | - |
| HSV(B) | 152.89º | 0.94% | 0.69% | - |
| XYZ | 18.26 | 32.47 | 17.88 | - |
| YUV | 118.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 102 | 0.94 | 0 | 0.42 | 0.31 | 152.89 | 0.88 | 0.37 |
| Hex | B | B1 | 66 | 5E | 0 | 2A | 1F | 99 | 58 | 25 |
| Octal | 13 | 261 | 146 | 136 | 0 | 52 | 37 | 231 | 130 | 45 |
| Binary | 1011 | 10110001 | 1100110 | 1011110 | 0 | 101010 | 11111 | 10011001 | 1011000 | 100101 |
Color Harmonies of #0BB166
Complementary color
Monochromatic Colors of #0BB166
Black with #0BB166
Text Example
Text Example
White with #0BB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB166; }
p { color: rgb(11,177,102); }
H1.HeaderClassName
{
color: #0BB166;
}
.AnyTagClassName
{
color: #0BB166;
}
</style>
background-color css
<style>
a { background-color: #0BB166; }
a { background-color: rgb(11,177,102); }
div.DivClassName
{
background-color: #0BB166;
}
.BgClassName
{
background-color: #0BB166;
}
</style>
border-color css
<style>
span { border-color: #0BB166; }
span { border-color: rgb(11,177,102); }
td.TdClassName
{
border-color: #0BB166;
}
.TagClassName
{
border-color: #0BB166;
}
</style>