Shades of Persian Green #0B9898
Tints of Persian Green #0B9898
RGB
CMYK
RGB Variations
Color information
#0B9898 (or 0x0B9898) is known color: Persian Green. HEX triplet: 0B, 98 and 98. RGB value is (11,152,152). Sum of RGB (Red+Green+Blue) = 11+152+152=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #0B9898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9898 is #F46767. Grayscale: #6D6D6D. Windows color (decimal): -16017256 or 10000395. OLE color: 10000395.
HSL color Cylindrical-coordinate representation of color #0B9898: hue angle of 180º 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 #0B9898 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 152 | 152 | - |
| CMYK | 0.93 | 0 | 0 | 0.40 |
| HSL | 180º | 0.87% | 0.32% | - |
| HSV(B) | 180º | 0.93% | 0.6% | - |
| XYZ | 17.03 | 24.79 | 33.59 | - |
| YUV | 109.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 152 | 152 | 0.93 | 0 | 0 | 0.40 | 180 | 0.87 | 0.32 |
| Hex | B | 98 | 98 | 5D | 0 | 0 | 28 | B4 | 57 | 20 |
| Octal | 13 | 230 | 230 | 135 | 0 | 0 | 50 | 264 | 127 | 40 |
| Binary | 1011 | 10011000 | 10011000 | 1011101 | 0 | 0 | 101000 | 10110100 | 1010111 | 100000 |
Color Harmonies of #0B9898
Complementary color
Monochromatic Colors of #0B9898
Black with #0B9898
Text Example
Text Example
White with #0B9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9898; }
p { color: rgb(11,152,152); }
H1.HeaderClassName
{
color: #0B9898;
}
.AnyTagClassName
{
color: #0B9898;
}
</style>
background-color css
<style>
a { background-color: #0B9898; }
a { background-color: rgb(11,152,152); }
div.DivClassName
{
background-color: #0B9898;
}
.BgClassName
{
background-color: #0B9898;
}
</style>
border-color css
<style>
span { border-color: #0B9898; }
span { border-color: rgb(11,152,152); }
td.TdClassName
{
border-color: #0B9898;
}
.TagClassName
{
border-color: #0B9898;
}
</style>