#61D49B

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

Shades of Medium Aquamarine #61D49B

Tints of Medium Aquamarine #61D49B

Color information

#61D49B (or 0x61D49B) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D4 and 9B. RGB value is (97,212,155). Sum of RGB (Red+Green+Blue) = 97+212+155=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #61D49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D49B is #9E2B64. Grayscale: #ABABAB. Windows color (decimal): -10365797 or 10212449. OLE color: 10212449.

HSL color Cylindrical-coordinate representation of color #61D49B: hue angle of 150.26º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D49B is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB97212155-
CMYK0.5400.270.17
HSL150.26º57.21%60.59%-
HSV(B)150.26º54.25%83.14%-
XYZ34.3951.9939.23-
YUV171.12118.975.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 212 (83.20% from 255) = 45.69%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=20.91%
G=45.69%
B=33.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121550.5400.270.17150.2657.2160.59
Hex61D49B3601B1196393d
Octal14132423366033212267175
Binary110000111010100100110111101100110111000110010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,155); }

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

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

 a { background-color: rgb(97,212,155); }

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

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

 span { border-color: rgb(97,212,155); }

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