#5DDCAC

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

Shades of Medium Aquamarine #5DDCAC

Tints of Medium Aquamarine #5DDCAC

Color information

#5DDCAC (or 0x5DDCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DC and AC. RGB value is (93,220,172). Sum of RGB (Red+Green+Blue) = 93+220+172=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDCAC is #A22353. Grayscale: #B0B0B0. Windows color (decimal): -10625876 or 11328605. OLE color: 11328605.

HSL color Cylindrical-coordinate representation of color #5DDCAC: hue angle of 157.32º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCAC is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB93220172-
CMYK0.5800.220.14
HSL157.32º64.47%61.37%-
HSV(B)157.32º57.73%86.27%-
XYZ37.5556.4947.95-
YUV176.55125.4268.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=19.18%
G=45.36%
B=35.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932201720.5800.220.14157.3264.4761.37
Hex5DDCAC3A016E9d403d
Octal135334254720261623510075
Binary101110111011100101011001110100101101110100111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,220,172); }

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

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

 a { background-color: rgb(93,220,172); }

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

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

 span { border-color: rgb(93,220,172); }

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