#61DDA1

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

Shades of Medium Aquamarine #61DDA1

Tints of Medium Aquamarine #61DDA1

Color information

#61DDA1 (or 0x61DDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DD and A1. RGB value is (97,221,161). Sum of RGB (Red+Green+Blue) = 97+221+161=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDA1 is #9E225E. Grayscale: #B1B1B1. Windows color (decimal): -10363487 or 10607969. OLE color: 10607969.

HSL color Cylindrical-coordinate representation of color #61DDA1: hue angle of 150.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDA1 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB97221161-
CMYK0.5600.270.13
HSL150.97º64.58%62.35%-
HSV(B)150.97º56.11%86.67%-
XYZ37.2256.8342.73-
YUV177.08118.9270.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 221 (86.72% from 255) = 46.14%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=20.25%
G=46.14%
B=33.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211610.5600.270.13150.9764.5862.35
Hex61DDA13801BD97413e
Octal141335241700331522710176
Binary110000111011101101000011110000110111101100101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,161); }

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

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

 a { background-color: rgb(97,221,161); }

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

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

 span { border-color: rgb(97,221,161); }

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