#0EA39B

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

Shades of Persian Green #0EA39B

Tints of Persian Green #0EA39B

Color information

#0EA39B (or 0x0EA39B) is unknown color: approx Persian Green. HEX triplet: 0E, A3 and 9B. RGB value is (14,163,155). Sum of RGB (Red+Green+Blue) = 14+163+155=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA39B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA39B is #F15C64. Grayscale: #757575. Windows color (decimal): -15817829 or 10199822. OLE color: 10199822.

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

Color convert

RGB14163155-
CMYK0.9100.050.36
HSL176.78º84.18%34.71%-
HSV(B)176.78º91.41%63.92%-
XYZ19.1928.6535.53-
YUV117.54149.1454.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.22%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=4.22%
G=49.10%
B=46.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141631550.9100.050.36176.7884.1834.71
HexEA39B5B0524b15423
Octal16243233133054426112443
Binary1110101000111001101110110110101100100101100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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