Shades of Persian Green #0EA79F
Tints of Persian Green #0EA79F
RGB
CMYK
RGB Variations
Color information
#0EA79F (or 0x0EA79F) is known color: Persian Green. HEX triplet: 0E, A7 and 9F. RGB value is (14,167,159). Sum of RGB (Red+Green+Blue) = 14+167+159=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA79F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA79F is #F15860. Grayscale: #787878. Windows color (decimal): -15816801 or 10462990. OLE color: 10462990.
HSL color Cylindrical-coordinate representation of color #0EA79F: hue angle of 176.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA79F is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 159 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.35 |
| HSL | 176.86º | 0.85% | 0.35% | - |
| HSV(B) | 176.86º | 0.92% | 0.65% | - |
| XYZ | 20.26 | 30.23 | 37.57 | - |
| YUV | 120.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 159 | 0.92 | 0 | 0.05 | 0.35 | 176.86 | 0.85 | 0.35 |
| Hex | E | A7 | 9F | 5C | 0 | 5 | 23 | B1 | 55 | 23 |
| Octal | 16 | 247 | 237 | 134 | 0 | 5 | 43 | 261 | 125 | 43 |
| Binary | 1110 | 10100111 | 10011111 | 1011100 | 0 | 101 | 100011 | 10110001 | 1010101 | 100011 |
Color Harmonies of #0EA79F
Complementary color
Monochromatic Colors of #0EA79F
Black with #0EA79F
Text Example
Text Example
White with #0EA79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA79F; }
p { color: rgb(14,167,159); }
H1.HeaderClassName
{
color: #0EA79F;
}
.AnyTagClassName
{
color: #0EA79F;
}
</style>
background-color css
<style>
a { background-color: #0EA79F; }
a { background-color: rgb(14,167,159); }
div.DivClassName
{
background-color: #0EA79F;
}
.BgClassName
{
background-color: #0EA79F;
}
</style>
border-color css
<style>
span { border-color: #0EA79F; }
span { border-color: rgb(14,167,159); }
td.TdClassName
{
border-color: #0EA79F;
}
.TagClassName
{
border-color: #0EA79F;
}
</style>