Shades of Persian Green #0BAB91
Tints of Persian Green #0BAB91
RGB
CMYK
RGB Variations
Color information
#0BAB91 (or 0x0BAB91) is known color: Persian Green. HEX triplet: 0B, AB and 91. RGB value is (11,171,145). Sum of RGB (Red+Green+Blue) = 11+171+145=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB91 is #F4546E. Grayscale: #787878. Windows color (decimal): -16012399 or 9546507. OLE color: 9546507.
HSL color Cylindrical-coordinate representation of color #0BAB91: hue angle of 170.25º 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 #0BAB91 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 145 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.33 |
| HSL | 170.25º | 0.88% | 0.36% | - |
| HSV(B) | 170.25º | 0.94% | 0.67% | - |
| XYZ | 19.81 | 31.24 | 31.77 | - |
| YUV | 120.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 145 | 0.94 | 0 | 0.15 | 0.33 | 170.25 | 0.88 | 0.36 |
| Hex | B | AB | 91 | 5E | 0 | F | 21 | AA | 58 | 24 |
| Octal | 13 | 253 | 221 | 136 | 0 | 17 | 41 | 252 | 130 | 44 |
| Binary | 1011 | 10101011 | 10010001 | 1011110 | 0 | 1111 | 100001 | 10101010 | 1011000 | 100100 |
Color Harmonies of #0BAB91
Complementary color
Monochromatic Colors of #0BAB91
Black with #0BAB91
Text Example
Text Example
White with #0BAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB91; }
p { color: rgb(11,171,145); }
H1.HeaderClassName
{
color: #0BAB91;
}
.AnyTagClassName
{
color: #0BAB91;
}
</style>
background-color css
<style>
a { background-color: #0BAB91; }
a { background-color: rgb(11,171,145); }
div.DivClassName
{
background-color: #0BAB91;
}
.BgClassName
{
background-color: #0BAB91;
}
</style>
border-color css
<style>
span { border-color: #0BAB91; }
span { border-color: rgb(11,171,145); }
td.TdClassName
{
border-color: #0BAB91;
}
.TagClassName
{
border-color: #0BAB91;
}
</style>