#5DF9A1

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

Shades of Medium Aquamarine #5DF9A1

Tints of Medium Aquamarine #5DF9A1

Color information

#5DF9A1 (or 0x5DF9A1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F9 and A1. RGB value is (93,249,161). Sum of RGB (Red+Green+Blue) = 93+249+161=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9A1 is #A2065E. Grayscale: #C0C0C0. Windows color (decimal): -10618463 or 10615133. OLE color: 10615133.

HSL color Cylindrical-coordinate representation of color #5DF9A1: hue angle of 146.15º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF9A1 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB93249161-
CMYK0.6300.350.02
HSL146.15º92.86%67.06%-
HSV(B)146.15º62.65%97.65%-
XYZ44.8272.6545.38-
YUV192.32110.3257.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.49%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=18.49%
G=49.50%
B=32.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932491610.6300.350.02146.1592.8667.06
Hex5DF9A13F0232925d43
Octal135371241770432222135103
Binary101110111111001101000011111110100011101001001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,249,161); }

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

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

 a { background-color: rgb(93,249,161); }

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

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

 span { border-color: rgb(93,249,161); }

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