#61C4AA

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

Shades of Medium Aquamarine #61C4AA

Tints of Medium Aquamarine #61C4AA

Color information

#61C4AA (or 0x61C4AA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C4 and AA. RGB value is (97,196,170). Sum of RGB (Red+Green+Blue) = 97+196+170=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C4AA is #9E3B55. Grayscale: #A3A3A3. Windows color (decimal): -10369878 or 11191393. OLE color: 11191393.

HSL color Cylindrical-coordinate representation of color #61C4AA: hue angle of 164.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C4AA is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB97196170-
CMYK0.5100.130.23
HSL164.24º45.62%57.45%-
HSV(B)164.24º50.51%76.86%-
XYZ31.9344.9245.02-
YUV163.44131.780.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=20.95%
G=42.33%
B=36.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961700.5100.130.23164.2445.6257.45
Hex61C4AA330D17a42e39
Octal14130425263015272445671
Binary11000011100010010101010110011011011011110100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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