Shades of Persian Green #0BAA98
Tints of Persian Green #0BAA98
RGB
CMYK
RGB Variations
Color information
#0BAA98 (or 0x0BAA98) is known color: Persian Green. HEX triplet: 0B, AA and 98. RGB value is (11,170,152). Sum of RGB (Red+Green+Blue) = 11+170+152=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA98 is #F45567. Grayscale: #787878. Windows color (decimal): -16012648 or 10005003. OLE color: 10005003.
HSL color Cylindrical-coordinate representation of color #0BAA98: hue angle of 173.21º 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 #0BAA98 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 152 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.33 |
| HSL | 173.21º | 0.88% | 0.35% | - |
| HSV(B) | 173.21º | 0.94% | 0.67% | - |
| XYZ | 20.18 | 31.09 | 34.64 | - |
| YUV | 120.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 152 | 0.94 | 0 | 0.11 | 0.33 | 173.21 | 0.88 | 0.35 |
| Hex | B | AA | 98 | 5E | 0 | B | 21 | AD | 58 | 23 |
| Octal | 13 | 252 | 230 | 136 | 0 | 13 | 41 | 255 | 130 | 43 |
| Binary | 1011 | 10101010 | 10011000 | 1011110 | 0 | 1011 | 100001 | 10101101 | 1011000 | 100011 |
Color Harmonies of #0BAA98
Complementary color
Monochromatic Colors of #0BAA98
Black with #0BAA98
Text Example
Text Example
White with #0BAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA98; }
p { color: rgb(11,170,152); }
H1.HeaderClassName
{
color: #0BAA98;
}
.AnyTagClassName
{
color: #0BAA98;
}
</style>
background-color css
<style>
a { background-color: #0BAA98; }
a { background-color: rgb(11,170,152); }
div.DivClassName
{
background-color: #0BAA98;
}
.BgClassName
{
background-color: #0BAA98;
}
</style>
border-color css
<style>
span { border-color: #0BAA98; }
span { border-color: rgb(11,170,152); }
td.TdClassName
{
border-color: #0BAA98;
}
.TagClassName
{
border-color: #0BAA98;
}
</style>