#5EA18E

Color #5EA18E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5EA18E

Tints of Patina #5EA18E

Color information

#5EA18E (or 0x5EA18E) is unknown color: approx Patina. HEX triplet: 5E, A1 and 8E. RGB value is (94,161,142). Sum of RGB (Red+Green+Blue) = 94+161+142=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA18E is #A15E71. Grayscale: #8A8A8A. Windows color (decimal): -10575474 or 9347422. OLE color: 9347422.

HSL color Cylindrical-coordinate representation of color #5EA18E: hue angle of 162.99º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA18E is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB94161142-
CMYK0.4200.120.37
HSL162.99º26.27%50%-
HSV(B)162.99º41.61%63.14%-
XYZ22.2429.8230.18-
YUV138.8129.896.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=23.68%
G=40.55%
B=35.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal941611420.4200.120.37162.9926.2750
Hex5EA18E2A0C25a31a32
Octal13624121652014452433262
Binary10111101010000110001110101010011001001011010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA18E; }

 p { color: rgb(94,161,142); }

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

<style>
 a { background-color: #5EA18E; }

 a { background-color: rgb(94,161,142); }

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

<style>
 span { border-color: #5EA18E; }

 span { border-color: rgb(94,161,142); }

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