#5DA48E

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

Shades of Patina #5DA48E

Tints of Patina #5DA48E

Color information

#5DA48E (or 0x5DA48E) is unknown color: approx Patina. HEX triplet: 5D, A4 and 8E. RGB value is (93,164,142). Sum of RGB (Red+Green+Blue) = 93+164+142=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA48E is #A25B71. Grayscale: #8C8C8C. Windows color (decimal): -10640242 or 9348189. OLE color: 9348189.

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

Color convert

RGB93164142-
CMYK0.4300.130.36
HSL161.41º28.06%50.39%-
HSV(B)161.41º43.29%64.31%-
XYZ22.6730.8330.35-
YUV140.26128.9894.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.31%
GREEN value IS 164 (64.45% from 255) = 41.10%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=23.31%
G=41.10%
B=35.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal931641420.4300.130.36161.4128.0650.39
Hex5DA48E2B0D24a11c32
Octal13524421653015442413462
Binary10111011010010010001110101011011011001001010000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,164,142); }

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

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

 a { background-color: rgb(93,164,142); }

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

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

 span { border-color: rgb(93,164,142); }

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