#61D6AD

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

Shades of Medium Aquamarine #61D6AD

Tints of Medium Aquamarine #61D6AD

Color information

#61D6AD (or 0x61D6AD) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D6 and AD. RGB value is (97,214,173). Sum of RGB (Red+Green+Blue) = 97+214+173=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D6AD is #9E2952. Grayscale: #AEAEAE. Windows color (decimal): -10365267 or 11392609. OLE color: 11392609.

HSL color Cylindrical-coordinate representation of color #61D6AD: hue angle of 158.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D6AD is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB97214173-
CMYK0.5500.190.16
HSL158.97º58.79%60.98%-
HSV(B)158.97º54.67%83.92%-
XYZ36.5253.6547.97-
YUV174.34127.2472.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=20.04%
G=44.21%
B=35.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141730.5500.190.16158.9758.7960.98
Hex61D6AD37013109f3b3d
Octal14132625567023202377375
Binary110000111010110101011011101110100111000010011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,173); }

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

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

 a { background-color: rgb(97,214,173); }

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

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

 span { border-color: rgb(97,214,173); }

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