#61E1A3

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

Shades of Medium Aquamarine #61E1A3

Tints of Medium Aquamarine #61E1A3

Color information

#61E1A3 (or 0x61E1A3) is unknown color: approx Medium Aquamarine. HEX triplet: 61, E1 and A3. RGB value is (97,225,163). Sum of RGB (Red+Green+Blue) = 97+225+163=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E1A3 is #9E1E5C. Grayscale: #B3B3B3. Windows color (decimal): -10362461 or 10740065. OLE color: 10740065.

HSL color Cylindrical-coordinate representation of color #61E1A3: hue angle of 150.94º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1A3 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB97225163-
CMYK0.5700.280.12
HSL150.94º68.09%63.14%-
HSV(B)150.94º56.89%88.24%-
XYZ38.4759.0444.02-
YUV179.66118.5969.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 163 (64.06% from 255) = 33.61%
R=20%
G=46.39%
B=33.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972251630.5700.280.12150.9468.0963.14
Hex61E1A33901CC97443f
Octal141341243710341422710477
Binary110000111100001101000111110010111001100100101111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,163); }

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

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

 a { background-color: rgb(97,225,163); }

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

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

 span { border-color: rgb(97,225,163); }

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