#61C4A9

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

Shades of Medium Aquamarine #61C4A9

Tints of Medium Aquamarine #61C4A9

Color information

#61C4A9 (or 0x61C4A9) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C4 and A9. RGB value is (97,196,169). Sum of RGB (Red+Green+Blue) = 97+196+169=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C4A9 is #9E3B56. Grayscale: #A3A3A3. Windows color (decimal): -10369879 or 11125857. OLE color: 11125857.

HSL color Cylindrical-coordinate representation of color #61C4A9: hue angle of 163.64º 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 #61C4A9 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB97196169-
CMYK0.5100.140.23
HSL163.64º45.62%57.45%-
HSV(B)163.64º50.51%76.86%-
XYZ31.8344.8944.52-
YUV163.32131.280.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 196 (76.95% from 255) = 42.42%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=21.00%
G=42.42%
B=36.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961690.5100.140.23163.6445.6257.45
Hex61C4A9330E17a42e39
Octal14130425163016272445671
Binary11000011100010010101001110011011101011110100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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