#5DA18A

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

Shades of Patina #5DA18A

Tints of Patina #5DA18A

Color information

#5DA18A (or 0x5DA18A) is unknown color: approx Patina. HEX triplet: 5D, A1 and 8A. RGB value is (93,161,138). Sum of RGB (Red+Green+Blue) = 93+161+138=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA18A is #A25E75. Grayscale: #8A8A8A. Windows color (decimal): -10641014 or 9085277. OLE color: 9085277.

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

Color convert

RGB93161138-
CMYK0.4200.140.37
HSL159.71º26.77%49.8%-
HSV(B)159.71º42.24%63.14%-
XYZ21.8529.6528.62-
YUV138.05127.9795.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.72%
GREEN value IS 161 (63.28% from 255) = 41.07%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=23.72%
G=41.07%
B=35.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611380.4200.140.37159.7126.7749.8
Hex5DA18A2A0E25a01b32
Octal13524121252016452403362
Binary10111011010000110001010101010011101001011010000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,138); }

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

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

 a { background-color: rgb(93,161,138); }

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

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

 span { border-color: rgb(93,161,138); }

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