Shades of Persian Green #0BAB9F
Tints of Persian Green #0BAB9F
RGB
CMYK
RGB Variations
Color information
#0BAB9F (or 0x0BAB9F) is known color: Persian Green. HEX triplet: 0B, AB and 9F. RGB value is (11,171,159). Sum of RGB (Red+Green+Blue) = 11+171+159=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB9F is #F45460. Grayscale: #797979. Windows color (decimal): -16012385 or 10464011. OLE color: 10464011.
HSL color Cylindrical-coordinate representation of color #0BAB9F: hue angle of 175.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 #0BAB9F is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 159 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.33 |
| HSL | 175.5º | 0.88% | 0.36% | - |
| HSV(B) | 175.5º | 0.94% | 0.67% | - |
| XYZ | 20.96 | 31.7 | 37.81 | - |
| YUV | 121.79 | 148.99 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 159 | 0.94 | 0 | 0.07 | 0.33 | 175.5 | 0.88 | 0.36 |
| Hex | B | AB | 9F | 5E | 0 | 7 | 21 | B0 | 58 | 24 |
| Octal | 13 | 253 | 237 | 136 | 0 | 7 | 41 | 260 | 130 | 44 |
| Binary | 1011 | 10101011 | 10011111 | 1011110 | 0 | 111 | 100001 | 10110000 | 1011000 | 100100 |
Color Harmonies of #0BAB9F
Complementary color
Monochromatic Colors of #0BAB9F
Black with #0BAB9F
Text Example
Text Example
White with #0BAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB9F; }
p { color: rgb(11,171,159); }
H1.HeaderClassName
{
color: #0BAB9F;
}
.AnyTagClassName
{
color: #0BAB9F;
}
</style>
background-color css
<style>
a { background-color: #0BAB9F; }
a { background-color: rgb(11,171,159); }
div.DivClassName
{
background-color: #0BAB9F;
}
.BgClassName
{
background-color: #0BAB9F;
}
</style>
border-color css
<style>
span { border-color: #0BAB9F; }
span { border-color: rgb(11,171,159); }
td.TdClassName
{
border-color: #0BAB9F;
}
.TagClassName
{
border-color: #0BAB9F;
}
</style>