#0EA994

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

Shades of Persian Green #0EA994

Tints of Persian Green #0EA994

Color information

#0EA994 (or 0x0EA994) is unknown color: approx Persian Green. HEX triplet: 0E, A9 and 94. RGB value is (14,169,148). Sum of RGB (Red+Green+Blue) = 14+169+148=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA994 is #F1566B. Grayscale: #787878. Windows color (decimal): -15816300 or 9742606. OLE color: 9742606.

HSL color Cylindrical-coordinate representation of color #0EA994: hue angle of 171.87º 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 #0EA994 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB14169148-
CMYK0.9200.120.34
HSL171.87º84.7%35.88%-
HSV(B)171.87º91.72%66.27%-
XYZ19.7130.6132.89-
YUV120.26143.6552.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.23%
GREEN value IS 169 (66.41% from 255) = 51.06%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=4.23%
G=51.06%
B=44.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141691480.9200.120.34171.8784.735.88
HexEA9945C0C22ac5524
Octal162512241340144225412544
Binary11101010100110010100101110001100100010101011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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