#5DD3AA

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

Shades of Medium Aquamarine #5DD3AA

Tints of Medium Aquamarine #5DD3AA

Color information

#5DD3AA (or 0x5DD3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D3 and AA. RGB value is (93,211,170). Sum of RGB (Red+Green+Blue) = 93+211+170=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD3AA is #A22C55. Grayscale: #ABABAB. Windows color (decimal): -10628182 or 11195229. OLE color: 11195229.

HSL color Cylindrical-coordinate representation of color #5DD3AA: hue angle of 159.15º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD3AA is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB93211170-
CMYK0.5600.190.17
HSL159.15º57.28%59.61%-
HSV(B)159.15º55.92%82.75%-
XYZ35.0651.8246.18-
YUV171.04127.4172.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.62%
GREEN value IS 211 (82.81% from 255) = 44.51%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=19.62%
G=44.51%
B=35.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal932111700.5600.190.17159.1557.2859.61
Hex5DD3AA38013119f393c
Octal13532325270023212377174
Binary101110111010011101010101110000100111000110011111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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