#0EA39E

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

Shades of Persian Green #0EA39E

Tints of Persian Green #0EA39E

Color information

#0EA39E (or 0x0EA39E) is unknown color: approx Persian Green. HEX triplet: 0E, A3 and 9E. RGB value is (14,163,158). Sum of RGB (Red+Green+Blue) = 14+163+158=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA39E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA39E is #F15C61. Grayscale: #757575. Windows color (decimal): -15817826 or 10396430. OLE color: 10396430.

HSL color Cylindrical-coordinate representation of color #0EA39E: hue angle of 177.99º 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 #0EA39E is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB14163158-
CMYK0.9100.030.36
HSL177.99º84.18%34.71%-
HSV(B)177.99º91.41%63.92%-
XYZ19.4528.7636.87-
YUV117.88150.6453.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.18%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=4.18%
G=48.66%
B=47.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631580.9100.030.36177.9984.1834.71
HexEA39E5B0324b25423
Octal16243236133034426212443
Binary111010100011100111101011011011100100101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,158); }

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

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

 a { background-color: rgb(14,163,158); }

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

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

 span { border-color: rgb(14,163,158); }

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