#0EA085

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

Shades of Persian Green #0EA085

Tints of Persian Green #0EA085

Color information

#0EA085 (or 0x0EA085) is unknown color: approx Persian Green. HEX triplet: 0E, A0 and 85. RGB value is (14,160,133). Sum of RGB (Red+Green+Blue) = 14+160+133=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA085 is #F15F7A. Grayscale: #717171. Windows color (decimal): -15818619 or 8757262. OLE color: 8757262.

HSL color Cylindrical-coordinate representation of color #0EA085: hue angle of 168.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA085 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB14160133-
CMYK0.9100.170.37
HSL168.9º83.91%34.12%-
HSV(B)168.9º91.25%62.75%-
XYZ16.9926.9326.49-
YUV113.27139.1357.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.56%
GREEN value IS 160 (62.89% from 255) = 52.12%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=4.56%
G=52.12%
B=43.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141601330.9100.170.37168.983.9134.12
HexEA0855B01125a95422
Octal162402051330214525112442
Binary111010100000100001011011011010001100101101010011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,160,133); }

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

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

 a { background-color: rgb(14,160,133); }

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

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

 span { border-color: rgb(14,160,133); }

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