#5DF1A6

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

Shades of Medium Aquamarine #5DF1A6

Tints of Medium Aquamarine #5DF1A6

Color information

#5DF1A6 (or 0x5DF1A6) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F1 and A6. RGB value is (93,241,166). Sum of RGB (Red+Green+Blue) = 93+241+166=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1A6 is #A20E59. Grayscale: #BCBCBC. Windows color (decimal): -10620506 or 10940765. OLE color: 10940765.

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

Color convert

RGB93241166-
CMYK0.6100.310.05
HSL149.59º84.09%65.49%-
HSV(B)149.59º61.41%94.51%-
XYZ42.8567.9946.94-
YUV188.2115.4760.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.6%
GREEN value IS 241 (94.53% from 255) = 48.2%
BLUE value IS 166 (65.23% from 255) = 33.2%
R=18.6%
G=48.2%
B=33.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932411660.6100.310.05149.5984.0965.49
Hex5DF1A63D01F5965441
Octal135361246750375226124101
Binary101110111110001101001101111010111111011001011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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