#5DEDAC

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

Shades of Medium Aquamarine #5DEDAC

Tints of Medium Aquamarine #5DEDAC

Color information

#5DEDAC (or 0x5DEDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, ED and AC. RGB value is (93,237,172). Sum of RGB (Red+Green+Blue) = 93+237+172=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DEDAC is #A21253. Grayscale: #BABABA. Windows color (decimal): -10621524 or 11332957. OLE color: 11332957.

HSL color Cylindrical-coordinate representation of color #5DEDAC: hue angle of 152.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEDAC is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB93237172-
CMYK0.6100.270.07
HSL152.92º80%64.71%-
HSV(B)152.92º60.76%92.94%-
XYZ42.2465.8749.52-
YUV186.53119.7961.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.53%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=18.53%
G=47.21%
B=34.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932371720.6100.270.07152.928064.71
Hex5DEDAC3D01B7995041
Octal135355254750337231120101
Binary101110111101101101011001111010110111111001100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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