#5DE1AD

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

Shades of Medium Aquamarine #5DE1AD

Tints of Medium Aquamarine #5DE1AD

Color information

#5DE1AD (or 0x5DE1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E1 and AD. RGB value is (93,225,173). Sum of RGB (Red+Green+Blue) = 93+225+173=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #5DE1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE1AD is #A21E52. Grayscale: #B3B3B3. Windows color (decimal): -10624595 or 11395421. OLE color: 11395421.

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

Color convert

RGB93225173-
CMYK0.5900.230.12
HSL156.36º68.75%62.35%-
HSV(B)156.36º58.67%88.24%-
XYZ38.9859.1948.91-
YUV179.6124.2766.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.94%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=18.94%
G=45.82%
B=35.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932251730.5900.230.12156.3668.7562.35
Hex5DE1AD3B017C9c453e
Octal135341255730271423410576
Binary101110111100001101011011110110101111100100111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,225,173); }

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

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

 a { background-color: rgb(93,225,173); }

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

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

 span { border-color: rgb(93,225,173); }

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