#5DD59D

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

Shades of Medium Aquamarine #5DD59D

Tints of Medium Aquamarine #5DD59D

Color information

#5DD59D (or 0x5DD59D) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D5 and 9D. RGB value is (93,213,157). Sum of RGB (Red+Green+Blue) = 93+213+157=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD59D is #A22A62. Grayscale: #AAAAAA. Windows color (decimal): -10627683 or 10343773. OLE color: 10343773.

HSL color Cylindrical-coordinate representation of color #5DD59D: hue angle of 152º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD59D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB93213157-
CMYK0.5600.260.16
HSL152º58.82%60%-
HSV(B)152º56.34%83.53%-
XYZ34.3952.3540.19-
YUV170.74120.2472.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.09%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=20.09%
G=46.00%
B=33.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131570.5600.260.1615258.8260
Hex5DD59D3801A10983b3c
Octal13532523570032202307374
Binary101110111010101100111011110000110101000010011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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