Shades of Persian Green #0BAA8B
Tints of Persian Green #0BAA8B
RGB
CMYK
RGB Variations
Color information
#0BAA8B (or 0x0BAA8B) is known color: Persian Green. HEX triplet: 0B, AA and 8B. RGB value is (11,170,139). Sum of RGB (Red+Green+Blue) = 11+170+139=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA8B is #F45574. Grayscale: #767676. Windows color (decimal): -16012661 or 9153035. OLE color: 9153035.
HSL color Cylindrical-coordinate representation of color #0BAA8B: hue angle of 168.3º 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 #0BAA8B is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 139 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.33 |
| HSL | 168.3º | 0.88% | 0.35% | - |
| HSV(B) | 168.3º | 0.94% | 0.67% | - |
| XYZ | 19.17 | 30.68 | 29.34 | - |
| YUV | 118.93 | 139.32 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 139 | 0.94 | 0 | 0.18 | 0.33 | 168.3 | 0.88 | 0.35 |
| Hex | B | AA | 8B | 5E | 0 | 12 | 21 | A8 | 58 | 23 |
| Octal | 13 | 252 | 213 | 136 | 0 | 22 | 41 | 250 | 130 | 43 |
| Binary | 1011 | 10101010 | 10001011 | 1011110 | 0 | 10010 | 100001 | 10101000 | 1011000 | 100011 |
Color Harmonies of #0BAA8B
Complementary color
Monochromatic Colors of #0BAA8B
Black with #0BAA8B
Text Example
Text Example
White with #0BAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA8B; }
p { color: rgb(11,170,139); }
H1.HeaderClassName
{
color: #0BAA8B;
}
.AnyTagClassName
{
color: #0BAA8B;
}
</style>
background-color css
<style>
a { background-color: #0BAA8B; }
a { background-color: rgb(11,170,139); }
div.DivClassName
{
background-color: #0BAA8B;
}
.BgClassName
{
background-color: #0BAA8B;
}
</style>
border-color css
<style>
span { border-color: #0BAA8B; }
span { border-color: rgb(11,170,139); }
td.TdClassName
{
border-color: #0BAA8B;
}
.TagClassName
{
border-color: #0BAA8B;
}
</style>