#5DDDA9

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

Shades of Medium Aquamarine #5DDDA9

Tints of Medium Aquamarine #5DDDA9

Color information

#5DDDA9 (or 0x5DDDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DD and A9. RGB value is (93,221,169). Sum of RGB (Red+Green+Blue) = 93+221+169=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDDA9 is #A22256. Grayscale: #B0B0B0. Windows color (decimal): -10625623 or 11132253. OLE color: 11132253.

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

Color convert

RGB93221169-
CMYK0.5800.240.13
HSL155.62º65.31%61.57%-
HSV(B)155.62º57.92%86.67%-
XYZ37.5356.946.54-
YUV176.8123.5968.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 221 (86.72% from 255) = 45.76%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=19.25%
G=45.76%
B=34.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932211690.5800.240.13155.6265.3161.57
Hex5DDDA93A018D9c413e
Octal135335251720301523410176
Binary101110111011101101010011110100110001101100111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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