#5DDEA6

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

Shades of Medium Aquamarine #5DDEA6

Tints of Medium Aquamarine #5DDEA6

Color information

#5DDEA6 (or 0x5DDEA6) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DE and A6. RGB value is (93,222,166). Sum of RGB (Red+Green+Blue) = 93+222+166=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEA6 is #A22159. Grayscale: #B1B1B1. Windows color (decimal): -10625370 or 10935901. OLE color: 10935901.

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

Color convert

RGB93222166-
CMYK0.5800.250.13
HSL153.95º66.15%61.76%-
HSV(B)153.95º58.11%87.06%-
XYZ37.5257.3245.16-
YUV177.04121.7668.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.33%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=19.33%
G=46.15%
B=34.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221660.5800.250.13153.9566.1561.76
Hex5DDEA63A019D9a423e
Octal135336246720311523210276
Binary101110111011110101001101110100110011101100110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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