#61D6AC

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

Shades of Medium Aquamarine #61D6AC

Tints of Medium Aquamarine #61D6AC

Color information

#61D6AC (or 0x61D6AC) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D6 and AC. RGB value is (97,214,172). Sum of RGB (Red+Green+Blue) = 97+214+172=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D6AC is #9E2953. Grayscale: #AEAEAE. Windows color (decimal): -10365268 or 11327073. OLE color: 11327073.

HSL color Cylindrical-coordinate representation of color #61D6AC: hue angle of 158.46º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D6AC is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB97214172-
CMYK0.5500.200.16
HSL158.46º58.79%60.98%-
HSV(B)158.46º54.67%83.92%-
XYZ36.4253.6147.46-
YUV174.23126.7472.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=20.08%
G=44.31%
B=35.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141720.5500.200.16158.4658.7960.98
Hex61D6AC37014109e3b3d
Octal14132625467024202367375
Binary110000111010110101011001101110101001000010011110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,172); }

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

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

 a { background-color: rgb(97,214,172); }

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

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

 span { border-color: rgb(97,214,172); }

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