#61DCB6

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

Shades of Medium Aquamarine #61DCB6

Tints of Medium Aquamarine #61DCB6

Color information

#61DCB6 (or 0x61DCB6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DC and B6. RGB value is (97,220,182). Sum of RGB (Red+Green+Blue) = 97+220+182=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCB6 is #9E2349. Grayscale: #B2B2B2. Windows color (decimal): -10363722 or 11983969. OLE color: 11983969.

HSL color Cylindrical-coordinate representation of color #61DCB6: hue angle of 161.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCB6 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB97220182-
CMYK0.5600.170.14
HSL161.46º63.73%62.16%-
HSV(B)161.46º55.91%86.27%-
XYZ38.9757.1153.22-
YUV178.89129.7569.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.44%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=19.44%
G=44.09%
B=36.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201820.5600.170.14161.4663.7362.16
Hex61DCB638011Ea1403e
Octal141334266700211624110076
Binary110000111011100101101101110000100011110101000011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,220,182); }

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

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

 a { background-color: rgb(97,220,182); }

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

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

 span { border-color: rgb(97,220,182); }

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