Shades of Persian Green #0BA995
Tints of Persian Green #0BA995
RGB
CMYK
RGB Variations
Color information
#0BA995 (or 0x0BA995) is known color: Persian Green. HEX triplet: 0B, A9 and 95. RGB value is (11,169,149). Sum of RGB (Red+Green+Blue) = 11+169+149=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA995 is #F4566A. Grayscale: #777777. Windows color (decimal): -16012907 or 9808139. OLE color: 9808139.
HSL color Cylindrical-coordinate representation of color #0BA995: hue angle of 172.41º 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 #0BA995 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 169 | 149 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.34 |
| HSL | 172.41º | 0.88% | 0.35% | - |
| HSV(B) | 172.41º | 0.93% | 0.66% | - |
| XYZ | 19.75 | 30.62 | 33.3 | - |
| YUV | 119.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 149 | 0.93 | 0 | 0.12 | 0.34 | 172.41 | 0.88 | 0.35 |
| Hex | B | A9 | 95 | 5D | 0 | C | 22 | AC | 58 | 23 |
| Octal | 13 | 251 | 225 | 135 | 0 | 14 | 42 | 254 | 130 | 43 |
| Binary | 1011 | 10101001 | 10010101 | 1011101 | 0 | 1100 | 100010 | 10101100 | 1011000 | 100011 |
Color Harmonies of #0BA995
Complementary color
Monochromatic Colors of #0BA995
Black with #0BA995
Text Example
Text Example
White with #0BA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA995; }
p { color: rgb(11,169,149); }
H1.HeaderClassName
{
color: #0BA995;
}
.AnyTagClassName
{
color: #0BA995;
}
</style>
background-color css
<style>
a { background-color: #0BA995; }
a { background-color: rgb(11,169,149); }
div.DivClassName
{
background-color: #0BA995;
}
.BgClassName
{
background-color: #0BA995;
}
</style>
border-color css
<style>
span { border-color: #0BA995; }
span { border-color: rgb(11,169,149); }
td.TdClassName
{
border-color: #0BA995;
}
.TagClassName
{
border-color: #0BA995;
}
</style>