Shades of Persian Green #0BA49B
Tints of Persian Green #0BA49B
RGB
CMYK
RGB Variations
Color information
#0BA49B (or 0x0BA49B) is known color: Persian Green. HEX triplet: 0B, A4 and 9B. RGB value is (11,164,155). Sum of RGB (Red+Green+Blue) = 11+164+155=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA49B is #F45B64. Grayscale: #757575. Windows color (decimal): -16014181 or 10200075. OLE color: 10200075.
HSL color Cylindrical-coordinate representation of color #0BA49B: hue angle of 176.47º 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 #0BA49B is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 164 | 155 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.36 |
| HSL | 176.47º | 0.87% | 0.34% | - |
| HSV(B) | 176.47º | 0.93% | 0.64% | - |
| XYZ | 19.33 | 28.99 | 35.59 | - |
| YUV | 117.23 | 149.31 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 155 | 0.93 | 0 | 0.05 | 0.36 | 176.47 | 0.87 | 0.34 |
| Hex | B | A4 | 9B | 5D | 0 | 5 | 24 | B0 | 57 | 22 |
| Octal | 13 | 244 | 233 | 135 | 0 | 5 | 44 | 260 | 127 | 42 |
| Binary | 1011 | 10100100 | 10011011 | 1011101 | 0 | 101 | 100100 | 10110000 | 1010111 | 100010 |
Color Harmonies of #0BA49B
Complementary color
Monochromatic Colors of #0BA49B
Black with #0BA49B
Text Example
Text Example
White with #0BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA49B; }
p { color: rgb(11,164,155); }
H1.HeaderClassName
{
color: #0BA49B;
}
.AnyTagClassName
{
color: #0BA49B;
}
</style>
background-color css
<style>
a { background-color: #0BA49B; }
a { background-color: rgb(11,164,155); }
div.DivClassName
{
background-color: #0BA49B;
}
.BgClassName
{
background-color: #0BA49B;
}
</style>
border-color css
<style>
span { border-color: #0BA49B; }
span { border-color: rgb(11,164,155); }
td.TdClassName
{
border-color: #0BA49B;
}
.TagClassName
{
border-color: #0BA49B;
}
</style>