Shades of Persian Green #0EB29E
Tints of Persian Green #0EB29E
RGB
CMYK
RGB Variations
Color information
#0EB29E (or 0x0EB29E) is known color: Persian Green. HEX triplet: 0E, B2 and 9E. RGB value is (14,178,158). Sum of RGB (Red+Green+Blue) = 14+178+158=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB29E is #F14D61. Grayscale: #7E7E7E. Windows color (decimal): -15813986 or 10400270. OLE color: 10400270.
HSL color Cylindrical-coordinate representation of color #0EB29E: hue angle of 172.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB29E is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 178 | 158 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.30 |
| HSL | 172.68º | 0.85% | 0.38% | - |
| HSV(B) | 172.68º | 0.92% | 0.7% | - |
| XYZ | 22.27 | 34.4 | 37.81 | - |
| YUV | 126.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 178 | 158 | 0.92 | 0 | 0.11 | 0.30 | 172.68 | 0.85 | 0.38 |
| Hex | E | B2 | 9E | 5C | 0 | B | 1E | AD | 55 | 26 |
| Octal | 16 | 262 | 236 | 134 | 0 | 13 | 36 | 255 | 125 | 46 |
| Binary | 1110 | 10110010 | 10011110 | 1011100 | 0 | 1011 | 11110 | 10101101 | 1010101 | 100110 |
Color Harmonies of #0EB29E
Complementary color
Monochromatic Colors of #0EB29E
Black with #0EB29E
Text Example
Text Example
White with #0EB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB29E; }
p { color: rgb(14,178,158); }
H1.HeaderClassName
{
color: #0EB29E;
}
.AnyTagClassName
{
color: #0EB29E;
}
</style>
background-color css
<style>
a { background-color: #0EB29E; }
a { background-color: rgb(14,178,158); }
div.DivClassName
{
background-color: #0EB29E;
}
.BgClassName
{
background-color: #0EB29E;
}
</style>
border-color css
<style>
span { border-color: #0EB29E; }
span { border-color: rgb(14,178,158); }
td.TdClassName
{
border-color: #0EB29E;
}
.TagClassName
{
border-color: #0EB29E;
}
</style>