#5DDA9D

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

Shades of Medium Aquamarine #5DDA9D

Tints of Medium Aquamarine #5DDA9D

Color information

#5DDA9D (or 0x5DDA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DA and 9D. RGB value is (93,218,157). Sum of RGB (Red+Green+Blue) = 93+218+157=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDA9D is #A22562. Grayscale: #ADADAD. Windows color (decimal): -10626403 or 10345053. OLE color: 10345053.

HSL color Cylindrical-coordinate representation of color #5DDA9D: hue angle of 150.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDA9D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB93218157-
CMYK0.5700.280.15
HSL150.72º62.81%60.98%-
HSV(B)150.72º57.34%85.49%-
XYZ35.6754.940.62-
YUV173.67118.5970.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.87%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=19.87%
G=46.58%
B=33.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932181570.5700.280.15150.7262.8160.98
Hex5DDA9D3901CF973f3d
Octal13533223571034172277775
Binary10111011101101010011101111001011100111110010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,218,157); }

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

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

 a { background-color: rgb(93,218,157); }

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

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

 span { border-color: rgb(93,218,157); }

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