Shades of Persian Green #0BA085
Tints of Persian Green #0BA085
RGB
CMYK
RGB Variations
Color information
#0BA085 (or 0x0BA085) is known color: Persian Green. HEX triplet: 0B, A0 and 85. RGB value is (11,160,133). Sum of RGB (Red+Green+Blue) = 11+160+133=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA085 is #F45F7A. Grayscale: #707070. Windows color (decimal): -16015227 or 8757259. OLE color: 8757259.
HSL color Cylindrical-coordinate representation of color #0BA085: hue angle of 169.13º 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 #0BA085 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 133 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.37 |
| HSL | 169.13º | 0.87% | 0.34% | - |
| HSV(B) | 169.13º | 0.93% | 0.63% | - |
| XYZ | 16.94 | 26.91 | 26.49 | - |
| YUV | 112.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 133 | 0.93 | 0 | 0.17 | 0.37 | 169.13 | 0.87 | 0.34 |
| Hex | B | A0 | 85 | 5D | 0 | 11 | 25 | A9 | 57 | 22 |
| Octal | 13 | 240 | 205 | 135 | 0 | 21 | 45 | 251 | 127 | 42 |
| Binary | 1011 | 10100000 | 10000101 | 1011101 | 0 | 10001 | 100101 | 10101001 | 1010111 | 100010 |
Color Harmonies of #0BA085
Complementary color
Monochromatic Colors of #0BA085
Black with #0BA085
Text Example
Text Example
White with #0BA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA085; }
p { color: rgb(11,160,133); }
H1.HeaderClassName
{
color: #0BA085;
}
.AnyTagClassName
{
color: #0BA085;
}
</style>
background-color css
<style>
a { background-color: #0BA085; }
a { background-color: rgb(11,160,133); }
div.DivClassName
{
background-color: #0BA085;
}
.BgClassName
{
background-color: #0BA085;
}
</style>
border-color css
<style>
span { border-color: #0BA085; }
span { border-color: rgb(11,160,133); }
td.TdClassName
{
border-color: #0BA085;
}
.TagClassName
{
border-color: #0BA085;
}
</style>