#61DCA6

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

Shades of Medium Aquamarine #61DCA6

Tints of Medium Aquamarine #61DCA6

Color information

#61DCA6 (or 0x61DCA6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DC and A6. RGB value is (97,220,166). Sum of RGB (Red+Green+Blue) = 97+220+166=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCA6 is #9E2359. Grayscale: #B1B1B1. Windows color (decimal): -10363738 or 10935393. OLE color: 10935393.

HSL color Cylindrical-coordinate representation of color #61DCA6: hue angle of 153.66º 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 #61DCA6 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB97220166-
CMYK0.5600.250.14
HSL153.66º63.73%62.16%-
HSV(B)153.66º55.91%86.27%-
XYZ37.4156.4845.01-
YUV177.07121.7570.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=20.08%
G=45.55%
B=34.37%

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
Decimal972201660.5600.250.14153.6663.7362.16
Hex61DCA638019E9a403e
Octal141334246700311623210076
Binary110000111011100101001101110000110011110100110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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