#0EA39F

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

Shades of Persian Green #0EA39F

Tints of Persian Green #0EA39F

Color information

#0EA39F (or 0x0EA39F) is unknown color: approx Persian Green. HEX triplet: 0E, A3 and 9F. RGB value is (14,163,159). Sum of RGB (Red+Green+Blue) = 14+163+159=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA39F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA39F is #F15C60. Grayscale: #757575. Windows color (decimal): -15817825 or 10461966. OLE color: 10461966.

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

Color convert

RGB14163159-
CMYK0.9100.020.36
HSL178.39º84.18%34.71%-
HSV(B)178.39º91.41%63.92%-
XYZ19.5428.7937.33-
YUV117.99151.1453.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.17%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=4.17%
G=48.51%
B=47.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631590.9100.020.36178.3984.1834.71
HexEA39F5B0224b25423
Octal16243237133024426212443
Binary111010100011100111111011011010100100101100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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