#0EAA98

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

Shades of Persian Green #0EAA98

Tints of Persian Green #0EAA98

Color information

#0EAA98 (or 0x0EAA98) is unknown color: approx Persian Green. HEX triplet: 0E, AA and 98. RGB value is (14,170,152). Sum of RGB (Red+Green+Blue) = 14+170+152=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA98 is #F15567. Grayscale: #797979. Windows color (decimal): -15816040 or 10005006. OLE color: 10005006.

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

Color convert

RGB14170152-
CMYK0.9200.110.33
HSL173.08º84.78%36.08%-
HSV(B)173.08º91.76%66.67%-
XYZ20.2231.1134.64-
YUV121.3145.3251.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.17%
GREEN value IS 170 (66.80% from 255) = 50.60%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=4.17%
G=50.60%
B=45.24%

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
Decimal141701520.9200.110.33173.0884.7836.08
HexEAA985C0B21ad5524
Octal162522301340134125512544
Binary11101010101010011000101110001011100001101011011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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