#61D2AE

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

Shades of Medium Aquamarine #61D2AE

Tints of Medium Aquamarine #61D2AE

Color information

#61D2AE (or 0x61D2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D2 and AE. RGB value is (97,210,174). Sum of RGB (Red+Green+Blue) = 97+210+174=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D2AE is #9E2D51. Grayscale: #ACACAC. Windows color (decimal): -10366290 or 11457121. OLE color: 11457121.

HSL color Cylindrical-coordinate representation of color #61D2AE: hue angle of 160.88º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D2AE is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB97210174-
CMYK0.5400.170.18
HSL160.88º55.67%60.2%-
HSV(B)160.88º53.81%82.35%-
XYZ35.6251.6948.14-
YUV172.11129.0674.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=20.17%
G=43.66%
B=36.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972101740.5400.170.18160.8855.6760.2
Hex61D2AE3601112a1383c
Octal14132225666021222417074
Binary110000111010010101011101101100100011001010100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,210,174); }

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

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

 a { background-color: rgb(97,210,174); }

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

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

 span { border-color: rgb(97,210,174); }

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