#5E9E8A

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

Shades of Patina #5E9E8A

Tints of Patina #5E9E8A

Color information

#5E9E8A (or 0x5E9E8A) is unknown color: approx Patina. HEX triplet: 5E, 9E and 8A. RGB value is (94,158,138). Sum of RGB (Red+Green+Blue) = 94+158+138=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9E8A is #A16175. Grayscale: #888888. Windows color (decimal): -10576246 or 9084510. OLE color: 9084510.

HSL color Cylindrical-coordinate representation of color #5E9E8A: hue angle of 161.25º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9E8A is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB94158138-
CMYK0.4100.130.38
HSL161.25º25.4%49.41%-
HSV(B)161.25º40.51%61.96%-
XYZ21.4328.6728.45-
YUV136.58128.897.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=24.10%
G=40.51%
B=35.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941581380.4100.130.38161.2525.449.41
Hex5E9E8A290D26a11931
Octal13623621251015462413161
Binary10111101001111010001010101001011011001101010000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,158,138); }

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

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

 a { background-color: rgb(94,158,138); }

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

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

 span { border-color: rgb(94,158,138); }

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