Shades of Persian Green #0BA08F
Tints of Persian Green #0BA08F
RGB
CMYK
RGB Variations
Color information
#0BA08F (or 0x0BA08F) is known color: Persian Green. HEX triplet: 0B, A0 and 8F. RGB value is (11,160,143). Sum of RGB (Red+Green+Blue) = 11+160+143=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA08F is #F45F70. Grayscale: #717171. Windows color (decimal): -16015217 or 9412619. OLE color: 9412619.
HSL color Cylindrical-coordinate representation of color #0BA08F: hue angle of 173.15º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA08F is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 143 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.37 |
| HSL | 173.15º | 0.87% | 0.34% | - |
| HSV(B) | 173.15º | 0.93% | 0.63% | - |
| XYZ | 17.67 | 27.2 | 30.3 | - |
| YUV | 113.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 143 | 0.93 | 0 | 0.11 | 0.37 | 173.15 | 0.87 | 0.34 |
| Hex | B | A0 | 8F | 5D | 0 | B | 25 | AD | 57 | 22 |
| Octal | 13 | 240 | 217 | 135 | 0 | 13 | 45 | 255 | 127 | 42 |
| Binary | 1011 | 10100000 | 10001111 | 1011101 | 0 | 1011 | 100101 | 10101101 | 1010111 | 100010 |
Color Harmonies of #0BA08F
Complementary color
Monochromatic Colors of #0BA08F
Black with #0BA08F
Text Example
Text Example
White with #0BA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA08F; }
p { color: rgb(11,160,143); }
H1.HeaderClassName
{
color: #0BA08F;
}
.AnyTagClassName
{
color: #0BA08F;
}
</style>
background-color css
<style>
a { background-color: #0BA08F; }
a { background-color: rgb(11,160,143); }
div.DivClassName
{
background-color: #0BA08F;
}
.BgClassName
{
background-color: #0BA08F;
}
</style>
border-color css
<style>
span { border-color: #0BA08F; }
span { border-color: rgb(11,160,143); }
td.TdClassName
{
border-color: #0BA08F;
}
.TagClassName
{
border-color: #0BA08F;
}
</style>