#5DE9AC

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

Shades of Medium Aquamarine #5DE9AC

Tints of Medium Aquamarine #5DE9AC

Color information

#5DE9AC (or 0x5DE9AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E9 and AC. RGB value is (93,233,172). Sum of RGB (Red+Green+Blue) = 93+233+172=498 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.67% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DE9AC is #A21653. Grayscale: #B8B8B8. Windows color (decimal): -10622548 or 11331933. OLE color: 11331933.

HSL color Cylindrical-coordinate representation of color #5DE9AC: hue angle of 153.86º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE9AC is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB93233172-
CMYK0.6000.260.09
HSL153.86º76.09%63.92%-
HSV(B)153.86º60.09%91.37%-
XYZ41.163.5849.14-
YUV184.19121.1262.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.67%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=18.67%
G=46.79%
B=34.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932331720.6000.260.09153.8676.0963.92
Hex5DE9AC3C01A99a4c40
Octal1353512547403211232114100
Binary1011101111010011010110011110001101010011001101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,233,172); }

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

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

 a { background-color: rgb(93,233,172); }

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

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

 span { border-color: rgb(93,233,172); }

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