#61D1AB

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

Shades of Medium Aquamarine #61D1AB

Tints of Medium Aquamarine #61D1AB

Color information

#61D1AB (or 0x61D1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D1 and AB. RGB value is (97,209,171). Sum of RGB (Red+Green+Blue) = 97+209+171=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #61D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D1AB is #9E2E54. Grayscale: #ABABAB. Windows color (decimal): -10366549 or 11260257. OLE color: 11260257.

HSL color Cylindrical-coordinate representation of color #61D1AB: hue angle of 159.64º degrees, saturation: 0.55, 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 #61D1AB is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB97209171-
CMYK0.5400.180.18
HSL159.64º54.9%60%-
HSV(B)159.64º53.59%81.96%-
XYZ35.0851.0846.54-
YUV171.18127.8975.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.34%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=20.34%
G=43.82%
B=35.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972091710.5400.180.18159.6454.960
Hex61D1AB3601212a0373c
Octal14132125366022222406774
Binary110000111010001101010111101100100101001010100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,209,171); }

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

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

 a { background-color: rgb(97,209,171); }

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

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

 span { border-color: rgb(97,209,171); }

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