Shades of Persian Green #0BAC9A
Tints of Persian Green #0BAC9A
RGB
CMYK
RGB Variations
Color information
#0BAC9A (or 0x0BAC9A) is known color: Persian Green. HEX triplet: 0B, AC and 9A. RGB value is (11,172,154). Sum of RGB (Red+Green+Blue) = 11+172+154=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC9A is #F45365. Grayscale: #797979. Windows color (decimal): -16012134 or 10136587. OLE color: 10136587.
HSL color Cylindrical-coordinate representation of color #0BAC9A: hue angle of 173.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC9A is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 154 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.33 |
| HSL | 173.29º | 0.88% | 0.36% | - |
| HSV(B) | 173.29º | 0.94% | 0.67% | - |
| XYZ | 20.72 | 31.91 | 35.64 | - |
| YUV | 121.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 154 | 0.94 | 0 | 0.10 | 0.33 | 173.29 | 0.88 | 0.36 |
| Hex | B | AC | 9A | 5E | 0 | A | 21 | AD | 58 | 24 |
| Octal | 13 | 254 | 232 | 136 | 0 | 12 | 41 | 255 | 130 | 44 |
| Binary | 1011 | 10101100 | 10011010 | 1011110 | 0 | 1010 | 100001 | 10101101 | 1011000 | 100100 |
Color Harmonies of #0BAC9A
Complementary color
Monochromatic Colors of #0BAC9A
Black with #0BAC9A
Text Example
Text Example
White with #0BAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC9A; }
p { color: rgb(11,172,154); }
H1.HeaderClassName
{
color: #0BAC9A;
}
.AnyTagClassName
{
color: #0BAC9A;
}
</style>
background-color css
<style>
a { background-color: #0BAC9A; }
a { background-color: rgb(11,172,154); }
div.DivClassName
{
background-color: #0BAC9A;
}
.BgClassName
{
background-color: #0BAC9A;
}
</style>
border-color css
<style>
span { border-color: #0BAC9A; }
span { border-color: rgb(11,172,154); }
td.TdClassName
{
border-color: #0BAC9A;
}
.TagClassName
{
border-color: #0BAC9A;
}
</style>