#5DCAAC

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

Shades of Medium Aquamarine #5DCAAC

Tints of Medium Aquamarine #5DCAAC

Color information

#5DCAAC (or 0x5DCAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CA and AC. RGB value is (93,202,172). Sum of RGB (Red+Green+Blue) = 93+202+172=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAAC is #A23553. Grayscale: #A6A6A6. Windows color (decimal): -10630484 or 11323997. OLE color: 11323997.

HSL color Cylindrical-coordinate representation of color #5DCAAC: hue angle of 163.49º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCAAC is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB93202172-
CMYK0.5400.150.21
HSL163.49º50.7%57.84%-
HSV(B)163.49º53.96%79.22%-
XYZ33.0847.5546.46-
YUV165.99131.3975.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.91%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=19.91%
G=43.25%
B=36.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021720.5400.150.21163.4950.757.84
Hex5DCAAC360F15a3333a
Octal13531225466017252436372
Binary10111011100101010101100110110011111010110100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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