#5DF1AD

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

Shades of Medium Aquamarine #5DF1AD

Tints of Medium Aquamarine #5DF1AD

Color information

#5DF1AD (or 0x5DF1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F1 and AD. RGB value is (93,241,173). Sum of RGB (Red+Green+Blue) = 93+241+173=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1AD is #A20E52. Grayscale: #BDBDBD. Windows color (decimal): -10620499 or 11399517. OLE color: 11399517.

HSL color Cylindrical-coordinate representation of color #5DF1AD: hue angle of 152.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1AD is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB93241173-
CMYK0.6100.280.05
HSL152.43º84.09%65.49%-
HSV(B)152.43º61.41%94.51%-
XYZ43.5168.2550.42-
YUV189118.9759.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.34%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=18.34%
G=47.53%
B=34.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932411730.6100.280.05152.4384.0965.49
Hex5DF1AD3D01C5985441
Octal135361255750345230124101
Binary101110111110001101011011111010111001011001100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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