Shades of Persian Green #0BAA97
Tints of Persian Green #0BAA97
RGB
CMYK
RGB Variations
Color information
#0BAA97 (or 0x0BAA97) is known color: Persian Green. HEX triplet: 0B, AA and 97. RGB value is (11,170,151). Sum of RGB (Red+Green+Blue) = 11+170+151=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA97 is #F45568. Grayscale: #787878. Windows color (decimal): -16012649 or 9939467. OLE color: 9939467.
HSL color Cylindrical-coordinate representation of color #0BAA97: hue angle of 172.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA97 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 151 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.33 |
| HSL | 172.83º | 0.88% | 0.35% | - |
| HSV(B) | 172.83º | 0.94% | 0.67% | - |
| XYZ | 20.1 | 31.05 | 34.21 | - |
| YUV | 120.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 151 | 0.94 | 0 | 0.11 | 0.33 | 172.83 | 0.88 | 0.35 |
| Hex | B | AA | 97 | 5E | 0 | B | 21 | AD | 58 | 23 |
| Octal | 13 | 252 | 227 | 136 | 0 | 13 | 41 | 255 | 130 | 43 |
| Binary | 1011 | 10101010 | 10010111 | 1011110 | 0 | 1011 | 100001 | 10101101 | 1011000 | 100011 |
Color Harmonies of #0BAA97
Complementary color
Monochromatic Colors of #0BAA97
Black with #0BAA97
Text Example
Text Example
White with #0BAA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA97; }
p { color: rgb(11,170,151); }
H1.HeaderClassName
{
color: #0BAA97;
}
.AnyTagClassName
{
color: #0BAA97;
}
</style>
background-color css
<style>
a { background-color: #0BAA97; }
a { background-color: rgb(11,170,151); }
div.DivClassName
{
background-color: #0BAA97;
}
.BgClassName
{
background-color: #0BAA97;
}
</style>
border-color css
<style>
span { border-color: #0BAA97; }
span { border-color: rgb(11,170,151); }
td.TdClassName
{
border-color: #0BAA97;
}
.TagClassName
{
border-color: #0BAA97;
}
</style>