#5DF1AC

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

Shades of Medium Aquamarine #5DF1AC

Tints of Medium Aquamarine #5DF1AC

Color information

#5DF1AC (or 0x5DF1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F1 and AC. RGB value is (93,241,172). Sum of RGB (Red+Green+Blue) = 93+241+172=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1AC is #A20E53. Grayscale: #BDBDBD. Windows color (decimal): -10620500 or 11333981. OLE color: 11333981.

HSL color Cylindrical-coordinate representation of color #5DF1AC: hue angle of 152.03º 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 #5DF1AC is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB93241172-
CMYK0.6100.290.05
HSL152.03º84.09%65.49%-
HSV(B)152.03º61.41%94.51%-
XYZ43.4268.2249.91-
YUV188.88118.4759.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.38%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=18.38%
G=47.63%
B=33.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932411720.6100.290.05152.0384.0965.49
Hex5DF1AC3D01D5985441
Octal135361254750355230124101
Binary101110111110001101011001111010111011011001100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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