#5DF8AD

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

Shades of Medium Aquamarine #5DF8AD

Tints of Medium Aquamarine #5DF8AD

Color information

#5DF8AD (or 0x5DF8AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F8 and AD. RGB value is (93,248,173). Sum of RGB (Red+Green+Blue) = 93+248+173=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF8AD is #A20752. Grayscale: #C1C1C1. Windows color (decimal): -10618707 or 11401309. OLE color: 11401309.

HSL color Cylindrical-coordinate representation of color #5DF8AD: hue angle of 150.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8AD is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB93248173-
CMYK0.6200.300.03
HSL150.97º91.72%66.86%-
HSV(B)150.97º62.5%97.25%-
XYZ45.6272.4851.12-
YUV193.1116.6556.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.09%
GREEN value IS 248 (97.27% from 255) = 48.25%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=18.09%
G=48.25%
B=33.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932481730.6200.300.03150.9791.7266.86
Hex5DF8AD3E01E3975c43
Octal135370255760363227134103
Binary10111011111100010101101111110011110111001011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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