Shades of Persian Green #0BAB9D
Tints of Persian Green #0BAB9D
RGB
CMYK
RGB Variations
Color information
#0BAB9D (or 0x0BAB9D) is known color: Persian Green. HEX triplet: 0B, AB and 9D. RGB value is (11,171,157). Sum of RGB (Red+Green+Blue) = 11+171+157=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB9D is #F45462. Grayscale: #797979. Windows color (decimal): -16012387 or 10332939. OLE color: 10332939.
HSL color Cylindrical-coordinate representation of color #0BAB9D: hue angle of 174.75º 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 #0BAB9D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 157 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.33 |
| HSL | 174.75º | 0.88% | 0.36% | - |
| HSV(B) | 174.75º | 0.94% | 0.67% | - |
| XYZ | 20.79 | 31.63 | 36.91 | - |
| YUV | 121.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 157 | 0.94 | 0 | 0.08 | 0.33 | 174.75 | 0.88 | 0.36 |
| Hex | B | AB | 9D | 5E | 0 | 8 | 21 | AF | 58 | 24 |
| Octal | 13 | 253 | 235 | 136 | 0 | 10 | 41 | 257 | 130 | 44 |
| Binary | 1011 | 10101011 | 10011101 | 1011110 | 0 | 1000 | 100001 | 10101111 | 1011000 | 100100 |
Color Harmonies of #0BAB9D
Complementary color
Monochromatic Colors of #0BAB9D
Black with #0BAB9D
Text Example
Text Example
White with #0BAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB9D; }
p { color: rgb(11,171,157); }
H1.HeaderClassName
{
color: #0BAB9D;
}
.AnyTagClassName
{
color: #0BAB9D;
}
</style>
background-color css
<style>
a { background-color: #0BAB9D; }
a { background-color: rgb(11,171,157); }
div.DivClassName
{
background-color: #0BAB9D;
}
.BgClassName
{
background-color: #0BAB9D;
}
</style>
border-color css
<style>
span { border-color: #0BAB9D; }
span { border-color: rgb(11,171,157); }
td.TdClassName
{
border-color: #0BAB9D;
}
.TagClassName
{
border-color: #0BAB9D;
}
</style>