Shades of Persian Green #0EA48B
Tints of Persian Green #0EA48B
RGB
CMYK
RGB Variations
Color information
#0EA48B (or 0x0EA48B) is known color: Persian Green. HEX triplet: 0E, A4 and 8B. RGB value is (14,164,139). Sum of RGB (Red+Green+Blue) = 14+164+139=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA48B is #F15B74. Grayscale: #747474. Windows color (decimal): -15817589 or 9151502. OLE color: 9151502.
HSL color Cylindrical-coordinate representation of color #0EA48B: hue angle of 170º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA48B is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 164 | 139 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.36 |
| HSL | 170º | 0.84% | 0.35% | - |
| HSV(B) | 170º | 0.91% | 0.64% | - |
| XYZ | 18.12 | 28.51 | 28.97 | - |
| YUV | 116.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 164 | 139 | 0.91 | 0 | 0.15 | 0.36 | 170 | 0.84 | 0.35 |
| Hex | E | A4 | 8B | 5B | 0 | F | 24 | AA | 54 | 23 |
| Octal | 16 | 244 | 213 | 133 | 0 | 17 | 44 | 252 | 124 | 43 |
| Binary | 1110 | 10100100 | 10001011 | 1011011 | 0 | 1111 | 100100 | 10101010 | 1010100 | 100011 |
Color Harmonies of #0EA48B
Complementary color
Monochromatic Colors of #0EA48B
Black with #0EA48B
Text Example
Text Example
White with #0EA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA48B; }
p { color: rgb(14,164,139); }
H1.HeaderClassName
{
color: #0EA48B;
}
.AnyTagClassName
{
color: #0EA48B;
}
</style>
background-color css
<style>
a { background-color: #0EA48B; }
a { background-color: rgb(14,164,139); }
div.DivClassName
{
background-color: #0EA48B;
}
.BgClassName
{
background-color: #0EA48B;
}
</style>
border-color css
<style>
span { border-color: #0EA48B; }
span { border-color: rgb(14,164,139); }
td.TdClassName
{
border-color: #0EA48B;
}
.TagClassName
{
border-color: #0EA48B;
}
</style>