Shades of Persian Green #0BAF9E
Tints of Persian Green #0BAF9E
RGB
CMYK
RGB Variations
Color information
#0BAF9E (or 0x0BAF9E) is known color: Persian Green. HEX triplet: 0B, AF and 9E. RGB value is (11,175,158). Sum of RGB (Red+Green+Blue) = 11+175+158=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF9E is #F45061. Grayscale: #7B7B7B. Windows color (decimal): -16011362 or 10399499. OLE color: 10399499.
HSL color Cylindrical-coordinate representation of color #0BAF9E: hue angle of 173.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF9E is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 158 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.31 |
| HSL | 173.78º | 0.88% | 0.36% | - |
| HSV(B) | 173.78º | 0.94% | 0.69% | - |
| XYZ | 21.64 | 33.2 | 37.62 | - |
| YUV | 124.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 158 | 0.94 | 0 | 0.10 | 0.31 | 173.78 | 0.88 | 0.36 |
| Hex | B | AF | 9E | 5E | 0 | A | 1F | AE | 58 | 24 |
| Octal | 13 | 257 | 236 | 136 | 0 | 12 | 37 | 256 | 130 | 44 |
| Binary | 1011 | 10101111 | 10011110 | 1011110 | 0 | 1010 | 11111 | 10101110 | 1011000 | 100100 |
Color Harmonies of #0BAF9E
Complementary color
Monochromatic Colors of #0BAF9E
Black with #0BAF9E
Text Example
Text Example
White with #0BAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF9E; }
p { color: rgb(11,175,158); }
H1.HeaderClassName
{
color: #0BAF9E;
}
.AnyTagClassName
{
color: #0BAF9E;
}
</style>
background-color css
<style>
a { background-color: #0BAF9E; }
a { background-color: rgb(11,175,158); }
div.DivClassName
{
background-color: #0BAF9E;
}
.BgClassName
{
background-color: #0BAF9E;
}
</style>
border-color css
<style>
span { border-color: #0BAF9E; }
span { border-color: rgb(11,175,158); }
td.TdClassName
{
border-color: #0BAF9E;
}
.TagClassName
{
border-color: #0BAF9E;
}
</style>