#5DD99D

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

Shades of Medium Aquamarine #5DD99D

Tints of Medium Aquamarine #5DD99D

Color information

#5DD99D (or 0x5DD99D) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D9 and 9D. RGB value is (93,217,157). Sum of RGB (Red+Green+Blue) = 93+217+157=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD99D is #A22662. Grayscale: #ADADAD. Windows color (decimal): -10626659 or 10344797. OLE color: 10344797.

HSL color Cylindrical-coordinate representation of color #5DD99D: hue angle of 150.97º degrees, saturation: 0.62, 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 #5DD99D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB93217157-
CMYK0.5700.280.15
HSL150.97º62%60.78%-
HSV(B)150.97º57.14%85.1%-
XYZ35.4154.3940.53-
YUV173.08118.9270.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.91%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=19.91%
G=46.47%
B=33.62%

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
Decimal932171570.5700.280.15150.976260.78
Hex5DD99D3901CF973e3d
Octal13533123571034172277675
Binary10111011101100110011101111001011100111110010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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