#5DE5AA

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

Shades of Medium Aquamarine #5DE5AA

Tints of Medium Aquamarine #5DE5AA

Color information

#5DE5AA (or 0x5DE5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E5 and AA. RGB value is (93,229,170). Sum of RGB (Red+Green+Blue) = 93+229+170=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #5DE5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DE5AA is #A21A55. Grayscale: #B5B5B5. Windows color (decimal): -10623574 or 11199837. OLE color: 11199837.

HSL color Cylindrical-coordinate representation of color #5DE5AA: hue angle of 153.97º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE5AA is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB93229170-
CMYK0.5900.260.10
HSL153.97º72.34%63.14%-
HSV(B)153.97º59.39%89.8%-
XYZ39.7961.2747.76-
YUV181.61121.4464.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.90%
GREEN value IS 229 (89.84% from 255) = 46.54%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=18.90%
G=46.54%
B=34.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal932291700.5900.260.10153.9772.3463.14
Hex5DE5AA3B01AA9a483f
Octal135345252730321223211077
Binary101110111100101101010101110110110101010100110101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,229,170); }

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

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

 a { background-color: rgb(93,229,170); }

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

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

 span { border-color: rgb(93,229,170); }

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