#0EA58C

Color #0EA58C Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0EA58C

Tints of Persian Green #0EA58C

Color information

#0EA58C (or 0x0EA58C) is unknown color: approx Persian Green. HEX triplet: 0E, A5 and 8C. RGB value is (14,165,140). Sum of RGB (Red+Green+Blue) = 14+165+140=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA58C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA58C is #F15A73. Grayscale: #747474. Windows color (decimal): -15817332 or 9217294. OLE color: 9217294.

HSL color Cylindrical-coordinate representation of color #0EA58C: hue angle of 170.07º 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 #0EA58C is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB14165140-
CMYK0.9200.150.35
HSL170.07º84.36%35.1%-
HSV(B)170.07º91.52%64.71%-
XYZ18.3728.929.42-
YUV117140.9754.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=4.39%
G=51.72%
B=43.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141651400.9200.150.35170.0784.3635.1
HexEA58C5C0F23aa5423
Octal162452141340174325212443
Binary11101010010110001100101110001111100011101010101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA58C; }

 p { color: rgb(14,165,140); }

 H1.HeaderClassName
 {
   color: #0EA58C;
 }
 .AnyTagClassName
 {
   color: #0EA58C;
 }
</style>
background-color css

<style>
 a { background-color: #0EA58C; }

 a { background-color: rgb(14,165,140); }

 div.DivClassName
 {
   background-color: #0EA58C;
 }
 .BgClassName
 {
   background-color: #0EA58C;
 }
</style>
border-color css

<style>
 span { border-color: #0EA58C; }

 span { border-color: rgb(14,165,140); }

 td.TdClassName
 {
   border-color: #0EA58C;
 }
 .TagClassName
 {
   border-color: #0EA58C;
 }
</style>