Shades of Persian Green #0BA39B
Tints of Persian Green #0BA39B
RGB
CMYK
RGB Variations
Color information
#0BA39B (or 0x0BA39B) is known color: Persian Green. HEX triplet: 0B, A3 and 9B. RGB value is (11,163,155). Sum of RGB (Red+Green+Blue) = 11+163+155=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA39B is #F45C64. Grayscale: #747474. Windows color (decimal): -16014437 or 10199819. OLE color: 10199819.
HSL color Cylindrical-coordinate representation of color #0BA39B: hue angle of 176.84º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA39B is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 163 | 155 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.36 |
| HSL | 176.84º | 0.87% | 0.34% | - |
| HSV(B) | 176.84º | 0.93% | 0.64% | - |
| XYZ | 19.15 | 28.63 | 35.53 | - |
| YUV | 116.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 163 | 155 | 0.93 | 0 | 0.05 | 0.36 | 176.84 | 0.87 | 0.34 |
| Hex | B | A3 | 9B | 5D | 0 | 5 | 24 | B1 | 57 | 22 |
| Octal | 13 | 243 | 233 | 135 | 0 | 5 | 44 | 261 | 127 | 42 |
| Binary | 1011 | 10100011 | 10011011 | 1011101 | 0 | 101 | 100100 | 10110001 | 1010111 | 100010 |
Color Harmonies of #0BA39B
Complementary color
Monochromatic Colors of #0BA39B
Black with #0BA39B
Text Example
Text Example
White with #0BA39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA39B; }
p { color: rgb(11,163,155); }
H1.HeaderClassName
{
color: #0BA39B;
}
.AnyTagClassName
{
color: #0BA39B;
}
</style>
background-color css
<style>
a { background-color: #0BA39B; }
a { background-color: rgb(11,163,155); }
div.DivClassName
{
background-color: #0BA39B;
}
.BgClassName
{
background-color: #0BA39B;
}
</style>
border-color css
<style>
span { border-color: #0BA39B; }
span { border-color: rgb(11,163,155); }
td.TdClassName
{
border-color: #0BA39B;
}
.TagClassName
{
border-color: #0BA39B;
}
</style>