#5DCEAA

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

Shades of Medium Aquamarine #5DCEAA

Tints of Medium Aquamarine #5DCEAA

Color information

#5DCEAA (or 0x5DCEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CE and AA. RGB value is (93,206,170). Sum of RGB (Red+Green+Blue) = 93+206+170=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEAA is #A23155. Grayscale: #A8A8A8. Windows color (decimal): -10629462 or 11193949. OLE color: 11193949.

HSL color Cylindrical-coordinate representation of color #5DCEAA: hue angle of 160.88º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCEAA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB93206170-
CMYK0.5500.170.19
HSL160.88º53.55%58.63%-
HSV(B)160.88º54.85%80.78%-
XYZ33.8449.3745.78-
YUV168.11129.0674.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=19.83%
G=43.92%
B=36.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061700.5500.170.19160.8853.5558.63
Hex5DCEAA3701113a1363b
Octal13531625267021232416673
Binary101110111001110101010101101110100011001110100001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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