#61DD9A

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

Shades of Medium Aquamarine #61DD9A

Tints of Medium Aquamarine #61DD9A

Color information

#61DD9A (or 0x61DD9A) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DD and 9A. RGB value is (97,221,154). Sum of RGB (Red+Green+Blue) = 97+221+154=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DD9A is #9E2265. Grayscale: #B0B0B0. Windows color (decimal): -10363494 or 10149217. OLE color: 10149217.

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

Color convert

RGB97221154-
CMYK0.5600.300.13
HSL147.58º64.58%62.35%-
HSV(B)147.58º56.11%86.67%-
XYZ36.6256.5939.56-
YUV176.29115.4271.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=20.55%
G=46.82%
B=32.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211540.5600.300.13147.5864.5862.35
Hex61DD9A3801ED94413e
Octal141335232700361522410176
Binary110000111011101100110101110000111101101100101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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