Shades of Persian Green #0B9894
Tints of Persian Green #0B9894
RGB
CMYK
RGB Variations
Color information
#0B9894 (or 0x0B9894) is known color: Persian Green. HEX triplet: 0B, 98 and 94. RGB value is (11,152,148). Sum of RGB (Red+Green+Blue) = 11+152+148=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9894 is #F4676B. Grayscale: #6D6D6D. Windows color (decimal): -16017260 or 9738251. OLE color: 9738251.
HSL color Cylindrical-coordinate representation of color #0B9894: hue angle of 178.3º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9894 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 152 | 148 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.40 |
| HSL | 178.3º | 0.87% | 0.32% | - |
| HSV(B) | 178.3º | 0.93% | 0.6% | - |
| XYZ | 16.71 | 24.67 | 31.9 | - |
| YUV | 109.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 152 | 148 | 0.93 | 0 | 0.03 | 0.40 | 178.3 | 0.87 | 0.32 |
| Hex | B | 98 | 94 | 5D | 0 | 3 | 28 | B2 | 57 | 20 |
| Octal | 13 | 230 | 224 | 135 | 0 | 3 | 50 | 262 | 127 | 40 |
| Binary | 1011 | 10011000 | 10010100 | 1011101 | 0 | 11 | 101000 | 10110010 | 1010111 | 100000 |
Color Harmonies of #0B9894
Complementary color
Monochromatic Colors of #0B9894
Black with #0B9894
Text Example
Text Example
White with #0B9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9894; }
p { color: rgb(11,152,148); }
H1.HeaderClassName
{
color: #0B9894;
}
.AnyTagClassName
{
color: #0B9894;
}
</style>
background-color css
<style>
a { background-color: #0B9894; }
a { background-color: rgb(11,152,148); }
div.DivClassName
{
background-color: #0B9894;
}
.BgClassName
{
background-color: #0B9894;
}
</style>
border-color css
<style>
span { border-color: #0B9894; }
span { border-color: rgb(11,152,148); }
td.TdClassName
{
border-color: #0B9894;
}
.TagClassName
{
border-color: #0B9894;
}
</style>