Shades of Persian Green #0BB89A
Tints of Persian Green #0BB89A
RGB
CMYK
RGB Variations
Color information
#0BB89A (or 0x0BB89A) is known color: Persian Green. HEX triplet: 0B, B8 and 9A. RGB value is (11,184,154). Sum of RGB (Red+Green+Blue) = 11+184+154=349 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.15% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB89A is #F44765. Grayscale: #808080. Windows color (decimal): -16009062 or 10139659. OLE color: 10139659.
HSL color Cylindrical-coordinate representation of color #0BB89A: hue angle of 169.6º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB89A is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 154 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.28 |
| HSL | 169.6º | 0.89% | 0.38% | - |
| HSV(B) | 169.6º | 0.94% | 0.72% | - |
| XYZ | 23.11 | 36.69 | 36.43 | - |
| YUV | 128.85 | 142.19 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 154 | 0.94 | 0 | 0.16 | 0.28 | 169.6 | 0.89 | 0.38 |
| Hex | B | B8 | 9A | 5E | 0 | 10 | 1C | AA | 59 | 26 |
| Octal | 13 | 270 | 232 | 136 | 0 | 20 | 34 | 252 | 131 | 46 |
| Binary | 1011 | 10111000 | 10011010 | 1011110 | 0 | 10000 | 11100 | 10101010 | 1011001 | 100110 |
Color Harmonies of #0BB89A
Complementary color
Monochromatic Colors of #0BB89A
Black with #0BB89A
Text Example
Text Example
White with #0BB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB89A; }
p { color: rgb(11,184,154); }
H1.HeaderClassName
{
color: #0BB89A;
}
.AnyTagClassName
{
color: #0BB89A;
}
</style>
background-color css
<style>
a { background-color: #0BB89A; }
a { background-color: rgb(11,184,154); }
div.DivClassName
{
background-color: #0BB89A;
}
.BgClassName
{
background-color: #0BB89A;
}
</style>
border-color css
<style>
span { border-color: #0BB89A; }
span { border-color: rgb(11,184,154); }
td.TdClassName
{
border-color: #0BB89A;
}
.TagClassName
{
border-color: #0BB89A;
}
</style>