#5DFFAA

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

Shades of Medium Aquamarine #5DFFAA

Tints of Medium Aquamarine #5DFFAA

Color information

#5DFFAA (or 0x5DFFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, FF and AA. RGB value is (93,255,170). Sum of RGB (Red+Green+Blue) = 93+255+170=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFAA is #A20055. Grayscale: #C5C5C5. Windows color (decimal): -10616918 or 11206493. OLE color: 11206493.

HSL color Cylindrical-coordinate representation of color #5DFFAA: hue angle of 148.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFAA is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB93255170-
CMYK0.6400.330
HSL148.52º100%68.24%-
HSV(B)148.52º63.53%100%-
XYZ47.5376.7550.34-
YUV196.87112.8353.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.95%
GREEN value IS 255 (100% from 255) = 49.23%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=17.95%
G=49.23%
B=32.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932551700.6400.330148.5210068.24
Hex5DFFAA400210956444
Octal1353772521000410225144104
Binary101110111111111101010101000000010000101001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,255,170); }

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

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

 a { background-color: rgb(93,255,170); }

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

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

 span { border-color: rgb(93,255,170); }

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