#61DEA0

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

Shades of Medium Aquamarine #61DEA0

Tints of Medium Aquamarine #61DEA0

Color information

#61DEA0 (or 0x61DEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DE and A0. RGB value is (97,222,160). Sum of RGB (Red+Green+Blue) = 97+222+160=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DEA0 is #9E215F. Grayscale: #B1B1B1. Windows color (decimal): -10363232 or 10542689. OLE color: 10542689.

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

Color convert

RGB97222160-
CMYK0.5600.280.13
HSL150.24º65.45%62.55%-
HSV(B)150.24º56.31%87.06%-
XYZ37.457.3242.35-
YUV177.56118.0970.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 222 (87.11% from 255) = 46.35%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=20.25%
G=46.35%
B=33.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221600.5600.280.13150.2465.4562.55
Hex61DEA03801CD96413f
Octal141336240700341522610177
Binary110000111011110101000001110000111001101100101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,160); }

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

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

 a { background-color: rgb(97,222,160); }

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

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

 span { border-color: rgb(97,222,160); }

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