Shades of Persian Green #0BA99E
Tints of Persian Green #0BA99E
RGB
CMYK
RGB Variations
Color information
#0BA99E (or 0x0BA99E) is known color: Persian Green. HEX triplet: 0B, A9 and 9E. RGB value is (11,169,158). Sum of RGB (Red+Green+Blue) = 11+169+158=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA99E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA99E is #F45661. Grayscale: #787878. Windows color (decimal): -16012898 or 10397963. OLE color: 10397963.
HSL color Cylindrical-coordinate representation of color #0BA99E: hue angle of 175.82º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA99E is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 158 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.34 |
| HSL | 175.82º | 0.88% | 0.35% | - |
| HSV(B) | 175.82º | 0.93% | 0.66% | - |
| XYZ | 20.5 | 30.92 | 37.23 | - |
| YUV | 120.5 | 149.15 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 158 | 0.93 | 0 | 0.07 | 0.34 | 175.82 | 0.88 | 0.35 |
| Hex | B | A9 | 9E | 5D | 0 | 7 | 22 | B0 | 58 | 23 |
| Octal | 13 | 251 | 236 | 135 | 0 | 7 | 42 | 260 | 130 | 43 |
| Binary | 1011 | 10101001 | 10011110 | 1011101 | 0 | 111 | 100010 | 10110000 | 1011000 | 100011 |
Color Harmonies of #0BA99E
Complementary color
Monochromatic Colors of #0BA99E
Black with #0BA99E
Text Example
Text Example
White with #0BA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA99E; }
p { color: rgb(11,169,158); }
H1.HeaderClassName
{
color: #0BA99E;
}
.AnyTagClassName
{
color: #0BA99E;
}
</style>
background-color css
<style>
a { background-color: #0BA99E; }
a { background-color: rgb(11,169,158); }
div.DivClassName
{
background-color: #0BA99E;
}
.BgClassName
{
background-color: #0BA99E;
}
</style>
border-color css
<style>
span { border-color: #0BA99E; }
span { border-color: rgb(11,169,158); }
td.TdClassName
{
border-color: #0BA99E;
}
.TagClassName
{
border-color: #0BA99E;
}
</style>