#0EA39D

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

Shades of Persian Green #0EA39D

Tints of Persian Green #0EA39D

Color information

#0EA39D (or 0x0EA39D) is unknown color: approx Persian Green. HEX triplet: 0E, A3 and 9D. RGB value is (14,163,157). Sum of RGB (Red+Green+Blue) = 14+163+157=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA39D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA39D is #F15C62. Grayscale: #757575. Windows color (decimal): -15817827 or 10330894. OLE color: 10330894.

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

Color convert

RGB14163157-
CMYK0.9100.040.36
HSL177.58º84.18%34.71%-
HSV(B)177.58º91.41%63.92%-
XYZ19.3628.7236.42-
YUV117.76150.1453.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.19%
GREEN value IS 163 (64.06% from 255) = 48.80%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=4.19%
G=48.80%
B=47.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631570.9100.040.36177.5884.1834.71
HexEA39D5B0424b25423
Octal16243235133044426212443
Binary1110101000111001110110110110100100100101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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