#61E1AA

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

Shades of Medium Aquamarine #61E1AA

Tints of Medium Aquamarine #61E1AA

Color information

#61E1AA (or 0x61E1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, E1 and AA. RGB value is (97,225,170). Sum of RGB (Red+Green+Blue) = 97+225+170=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E1AA is #9E1E55. Grayscale: #B4B4B4. Windows color (decimal): -10362454 or 11198817. OLE color: 11198817.

HSL color Cylindrical-coordinate representation of color #61E1AA: hue angle of 154.22º 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 #61E1AA is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB97225170-
CMYK0.5700.240.12
HSL154.22º68.09%63.14%-
HSV(B)154.22º56.89%88.24%-
XYZ39.1159.2947.41-
YUV180.46122.0968.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=19.72%
G=45.73%
B=34.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972251700.5700.240.12154.2268.0963.14
Hex61E1AA39018C9a443f
Octal141341252710301423210477
Binary110000111100001101010101110010110001100100110101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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