#61C4AB

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

Shades of Medium Aquamarine #61C4AB

Tints of Medium Aquamarine #61C4AB

Color information

#61C4AB (or 0x61C4AB) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C4 and AB. RGB value is (97,196,171). Sum of RGB (Red+Green+Blue) = 97+196+171=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C4AB is #9E3B54. Grayscale: #A3A3A3. Windows color (decimal): -10369877 or 11256929. OLE color: 11256929.

HSL color Cylindrical-coordinate representation of color #61C4AB: hue angle of 164.85º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C4AB is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB97196171-
CMYK0.5100.130.23
HSL164.85º45.62%57.45%-
HSV(B)164.85º50.51%76.86%-
XYZ32.0244.9645.52-
YUV163.55132.280.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=20.91%
G=42.24%
B=36.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971961710.5100.130.23164.8545.6257.45
Hex61C4AB330D17a52e39
Octal14130425363015272455671
Binary11000011100010010101011110011011011011110100101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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