Shades of Persian Green #0BA19E
Tints of Persian Green #0BA19E
RGB
CMYK
RGB Variations
Color information
#0BA19E (or 0x0BA19E) is known color: Persian Green. HEX triplet: 0B, A1 and 9E. RGB value is (11,161,158). Sum of RGB (Red+Green+Blue) = 11+161+158=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA19E is #F45E61. Grayscale: #737373. Windows color (decimal): -16014946 or 10395915. OLE color: 10395915.
HSL color Cylindrical-coordinate representation of color #0BA19E: hue angle of 178.8º 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 #0BA19E is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 158 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.37 |
| HSL | 178.8º | 0.87% | 0.34% | - |
| HSV(B) | 178.8º | 0.93% | 0.63% | - |
| XYZ | 19.05 | 28.03 | 36.75 | - |
| YUV | 115.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 158 | 0.93 | 0 | 0.02 | 0.37 | 178.8 | 0.87 | 0.34 |
| Hex | B | A1 | 9E | 5D | 0 | 2 | 25 | B3 | 57 | 22 |
| Octal | 13 | 241 | 236 | 135 | 0 | 2 | 45 | 263 | 127 | 42 |
| Binary | 1011 | 10100001 | 10011110 | 1011101 | 0 | 10 | 100101 | 10110011 | 1010111 | 100010 |
Color Harmonies of #0BA19E
Complementary color
Monochromatic Colors of #0BA19E
Black with #0BA19E
Text Example
Text Example
White with #0BA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA19E; }
p { color: rgb(11,161,158); }
H1.HeaderClassName
{
color: #0BA19E;
}
.AnyTagClassName
{
color: #0BA19E;
}
</style>
background-color css
<style>
a { background-color: #0BA19E; }
a { background-color: rgb(11,161,158); }
div.DivClassName
{
background-color: #0BA19E;
}
.BgClassName
{
background-color: #0BA19E;
}
</style>
border-color css
<style>
span { border-color: #0BA19E; }
span { border-color: rgb(11,161,158); }
td.TdClassName
{
border-color: #0BA19E;
}
.TagClassName
{
border-color: #0BA19E;
}
</style>