#0EAB98

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

Shades of Persian Green #0EAB98

Tints of Persian Green #0EAB98

Color information

#0EAB98 (or 0x0EAB98) is unknown color: approx Persian Green. HEX triplet: 0E, AB and 98. RGB value is (14,171,152). Sum of RGB (Red+Green+Blue) = 14+171+152=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAB98 is #F15467. Grayscale: #797979. Windows color (decimal): -15815784 or 10005262. OLE color: 10005262.

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

Color convert

RGB14171152-
CMYK0.9200.110.33
HSL172.74º84.86%36.27%-
HSV(B)172.74º91.81%67.06%-
XYZ20.4131.4934.71-
YUV121.89144.9951.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.15%
GREEN value IS 171 (67.19% from 255) = 50.74%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=4.15%
G=50.74%
B=45.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711520.9200.110.33172.7484.8636.27
HexEAB985C0B21ad5524
Octal162532301340134125512544
Binary11101010101110011000101110001011100001101011011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,152); }

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

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

 a { background-color: rgb(14,171,152); }

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

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

 span { border-color: rgb(14,171,152); }

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