#5dd89f

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

Shades of Medium Aquamarine #5DD89F

Tints of Medium Aquamarine #5DD89F

Color information

#5DD89F (or 0x5DD89F) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D8 and 9F. RGB value is (93,216,159). Sum of RGB (Red+Green+Blue) = 93+216+159=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD89F is #A22760. Grayscale: #ACACAC. Windows color (decimal): -10626913 or 10475613. OLE color: 10475613.

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

Color convert

RGB93216159-
CMYK0.5700.260.15
HSL152.2º61.19%60.59%-
HSV(B)152.2º56.94%84.71%-
XYZ35.3353.9441.35-
YUV172.72120.2571.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.87%
GREEN value IS 216 (84.77% from 255) = 46.15%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=19.87%
G=46.15%
B=33.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161590.5700.260.15152.261.1960.59
Hex5DD89F3901AF983d3d
Octal13533023771032172307575
Binary10111011101100010011111111001011010111110011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd89f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,216,159); }

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

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

 a { background-color: rgb(93,216,159); }

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

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

 span { border-color: rgb(93,216,159); }

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