#61E196

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

Shades of Medium Aquamarine #61E196

Tints of Medium Aquamarine #61E196

Color information

#61E196 (or 0x61E196) is unknown color: approx Medium Aquamarine. HEX triplet: 61, E1 and 96. RGB value is (97,225,150). Sum of RGB (Red+Green+Blue) = 97+225+150=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #61E196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E196 is #9E1E69. Grayscale: #B2B2B2. Windows color (decimal): -10362474 or 9888097. OLE color: 9888097.

HSL color Cylindrical-coordinate representation of color #61E196: hue angle of 144.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E196 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB97225150-
CMYK0.5700.330.12
HSL144.84º68.09%63.14%-
HSV(B)144.84º56.89%88.24%-
XYZ37.3658.5938.19-
YUV178.18112.0970.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 225 (88.28% from 255) = 47.67%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=20.55%
G=47.67%
B=31.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972251500.5700.330.12144.8468.0963.14
Hex61E19639021C91443f
Octal141341226710411422110477
Binary1100001111000011001011011100101000011100100100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,150); }

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

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

 a { background-color: rgb(97,225,150); }

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

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

 span { border-color: rgb(97,225,150); }

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