#5EA18D

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

Shades of Patina #5EA18D

Tints of Patina #5EA18D

Color information

#5EA18D (or 0x5EA18D) is unknown color: approx Patina. HEX triplet: 5E, A1 and 8D. RGB value is (94,161,141). Sum of RGB (Red+Green+Blue) = 94+161+141=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA18D is #A15E72. Grayscale: #8A8A8A. Windows color (decimal): -10575475 or 9281886. OLE color: 9281886.

HSL color Cylindrical-coordinate representation of color #5EA18D: hue angle of 162.09º 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 #5EA18D is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB94161141-
CMYK0.4200.120.37
HSL162.09º26.27%50%-
HSV(B)162.09º41.61%63.14%-
XYZ22.1729.7929.78-
YUV138.69129.396.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=23.74%
G=40.66%
B=35.61%

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
Decimal941611410.4200.120.37162.0926.2750
Hex5EA18D2A0C25a21a32
Octal13624121552014452423262
Binary10111101010000110001101101010011001001011010001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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