Shades of Persian Green #0EA38C
Tints of Persian Green #0EA38C
RGB
CMYK
RGB Variations
Color information
#0EA38C (or 0x0EA38C) is known color: Persian Green. HEX triplet: 0E, A3 and 8C. RGB value is (14,163,140). Sum of RGB (Red+Green+Blue) = 14+163+140=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA38C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA38C is #F15C73. Grayscale: #737373. Windows color (decimal): -15817844 or 9216782. OLE color: 9216782.
HSL color Cylindrical-coordinate representation of color #0EA38C: hue angle of 170.74º 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 #0EA38C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 163 | 140 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.36 |
| HSL | 170.74º | 0.84% | 0.35% | - |
| HSV(B) | 170.74º | 0.91% | 0.64% | - |
| XYZ | 18.01 | 28.18 | 29.3 | - |
| YUV | 115.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 140 | 0.91 | 0 | 0.14 | 0.36 | 170.74 | 0.84 | 0.35 |
| Hex | E | A3 | 8C | 5B | 0 | E | 24 | AB | 54 | 23 |
| Octal | 16 | 243 | 214 | 133 | 0 | 16 | 44 | 253 | 124 | 43 |
| Binary | 1110 | 10100011 | 10001100 | 1011011 | 0 | 1110 | 100100 | 10101011 | 1010100 | 100011 |
Color Harmonies of #0EA38C
Complementary color
Monochromatic Colors of #0EA38C
Black with #0EA38C
Text Example
Text Example
White with #0EA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA38C; }
p { color: rgb(14,163,140); }
H1.HeaderClassName
{
color: #0EA38C;
}
.AnyTagClassName
{
color: #0EA38C;
}
</style>
background-color css
<style>
a { background-color: #0EA38C; }
a { background-color: rgb(14,163,140); }
div.DivClassName
{
background-color: #0EA38C;
}
.BgClassName
{
background-color: #0EA38C;
}
</style>
border-color css
<style>
span { border-color: #0EA38C; }
span { border-color: rgb(14,163,140); }
td.TdClassName
{
border-color: #0EA38C;
}
.TagClassName
{
border-color: #0EA38C;
}
</style>