#61DE97

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

Shades of Medium Aquamarine #61DE97

Tints of Medium Aquamarine #61DE97

Color information

#61DE97 (or 0x61DE97) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DE and 97. RGB value is (97,222,151). Sum of RGB (Red+Green+Blue) = 97+222+151=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DE97 is #9E2168. Grayscale: #B0B0B0. Windows color (decimal): -10363241 or 9952865. OLE color: 9952865.

HSL color Cylindrical-coordinate representation of color #61DE97: hue angle of 145.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE97 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB97222151-
CMYK0.5600.320.13
HSL145.92º65.45%62.55%-
HSV(B)145.92º56.31%87.06%-
XYZ36.6457.0238.35-
YUV176.53113.5971.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=20.64%
G=47.23%
B=32.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221510.5600.320.13145.9265.4562.55
Hex61DE9738020D92413f
Octal141336227700401522210177
Binary1100001110111101001011111100001000001101100100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,222,151); }

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

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

 a { background-color: rgb(97,222,151); }

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

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

 span { border-color: rgb(97,222,151); }

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