Shades of Persian Green #0BAB9C
Tints of Persian Green #0BAB9C
RGB
CMYK
RGB Variations
Color information
#0BAB9C (or 0x0BAB9C) is known color: Persian Green. HEX triplet: 0B, AB and 9C. RGB value is (11,171,156). Sum of RGB (Red+Green+Blue) = 11+171+156=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB9C is #F45463. Grayscale: #797979. Windows color (decimal): -16012388 or 10267403. OLE color: 10267403.
HSL color Cylindrical-coordinate representation of color #0BAB9C: hue angle of 174.38º 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 #0BAB9C is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 156 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.33 |
| HSL | 174.38º | 0.88% | 0.36% | - |
| HSV(B) | 174.38º | 0.94% | 0.67% | - |
| XYZ | 20.7 | 31.6 | 36.46 | - |
| YUV | 121.45 | 147.49 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 156 | 0.94 | 0 | 0.09 | 0.33 | 174.38 | 0.88 | 0.36 |
| Hex | B | AB | 9C | 5E | 0 | 9 | 21 | AE | 58 | 24 |
| Octal | 13 | 253 | 234 | 136 | 0 | 11 | 41 | 256 | 130 | 44 |
| Binary | 1011 | 10101011 | 10011100 | 1011110 | 0 | 1001 | 100001 | 10101110 | 1011000 | 100100 |
Color Harmonies of #0BAB9C
Complementary color
Monochromatic Colors of #0BAB9C
Black with #0BAB9C
Text Example
Text Example
White with #0BAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB9C; }
p { color: rgb(11,171,156); }
H1.HeaderClassName
{
color: #0BAB9C;
}
.AnyTagClassName
{
color: #0BAB9C;
}
</style>
background-color css
<style>
a { background-color: #0BAB9C; }
a { background-color: rgb(11,171,156); }
div.DivClassName
{
background-color: #0BAB9C;
}
.BgClassName
{
background-color: #0BAB9C;
}
</style>
border-color css
<style>
span { border-color: #0BAB9C; }
span { border-color: rgb(11,171,156); }
td.TdClassName
{
border-color: #0BAB9C;
}
.TagClassName
{
border-color: #0BAB9C;
}
</style>