#5DDDA1

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

Shades of Medium Aquamarine #5DDDA1

Tints of Medium Aquamarine #5DDDA1

Color information

#5DDDA1 (or 0x5DDDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DD and A1. RGB value is (93,221,161). Sum of RGB (Red+Green+Blue) = 93+221+161=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDA1 is #A2225E. Grayscale: #B0B0B0. Windows color (decimal): -10625631 or 10607965. OLE color: 10607965.

HSL color Cylindrical-coordinate representation of color #5DDDA1: hue angle of 151.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDA1 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB93221161-
CMYK0.5800.270.13
HSL151.88º65.31%61.57%-
HSV(B)151.88º57.92%86.67%-
XYZ36.856.6142.71-
YUV175.89119.5968.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.58%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=19.58%
G=46.53%
B=33.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932211610.5800.270.13151.8865.3161.57
Hex5DDDA13A01BD98413e
Octal135335241720331523010176
Binary101110111011101101000011110100110111101100110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,221,161); }

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

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

 a { background-color: rgb(93,221,161); }

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

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

 span { border-color: rgb(93,221,161); }

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