#61C7AA

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

Shades of Medium Aquamarine #61C7AA

Tints of Medium Aquamarine #61C7AA

Color information

#61C7AA (or 0x61C7AA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C7 and AA. RGB value is (97,199,170). Sum of RGB (Red+Green+Blue) = 97+199+170=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #61C7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C7AA is #9E3855. Grayscale: #A5A5A5. Windows color (decimal): -10369110 or 11192161. OLE color: 11192161.

HSL color Cylindrical-coordinate representation of color #61C7AA: hue angle of 162.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C7AA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB97199170-
CMYK0.5100.150.22
HSL162.94º47.66%58.04%-
HSV(B)162.94º51.26%78.04%-
XYZ32.6146.2945.25-
YUV165.2130.7179.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=20.82%
G=42.70%
B=36.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971991700.5100.150.22162.9447.6658.04
Hex61C7AA330F16a3303a
Octal14130725263017262436072
Binary11000011100011110101010110011011111011010100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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