Shades of Persian Green #0BAE91
Tints of Persian Green #0BAE91
RGB
CMYK
RGB Variations
Color information
#0BAE91 (or 0x0BAE91) is known color: Persian Green. HEX triplet: 0B, AE and 91. RGB value is (11,174,145). Sum of RGB (Red+Green+Blue) = 11+174+145=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAE91 is #F4516E. Grayscale: #797979. Windows color (decimal): -16011631 or 9547275. OLE color: 9547275.
HSL color Cylindrical-coordinate representation of color #0BAE91: hue angle of 169.33º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE91 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 145 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.32 |
| HSL | 169.33º | 0.88% | 0.36% | - |
| HSV(B) | 169.33º | 0.94% | 0.68% | - |
| XYZ | 20.38 | 32.39 | 31.97 | - |
| YUV | 121.96 | 141 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 145 | 0.94 | 0 | 0.17 | 0.32 | 169.33 | 0.88 | 0.36 |
| Hex | B | AE | 91 | 5E | 0 | 11 | 20 | A9 | 58 | 24 |
| Octal | 13 | 256 | 221 | 136 | 0 | 21 | 40 | 251 | 130 | 44 |
| Binary | 1011 | 10101110 | 10010001 | 1011110 | 0 | 10001 | 100000 | 10101001 | 1011000 | 100100 |
Color Harmonies of #0BAE91
Complementary color
Monochromatic Colors of #0BAE91
Black with #0BAE91
Text Example
Text Example
White with #0BAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE91; }
p { color: rgb(11,174,145); }
H1.HeaderClassName
{
color: #0BAE91;
}
.AnyTagClassName
{
color: #0BAE91;
}
</style>
background-color css
<style>
a { background-color: #0BAE91; }
a { background-color: rgb(11,174,145); }
div.DivClassName
{
background-color: #0BAE91;
}
.BgClassName
{
background-color: #0BAE91;
}
</style>
border-color css
<style>
span { border-color: #0BAE91; }
span { border-color: rgb(11,174,145); }
td.TdClassName
{
border-color: #0BAE91;
}
.TagClassName
{
border-color: #0BAE91;
}
</style>