#61DCA5

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

Shades of Medium Aquamarine #61DCA5

Tints of Medium Aquamarine #61DCA5

Color information

#61DCA5 (or 0x61DCA5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DC and A5. RGB value is (97,220,165). Sum of RGB (Red+Green+Blue) = 97+220+165=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCA5 is #9E235A. Grayscale: #B1B1B1. Windows color (decimal): -10363739 or 10869857. OLE color: 10869857.

HSL color Cylindrical-coordinate representation of color #61DCA5: hue angle of 153.17º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCA5 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB97220165-
CMYK0.5600.250.14
HSL153.17º63.73%62.16%-
HSV(B)153.17º55.91%86.27%-
XYZ37.3156.4444.53-
YUV176.95121.2570.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.12%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=20.12%
G=45.64%
B=34.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201650.5600.250.14153.1763.7362.16
Hex61DCA538019E99403e
Octal141334245700311623110076
Binary110000111011100101001011110000110011110100110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61DCA5; }

 p { color: rgb(97,220,165); }

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

<style>
 a { background-color: #61DCA5; }

 a { background-color: rgb(97,220,165); }

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

<style>
 span { border-color: #61DCA5; }

 span { border-color: rgb(97,220,165); }

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