#5DE0A6

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

Shades of Medium Aquamarine #5DE0A6

Tints of Medium Aquamarine #5DE0A6

Color information

#5DE0A6 (or 0x5DE0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E0 and A6. RGB value is (93,224,166). Sum of RGB (Red+Green+Blue) = 93+224+166=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE0A6 is #A21F59. Grayscale: #B2B2B2. Windows color (decimal): -10624858 or 10936413. OLE color: 10936413.

HSL color Cylindrical-coordinate representation of color #5DE0A6: hue angle of 153.44º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE0A6 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB93224166-
CMYK0.5800.260.12
HSL153.44º67.88%62.16%-
HSV(B)153.44º58.48%87.84%-
XYZ38.0558.3945.34-
YUV178.22121.167.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=19.25%
G=46.38%
B=34.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932241660.5800.260.12153.4467.8862.16
Hex5DE0A63A01AC99443e
Octal135340246720321423110476
Binary101110111100000101001101110100110101100100110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,224,166); }

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

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

 a { background-color: rgb(93,224,166); }

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

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

 span { border-color: rgb(93,224,166); }

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