Shades of Persian Green #0B9C8F
Tints of Persian Green #0B9C8F
RGB
CMYK
RGB Variations
Color information
#0B9C8F (or 0x0B9C8F) is known color: Persian Green. HEX triplet: 0B, 9C and 8F. RGB value is (11,156,143). Sum of RGB (Red+Green+Blue) = 11+156+143=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #0B9C8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9C8F is #F46370. Grayscale: #6F6F6F. Windows color (decimal): -16016241 or 9411595. OLE color: 9411595.
HSL color Cylindrical-coordinate representation of color #0B9C8F: hue angle of 174.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9C8F is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 156 | 143 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.39 |
| HSL | 174.62º | 0.87% | 0.33% | - |
| HSV(B) | 174.62º | 0.93% | 0.61% | - |
| XYZ | 16.98 | 25.83 | 30.08 | - |
| YUV | 111.16 | 145.96 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 156 | 143 | 0.93 | 0 | 0.08 | 0.39 | 174.62 | 0.87 | 0.33 |
| Hex | B | 9C | 8F | 5D | 0 | 8 | 27 | AF | 57 | 21 |
| Octal | 13 | 234 | 217 | 135 | 0 | 10 | 47 | 257 | 127 | 41 |
| Binary | 1011 | 10011100 | 10001111 | 1011101 | 0 | 1000 | 100111 | 10101111 | 1010111 | 100001 |
Color Harmonies of #0B9C8F
Complementary color
Monochromatic Colors of #0B9C8F
Black with #0B9C8F
Text Example
Text Example
White with #0B9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9C8F; }
p { color: rgb(11,156,143); }
H1.HeaderClassName
{
color: #0B9C8F;
}
.AnyTagClassName
{
color: #0B9C8F;
}
</style>
background-color css
<style>
a { background-color: #0B9C8F; }
a { background-color: rgb(11,156,143); }
div.DivClassName
{
background-color: #0B9C8F;
}
.BgClassName
{
background-color: #0B9C8F;
}
</style>
border-color css
<style>
span { border-color: #0B9C8F; }
span { border-color: rgb(11,156,143); }
td.TdClassName
{
border-color: #0B9C8F;
}
.TagClassName
{
border-color: #0B9C8F;
}
</style>