#5EA188

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

Shades of Patina #5EA188

Tints of Patina #5EA188

Color information

#5EA188 (or 0x5EA188) is unknown color: approx Patina. HEX triplet: 5E, A1 and 88. RGB value is (94,161,136). Sum of RGB (Red+Green+Blue) = 94+161+136=391 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.04% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA188 is #A15E77. Grayscale: #8A8A8A. Windows color (decimal): -10575480 or 8954206. OLE color: 8954206.

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

Color convert

RGB94161136-
CMYK0.4200.160.37
HSL157.61º26.27%50%-
HSV(B)157.61º41.61%63.14%-
XYZ21.829.6527.87-
YUV138.12126.896.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.04%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=24.04%
G=41.18%
B=34.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal941611360.4200.160.37157.6126.2750
Hex5EA1882A010259e1a32
Octal13624121052020452363262
Binary101111010100001100010001010100100001001011001111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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