#5DD5AA

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

Shades of Medium Aquamarine #5DD5AA

Tints of Medium Aquamarine #5DD5AA

Color information

#5DD5AA (or 0x5DD5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D5 and AA. RGB value is (93,213,170). Sum of RGB (Red+Green+Blue) = 93+213+170=476 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.54% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD5AA is #A22A55. Grayscale: #ACACAC. Windows color (decimal): -10627670 or 11195741. OLE color: 11195741.

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

Color convert

RGB93213170-
CMYK0.5600.200.16
HSL158.5º58.82%60%-
HSV(B)158.5º56.34%83.53%-
XYZ35.5652.8246.35-
YUV172.22126.7471.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.54%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=19.54%
G=44.75%
B=35.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131700.5600.200.16158.558.8260
Hex5DD5AA38014109e3b3c
Octal13532525270024202367374
Binary101110111010101101010101110000101001000010011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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