#5DD8AA

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

Shades of Medium Aquamarine #5DD8AA

Tints of Medium Aquamarine #5DD8AA

Color information

#5DD8AA (or 0x5DD8AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D8 and AA. RGB value is (93,216,170). Sum of RGB (Red+Green+Blue) = 93+216+170=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD8AA is #A22755. Grayscale: #AEAEAE. Windows color (decimal): -10626902 or 11196509. OLE color: 11196509.

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

Color convert

RGB93216170-
CMYK0.5700.210.15
HSL157.56º61.19%60.59%-
HSV(B)157.56º56.94%84.71%-
XYZ36.3354.3446.6-
YUV173.98125.7570.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=19.42%
G=45.09%
B=35.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161700.5700.210.15157.5661.1960.59
Hex5DD8AA39015F9e3d3d
Octal13533025271025172367575
Binary10111011101100010101010111001010101111110011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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