#61C4A6

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

Shades of Medium Aquamarine #61C4A6

Tints of Medium Aquamarine #61C4A6

Color information

#61C4A6 (or 0x61C4A6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C4 and A6. RGB value is (97,196,166). Sum of RGB (Red+Green+Blue) = 97+196+166=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C4A6 is #9E3B59. Grayscale: #A3A3A3. Windows color (decimal): -10369882 or 10929249. OLE color: 10929249.

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

Color convert

RGB97196166-
CMYK0.5100.150.23
HSL161.82º45.62%57.45%-
HSV(B)161.82º50.51%76.86%-
XYZ31.5544.7743.06-
YUV162.98129.780.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.13%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=21.13%
G=42.70%
B=36.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961660.5100.150.23161.8245.6257.45
Hex61C4A6330F17a22e39
Octal14130424663017272425671
Binary11000011100010010100110110011011111011110100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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