#0EA79F

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

Shades of Persian Green #0EA79F

Tints of Persian Green #0EA79F

Color information

#0EA79F (or 0x0EA79F) is unknown color: approx Persian Green. HEX triplet: 0E, A7 and 9F. RGB value is (14,167,159). Sum of RGB (Red+Green+Blue) = 14+167+159=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA79F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA79F is #F15860. Grayscale: #787878. Windows color (decimal): -15816801 or 10462990. OLE color: 10462990.

HSL color Cylindrical-coordinate representation of color #0EA79F: hue angle of 176.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA79F is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB14167159-
CMYK0.9200.050.35
HSL176.86º84.53%35.49%-
HSV(B)176.86º91.62%65.49%-
XYZ20.2630.2337.57-
YUV120.34149.8152.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.12%
GREEN value IS 167 (65.62% from 255) = 49.12%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=4.12%
G=49.12%
B=46.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141671590.9200.050.35176.8684.5335.49
HexEA79F5C0523b15523
Octal16247237134054326112543
Binary1110101001111001111110111000101100011101100011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,167,159); }

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

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

 a { background-color: rgb(14,167,159); }

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

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

 span { border-color: rgb(14,167,159); }

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