#5DE6AA

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

Shades of Medium Aquamarine #5DE6AA

Tints of Medium Aquamarine #5DE6AA

Color information

#5DE6AA (or 0x5DE6AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, E6 and AA. RGB value is (93,230,170). Sum of RGB (Red+Green+Blue) = 93+230+170=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #5DE6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DE6AA is #A21955. Grayscale: #B6B6B6. Windows color (decimal): -10623318 or 11200093. OLE color: 11200093.

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

Color convert

RGB93230170-
CMYK0.6000.260.10
HSL153.72º73.26%63.33%-
HSV(B)153.72º59.57%90.2%-
XYZ40.0761.8247.85-
YUV182.2121.1164.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.86%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=18.86%
G=46.65%
B=34.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal932301700.6000.260.10153.7273.2663.33
Hex5DE6AA3C01AA9a493f
Octal135346252740321223211177
Binary101110111100110101010101111000110101010100110101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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