#61C8AA

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

Shades of Medium Aquamarine #61C8AA

Tints of Medium Aquamarine #61C8AA

Color information

#61C8AA (or 0x61C8AA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C8 and AA. RGB value is (97,200,170). Sum of RGB (Red+Green+Blue) = 97+200+170=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #61C8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C8AA is #9E3755. Grayscale: #A5A5A5. Windows color (decimal): -10368854 or 11192417. OLE color: 11192417.

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

Color convert

RGB97200170-
CMYK0.5200.150.22
HSL162.52º48.36%58.24%-
HSV(B)162.52º51.5%78.43%-
XYZ32.8446.7545.32-
YUV165.78130.3878.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=20.77%
G=42.83%
B=36.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal972001700.5200.150.22162.5248.3658.24
Hex61C8AA340F16a3303a
Octal14131025264017262436072
Binary11000011100100010101010110100011111011010100011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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