#5DCAA5

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

Shades of Medium Aquamarine #5DCAA5

Tints of Medium Aquamarine #5DCAA5

Color information

#5DCAA5 (or 0x5DCAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CA and A5. RGB value is (93,202,165). Sum of RGB (Red+Green+Blue) = 93+202+165=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCAA5 is #A2355A. Grayscale: #A5A5A5. Windows color (decimal): -10630491 or 10865245. OLE color: 10865245.

HSL color Cylindrical-coordinate representation of color #5DCAA5: hue angle of 159.63º 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 #5DCAA5 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB93202165-
CMYK0.5400.180.21
HSL159.63º50.7%57.84%-
HSV(B)159.63º53.96%79.22%-
XYZ32.4347.2843.02-
YUV165.19127.8976.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=20.22%
G=43.91%
B=35.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021650.5400.180.21159.6350.757.84
Hex5DCAA53601215a0333a
Octal13531224566022252406372
Binary101110111001010101001011101100100101010110100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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