#5DD9AD

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

Shades of Medium Aquamarine #5DD9AD

Tints of Medium Aquamarine #5DD9AD

Color information

#5DD9AD (or 0x5DD9AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D9 and AD. RGB value is (93,217,173). Sum of RGB (Red+Green+Blue) = 93+217+173=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD9AD is #A22652. Grayscale: #AEAEAE. Windows color (decimal): -10626643 or 11393373. OLE color: 11393373.

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

Color convert

RGB93217173-
CMYK0.5700.200.15
HSL158.71º62%60.78%-
HSV(B)158.71º57.14%85.1%-
XYZ36.8754.9748.2-
YUV174.91126.9269.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=19.25%
G=44.93%
B=35.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932171730.5700.200.15158.716260.78
Hex5DD9AD39014F9f3e3d
Octal13533125571024172377675
Binary10111011101100110101101111001010100111110011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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