#5EA290

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

Shades of Patina #5EA290

Tints of Patina #5EA290

Color information

#5EA290 (or 0x5EA290) is unknown color: approx Patina. HEX triplet: 5E, A2 and 90. RGB value is (94,162,144). Sum of RGB (Red+Green+Blue) = 94+162+144=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA290 is #A15D6F. Grayscale: #8B8B8B. Windows color (decimal): -10575216 or 9478750. OLE color: 9478750.

HSL color Cylindrical-coordinate representation of color #5EA290: hue angle of 164.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA290 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB94162144-
CMYK0.4200.110.36
HSL164.12º26.77%50.2%-
HSV(B)164.12º41.98%63.53%-
XYZ22.5730.2331.03-
YUV139.62130.4795.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.5%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 144 (56.64% from 255) = 36%
R=23.5%
G=40.5%
B=36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941621440.4200.110.36164.1226.7750.2
Hex5EA2902A0B24a41b32
Octal13624222052013442443362
Binary10111101010001010010000101010010111001001010010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,144); }

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

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

 a { background-color: rgb(94,162,144); }

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

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

 span { border-color: rgb(94,162,144); }

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