#5DA08D

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

Shades of Patina #5DA08D

Tints of Patina #5DA08D

Color information

#5DA08D (or 0x5DA08D) is unknown color: approx Patina. HEX triplet: 5D, A0 and 8D. RGB value is (93,160,141). Sum of RGB (Red+Green+Blue) = 93+160+141=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA08D is #A25F72. Grayscale: #898989. Windows color (decimal): -10641267 or 9281629. OLE color: 9281629.

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

Color convert

RGB93160141-
CMYK0.4200.120.37
HSL162.99º26.48%49.61%-
HSV(B)162.99º41.87%62.75%-
XYZ21.8929.3929.72-
YUV137.8129.896.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.60%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=23.60%
G=40.61%
B=35.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931601410.4200.120.37162.9926.4849.61
Hex5DA08D2A0C25a31a32
Octal13524021552014452433262
Binary10111011010000010001101101010011001001011010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,160,141); }

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

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

 a { background-color: rgb(93,160,141); }

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

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

 span { border-color: rgb(93,160,141); }

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