#0EA993

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

Shades of Persian Green #0EA993

Tints of Persian Green #0EA993

Color information

#0EA993 (or 0x0EA993) is unknown color: approx Persian Green. HEX triplet: 0E, A9 and 93. RGB value is (14,169,147). Sum of RGB (Red+Green+Blue) = 14+169+147=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA993 is #F1566C. Grayscale: #787878. Windows color (decimal): -15816301 or 9677070. OLE color: 9677070.

HSL color Cylindrical-coordinate representation of color #0EA993: hue angle of 171.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA993 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB14169147-
CMYK0.9200.130.34
HSL171.48º84.7%35.88%-
HSV(B)171.48º91.72%66.27%-
XYZ19.6430.5832.47-
YUV120.15143.1552.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.24%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=4.24%
G=51.21%
B=44.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141691470.9200.130.34171.4884.735.88
HexEA9935C0D22ab5524
Octal162512231340154225312544
Binary11101010100110010011101110001101100010101010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,169,147); }

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

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

 a { background-color: rgb(14,169,147); }

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

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

 span { border-color: rgb(14,169,147); }

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