#5DD8A4

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

Shades of Medium Aquamarine #5DD8A4

Tints of Medium Aquamarine #5DD8A4

Color information

#5DD8A4 (or 0x5DD8A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D8 and A4. RGB value is (93,216,164). Sum of RGB (Red+Green+Blue) = 93+216+164=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD8A4 is #A2275B. Grayscale: #ADADAD. Windows color (decimal): -10626908 or 10803293. OLE color: 10803293.

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

Color convert

RGB93216164-
CMYK0.5700.240.15
HSL154.63º61.19%60.59%-
HSV(B)154.63º56.94%84.71%-
XYZ35.7754.1243.68-
YUV173.3122.7570.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.66%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=19.66%
G=45.67%
B=34.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161640.5700.240.15154.6361.1960.59
Hex5DD8A439018F9b3d3d
Octal13533024471030172337575
Binary10111011101100010100100111001011000111110011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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