Shades of Persian Green #0BAF9A
Tints of Persian Green #0BAF9A
RGB
CMYK
RGB Variations
Color information
#0BAF9A (or 0x0BAF9A) is known color: Persian Green. HEX triplet: 0B, AF and 9A. RGB value is (11,175,154). Sum of RGB (Red+Green+Blue) = 11+175+154=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF9A is #F45065. Grayscale: #7B7B7B. Windows color (decimal): -16011366 or 10137355. OLE color: 10137355.
HSL color Cylindrical-coordinate representation of color #0BAF9A: hue angle of 172.32º 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 #0BAF9A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 154 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.31 |
| HSL | 172.32º | 0.88% | 0.36% | - |
| HSV(B) | 172.32º | 0.94% | 0.69% | - |
| XYZ | 21.3 | 33.06 | 35.83 | - |
| YUV | 123.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 154 | 0.94 | 0 | 0.12 | 0.31 | 172.32 | 0.88 | 0.36 |
| Hex | B | AF | 9A | 5E | 0 | C | 1F | AC | 58 | 24 |
| Octal | 13 | 257 | 232 | 136 | 0 | 14 | 37 | 254 | 130 | 44 |
| Binary | 1011 | 10101111 | 10011010 | 1011110 | 0 | 1100 | 11111 | 10101100 | 1011000 | 100100 |
Color Harmonies of #0BAF9A
Complementary color
Monochromatic Colors of #0BAF9A
Black with #0BAF9A
Text Example
Text Example
White with #0BAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF9A; }
p { color: rgb(11,175,154); }
H1.HeaderClassName
{
color: #0BAF9A;
}
.AnyTagClassName
{
color: #0BAF9A;
}
</style>
background-color css
<style>
a { background-color: #0BAF9A; }
a { background-color: rgb(11,175,154); }
div.DivClassName
{
background-color: #0BAF9A;
}
.BgClassName
{
background-color: #0BAF9A;
}
</style>
border-color css
<style>
span { border-color: #0BAF9A; }
span { border-color: rgb(11,175,154); }
td.TdClassName
{
border-color: #0BAF9A;
}
.TagClassName
{
border-color: #0BAF9A;
}
</style>