Shades of Persian Green #0E998B
Tints of Persian Green #0E998B
RGB
CMYK
RGB Variations
Color information
#0E998B (or 0x0E998B) is known color: Persian Green. HEX triplet: 0E, 99 and 8B. RGB value is (14,153,139). Sum of RGB (Red+Green+Blue) = 14+153+139=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #0E998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E998B is #F16674. Grayscale: #6D6D6D. Windows color (decimal): -15820405 or 9148686. OLE color: 9148686.
HSL color Cylindrical-coordinate representation of color #0E998B: hue angle of 173.96º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E998B is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 153 | 139 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.4 |
| HSL | 173.96º | 0.83% | 0.33% | - |
| HSV(B) | 173.96º | 0.91% | 0.6% | - |
| XYZ | 16.23 | 24.74 | 28.35 | - |
| YUV | 109.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 153 | 139 | 0.91 | 0 | 0.09 | 0.4 | 173.96 | 0.83 | 0.33 |
| Hex | E | 99 | 8B | 5B | 0 | 9 | 28 | AE | 53 | 21 |
| Octal | 16 | 231 | 213 | 133 | 0 | 11 | 50 | 256 | 123 | 41 |
| Binary | 1110 | 10011001 | 10001011 | 1011011 | 0 | 1001 | 101000 | 10101110 | 1010011 | 100001 |
Color Harmonies of #0E998B
Complementary color
Monochromatic Colors of #0E998B
Black with #0E998B
Text Example
Text Example
White with #0E998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E998B; }
p { color: rgb(14,153,139); }
H1.HeaderClassName
{
color: #0E998B;
}
.AnyTagClassName
{
color: #0E998B;
}
</style>
background-color css
<style>
a { background-color: #0E998B; }
a { background-color: rgb(14,153,139); }
div.DivClassName
{
background-color: #0E998B;
}
.BgClassName
{
background-color: #0E998B;
}
</style>
border-color css
<style>
span { border-color: #0E998B; }
span { border-color: rgb(14,153,139); }
td.TdClassName
{
border-color: #0E998B;
}
.TagClassName
{
border-color: #0E998B;
}
</style>