#5DFEA5

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

Shades of Medium Aquamarine #5DFEA5

Tints of Medium Aquamarine #5DFEA5

Color information

#5DFEA5 (or 0x5DFEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, FE and A5. RGB value is (93,254,165). Sum of RGB (Red+Green+Blue) = 93+254+165=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFEA5 is #A2015A. Grayscale: #C3C3C3. Windows color (decimal): -10617179 or 10878557. OLE color: 10878557.

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

Color convert

RGB93254165-
CMYK0.6300.350.00
HSL146.83º98.77%68.04%-
HSV(B)146.83º63.39%99.61%-
XYZ46.7575.9347.79-
YUV195.71110.6654.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.16%
GREEN value IS 254 (99.61% from 255) = 49.61%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=18.16%
G=49.61%
B=32.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932541650.6300.350.00146.8398.7768.04
Hex5DFEA53F0230936344
Octal135376245770430223143104
Binary10111011111111010100101111111010001101001001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,254,165); }

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

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

 a { background-color: rgb(93,254,165); }

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

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

 span { border-color: rgb(93,254,165); }

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