Shades of Persian Green #0BAF9D
Tints of Persian Green #0BAF9D
RGB
CMYK
RGB Variations
Color information
#0BAF9D (or 0x0BAF9D) is known color: Persian Green. HEX triplet: 0B, AF and 9D. RGB value is (11,175,157). Sum of RGB (Red+Green+Blue) = 11+175+157=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF9D is #F45062. Grayscale: #7B7B7B. Windows color (decimal): -16011363 or 10333963. OLE color: 10333963.
HSL color Cylindrical-coordinate representation of color #0BAF9D: hue angle of 173.41º 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 #0BAF9D is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 157 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.31 |
| HSL | 173.41º | 0.88% | 0.36% | - |
| HSV(B) | 173.41º | 0.94% | 0.69% | - |
| XYZ | 21.55 | 33.17 | 37.16 | - |
| YUV | 123.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 157 | 0.94 | 0 | 0.10 | 0.31 | 173.41 | 0.88 | 0.36 |
| Hex | B | AF | 9D | 5E | 0 | A | 1F | AD | 58 | 24 |
| Octal | 13 | 257 | 235 | 136 | 0 | 12 | 37 | 255 | 130 | 44 |
| Binary | 1011 | 10101111 | 10011101 | 1011110 | 0 | 1010 | 11111 | 10101101 | 1011000 | 100100 |
Color Harmonies of #0BAF9D
Complementary color
Monochromatic Colors of #0BAF9D
Black with #0BAF9D
Text Example
Text Example
White with #0BAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF9D; }
p { color: rgb(11,175,157); }
H1.HeaderClassName
{
color: #0BAF9D;
}
.AnyTagClassName
{
color: #0BAF9D;
}
</style>
background-color css
<style>
a { background-color: #0BAF9D; }
a { background-color: rgb(11,175,157); }
div.DivClassName
{
background-color: #0BAF9D;
}
.BgClassName
{
background-color: #0BAF9D;
}
</style>
border-color css
<style>
span { border-color: #0BAF9D; }
span { border-color: rgb(11,175,157); }
td.TdClassName
{
border-color: #0BAF9D;
}
.TagClassName
{
border-color: #0BAF9D;
}
</style>