Shades of Persian Green #0B9BA0
Tints of Persian Green #0B9BA0
RGB
CMYK
RGB Variations
Color information
#0B9BA0 (or 0x0B9BA0) is known color: Persian Green. HEX triplet: 0B, 9B and A0. RGB value is (11,155,160). Sum of RGB (Red+Green+Blue) = 11+155+160=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #0B9BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9BA0 is #F4645F. Grayscale: #707070. Windows color (decimal): -16016480 or 10525451. OLE color: 10525451.
HSL color Cylindrical-coordinate representation of color #0B9BA0: hue angle of 182.01º 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 #0B9BA0 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 155 | 160 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.37 |
| HSL | 182.01º | 0.87% | 0.34% | - |
| HSV(B) | 182.01º | 0.93% | 0.63% | - |
| XYZ | 18.2 | 26.05 | 37.33 | - |
| YUV | 112.51 | 154.79 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 160 | 0.93 | 0.03 | 0 | 0.37 | 182.01 | 0.87 | 0.34 |
| Hex | B | 9B | A0 | 5D | 3 | 0 | 25 | B6 | 57 | 22 |
| Octal | 13 | 233 | 240 | 135 | 3 | 0 | 45 | 266 | 127 | 42 |
| Binary | 1011 | 10011011 | 10100000 | 1011101 | 11 | 0 | 100101 | 10110110 | 1010111 | 100010 |
Color Harmonies of #0B9BA0
Complementary color
Monochromatic Colors of #0B9BA0
Black with #0B9BA0
Text Example
Text Example
White with #0B9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9BA0; }
p { color: rgb(11,155,160); }
H1.HeaderClassName
{
color: #0B9BA0;
}
.AnyTagClassName
{
color: #0B9BA0;
}
</style>
background-color css
<style>
a { background-color: #0B9BA0; }
a { background-color: rgb(11,155,160); }
div.DivClassName
{
background-color: #0B9BA0;
}
.BgClassName
{
background-color: #0B9BA0;
}
</style>
border-color css
<style>
span { border-color: #0B9BA0; }
span { border-color: rgb(11,155,160); }
td.TdClassName
{
border-color: #0B9BA0;
}
.TagClassName
{
border-color: #0B9BA0;
}
</style>