Shades of Persian Green #0BA19C
Tints of Persian Green #0BA19C
RGB
CMYK
RGB Variations
Color information
#0BA19C (or 0x0BA19C) is known color: Persian Green. HEX triplet: 0B, A1 and 9C. RGB value is (11,161,156). Sum of RGB (Red+Green+Blue) = 11+161+156=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #0BA19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA19C is #F45E63. Grayscale: #737373. Windows color (decimal): -16014948 or 10264843. OLE color: 10264843.
HSL color Cylindrical-coordinate representation of color #0BA19C: hue angle of 178º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA19C is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 161 | 156 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.37 |
| HSL | 178º | 0.87% | 0.34% | - |
| HSV(B) | 178º | 0.93% | 0.63% | - |
| XYZ | 18.88 | 27.96 | 35.85 | - |
| YUV | 115.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 156 | 0.93 | 0 | 0.03 | 0.37 | 178 | 0.87 | 0.34 |
| Hex | B | A1 | 9C | 5D | 0 | 3 | 25 | B2 | 57 | 22 |
| Octal | 13 | 241 | 234 | 135 | 0 | 3 | 45 | 262 | 127 | 42 |
| Binary | 1011 | 10100001 | 10011100 | 1011101 | 0 | 11 | 100101 | 10110010 | 1010111 | 100010 |
Color Harmonies of #0BA19C
Complementary color
Monochromatic Colors of #0BA19C
Black with #0BA19C
Text Example
Text Example
White with #0BA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA19C; }
p { color: rgb(11,161,156); }
H1.HeaderClassName
{
color: #0BA19C;
}
.AnyTagClassName
{
color: #0BA19C;
}
</style>
background-color css
<style>
a { background-color: #0BA19C; }
a { background-color: rgb(11,161,156); }
div.DivClassName
{
background-color: #0BA19C;
}
.BgClassName
{
background-color: #0BA19C;
}
</style>
border-color css
<style>
span { border-color: #0BA19C; }
span { border-color: rgb(11,161,156); }
td.TdClassName
{
border-color: #0BA19C;
}
.TagClassName
{
border-color: #0BA19C;
}
</style>