#5E948A

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

Shades of Patina #5E948A

Tints of Patina #5E948A

Color information

#5E948A (or 0x5E948A) is unknown color: approx Patina. HEX triplet: 5E, 94 and 8A. RGB value is (94,148,138). Sum of RGB (Red+Green+Blue) = 94+148+138=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #5E948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E948A is #A16B75. Grayscale: #828282. Windows color (decimal): -10578806 or 9081950. OLE color: 9081950.

HSL color Cylindrical-coordinate representation of color #5E948A: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E948A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB94148138-
CMYK0.3600.070.42
HSL168.89º22.31%47.45%-
HSV(B)168.89º36.49%58.04%-
XYZ19.7925.3927.9-
YUV130.71132.11101.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.74%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=24.74%
G=38.95%
B=36.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal941481380.3600.070.42168.8922.3147.45
Hex5E948A24072Aa9162f
Octal1362242124407522512657
Binary1011110100101001000101010010001111010101010100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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