Shades of Persian Green #0EA68C
Tints of Persian Green #0EA68C
RGB
CMYK
RGB Variations
Color information
#0EA68C (or 0x0EA68C) is known color: Persian Green. HEX triplet: 0E, A6 and 8C. RGB value is (14,166,140). Sum of RGB (Red+Green+Blue) = 14+166+140=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA68C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA68C is #F15973. Grayscale: #757575. Windows color (decimal): -15817076 or 9217550. OLE color: 9217550.
HSL color Cylindrical-coordinate representation of color #0EA68C: hue angle of 169.74º degrees, saturation: 0.84, 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 #0EA68C is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 140 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.35 |
| HSL | 169.74º | 0.84% | 0.35% | - |
| HSV(B) | 169.74º | 0.92% | 0.65% | - |
| XYZ | 18.55 | 29.26 | 29.48 | - |
| YUV | 117.59 | 140.64 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 140 | 0.92 | 0 | 0.16 | 0.35 | 169.74 | 0.84 | 0.35 |
| Hex | E | A6 | 8C | 5C | 0 | 10 | 23 | AA | 54 | 23 |
| Octal | 16 | 246 | 214 | 134 | 0 | 20 | 43 | 252 | 124 | 43 |
| Binary | 1110 | 10100110 | 10001100 | 1011100 | 0 | 10000 | 100011 | 10101010 | 1010100 | 100011 |
Color Harmonies of #0EA68C
Complementary color
Monochromatic Colors of #0EA68C
Black with #0EA68C
Text Example
Text Example
White with #0EA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA68C; }
p { color: rgb(14,166,140); }
H1.HeaderClassName
{
color: #0EA68C;
}
.AnyTagClassName
{
color: #0EA68C;
}
</style>
background-color css
<style>
a { background-color: #0EA68C; }
a { background-color: rgb(14,166,140); }
div.DivClassName
{
background-color: #0EA68C;
}
.BgClassName
{
background-color: #0EA68C;
}
</style>
border-color css
<style>
span { border-color: #0EA68C; }
span { border-color: rgb(14,166,140); }
td.TdClassName
{
border-color: #0EA68C;
}
.TagClassName
{
border-color: #0EA68C;
}
</style>