#5DF9AA

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

Shades of Medium Aquamarine #5DF9AA

Tints of Medium Aquamarine #5DF9AA

Color information

#5DF9AA (or 0x5DF9AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F9 and AA. RGB value is (93,249,170). Sum of RGB (Red+Green+Blue) = 93+249+170=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9AA is #A20655. Grayscale: #C1C1C1. Windows color (decimal): -10618454 or 11204957. OLE color: 11204957.

HSL color Cylindrical-coordinate representation of color #5DF9AA: hue angle of 149.62º 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 #5DF9AA is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB93249170-
CMYK0.6300.320.02
HSL149.62º92.86%67.06%-
HSV(B)149.62º62.65%97.65%-
XYZ45.6572.9849.71-
YUV193.35114.8256.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.16%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=18.16%
G=48.63%
B=33.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932491700.6300.320.02149.6292.8667.06
Hex5DF9AA3F0202965d43
Octal135371252770402226135103
Binary101110111111001101010101111110100000101001011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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