Shades of Persian Green #0B9F8F
Tints of Persian Green #0B9F8F
RGB
CMYK
RGB Variations
Color information
#0B9F8F (or 0x0B9F8F) is known color: Persian Green. HEX triplet: 0B, 9F and 8F. RGB value is (11,159,143). Sum of RGB (Red+Green+Blue) = 11+159+143=313 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.51% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9F8F is #F46070. Grayscale: #707070. Windows color (decimal): -16015473 or 9412363. OLE color: 9412363.
HSL color Cylindrical-coordinate representation of color #0B9F8F: hue angle of 173.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F8F is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 143 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.38 |
| HSL | 173.51º | 0.87% | 0.33% | - |
| HSV(B) | 173.51º | 0.93% | 0.62% | - |
| XYZ | 17.49 | 26.85 | 30.25 | - |
| YUV | 112.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 143 | 0.93 | 0 | 0.10 | 0.38 | 173.51 | 0.87 | 0.33 |
| Hex | B | 9F | 8F | 5D | 0 | A | 26 | AE | 57 | 21 |
| Octal | 13 | 237 | 217 | 135 | 0 | 12 | 46 | 256 | 127 | 41 |
| Binary | 1011 | 10011111 | 10001111 | 1011101 | 0 | 1010 | 100110 | 10101110 | 1010111 | 100001 |
Color Harmonies of #0B9F8F
Complementary color
Monochromatic Colors of #0B9F8F
Black with #0B9F8F
Text Example
Text Example
White with #0B9F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F8F; }
p { color: rgb(11,159,143); }
H1.HeaderClassName
{
color: #0B9F8F;
}
.AnyTagClassName
{
color: #0B9F8F;
}
</style>
background-color css
<style>
a { background-color: #0B9F8F; }
a { background-color: rgb(11,159,143); }
div.DivClassName
{
background-color: #0B9F8F;
}
.BgClassName
{
background-color: #0B9F8F;
}
</style>
border-color css
<style>
span { border-color: #0B9F8F; }
span { border-color: rgb(11,159,143); }
td.TdClassName
{
border-color: #0B9F8F;
}
.TagClassName
{
border-color: #0B9F8F;
}
</style>