#5DDEAA

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

Shades of Medium Aquamarine #5DDEAA

Tints of Medium Aquamarine #5DDEAA

Color information

#5DDEAA (or 0x5DDEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DE and AA. RGB value is (93,222,170). Sum of RGB (Red+Green+Blue) = 93+222+170=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEAA is #A22155. Grayscale: #B1B1B1. Windows color (decimal): -10625366 or 11198045. OLE color: 11198045.

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

Color convert

RGB93222170-
CMYK0.5800.230.13
HSL155.81º66.15%61.76%-
HSV(B)155.81º58.11%87.06%-
XYZ37.8957.4747.13-
YUV177.5123.7667.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=19.18%
G=45.77%
B=35.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221700.5800.230.13155.8166.1561.76
Hex5DDEAA3A017D9c423e
Octal135336252720271523410276
Binary101110111011110101010101110100101111101100111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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