#5DDEAD

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

Shades of Medium Aquamarine #5DDEAD

Tints of Medium Aquamarine #5DDEAD

Color information

#5DDEAD (or 0x5DDEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DE and AD. RGB value is (93,222,173). Sum of RGB (Red+Green+Blue) = 93+222+173=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEAD is #A22152. Grayscale: #B1B1B1. Windows color (decimal): -10625363 or 11394653. OLE color: 11394653.

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

Color convert

RGB93222173-
CMYK0.5800.220.13
HSL157.21º66.15%61.76%-
HSV(B)157.21º58.11%87.06%-
XYZ38.1857.5948.64-
YUV177.84125.2667.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.06%
GREEN value IS 222 (87.11% from 255) = 45.49%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=19.06%
G=45.49%
B=35.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221730.5800.220.13157.2166.1561.76
Hex5DDEAD3A016D9d423e
Octal135336255720261523510276
Binary101110111011110101011011110100101101101100111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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