#61E495

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

Shades of Medium Aquamarine #61E495

Tints of Medium Aquamarine #61E495

Color information

#61E495 (or 0x61E495) is unknown color: approx Medium Aquamarine. HEX triplet: 61, E4 and 95. RGB value is (97,228,149). Sum of RGB (Red+Green+Blue) = 97+228+149=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #61E495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E495 is #9E1B6A. Grayscale: #B4B4B4. Windows color (decimal): -10361707 or 9823329. OLE color: 9823329.

HSL color Cylindrical-coordinate representation of color #61E495: hue angle of 143.82º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E495 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB97228149-
CMYK0.5700.350.11
HSL143.82º70.81%63.73%-
HSV(B)143.82º57.46%89.41%-
XYZ38.160.238.05-
YUV179.82110.668.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 228 (89.45% from 255) = 48.10%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=20.46%
G=48.10%
B=31.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal972281490.5700.350.11143.8270.8163.73
Hex61E49539023B904740
Octal1413442257104313220107100
Binary11000011110010010010101111001010001110111001000010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,228,149); }

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

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

 a { background-color: rgb(97,228,149); }

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

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

 span { border-color: rgb(97,228,149); }

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