#61C7A7

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

Shades of Medium Aquamarine #61C7A7

Tints of Medium Aquamarine #61C7A7

Color information

#61C7A7 (or 0x61C7A7) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C7 and A7. RGB value is (97,199,167). Sum of RGB (Red+Green+Blue) = 97+199+167=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #61C7A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C7A7 is #9E3858. Grayscale: #A4A4A4. Windows color (decimal): -10369113 or 10995553. OLE color: 10995553.

HSL color Cylindrical-coordinate representation of color #61C7A7: hue angle of 161.18º 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 #61C7A7 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB97199167-
CMYK0.5100.160.22
HSL161.18º47.66%58.04%-
HSV(B)161.18º51.26%78.04%-
XYZ32.3346.1843.77-
YUV164.85129.2179.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=20.95%
G=42.98%
B=36.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971991670.5100.160.22161.1847.6658.04
Hex61C7A73301016a1303a
Octal14130724763020262416072
Binary110000111000111101001111100110100001011010100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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