#61DCAA

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

Shades of Medium Aquamarine #61DCAA

Tints of Medium Aquamarine #61DCAA

Color information

#61DCAA (or 0x61DCAA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DC and AA. RGB value is (97,220,170). Sum of RGB (Red+Green+Blue) = 97+220+170=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAA is #9E2355. Grayscale: #B1B1B1. Windows color (decimal): -10363734 or 11197537. OLE color: 11197537.

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

Color convert

RGB97220170-
CMYK0.5600.230.14
HSL155.61º63.73%62.16%-
HSV(B)155.61º55.91%86.27%-
XYZ37.7856.6346.97-
YUV177.52123.7570.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=19.92%
G=45.17%
B=34.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201700.5600.230.14155.6163.7362.16
Hex61DCAA38017E9c403e
Octal141334252700271623410076
Binary110000111011100101010101110000101111110100111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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