#61ED95

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

Shades of Medium Aquamarine #61ED95

Tints of Medium Aquamarine #61ED95

Color information

#61ED95 (or 0x61ED95) is unknown color: approx Medium Aquamarine. HEX triplet: 61, ED and 95. RGB value is (97,237,149). Sum of RGB (Red+Green+Blue) = 97+237+149=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED95 is #9E126A. Grayscale: #B9B9B9. Windows color (decimal): -10359403 or 9825633. OLE color: 9825633.

HSL color Cylindrical-coordinate representation of color #61ED95: hue angle of 142.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ED95 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB97237149-
CMYK0.5900.370.07
HSL142.29º79.55%65.49%-
HSV(B)142.29º59.07%92.94%-
XYZ40.6465.2838.89-
YUV185.11107.6265.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 237 (92.97% from 255) = 49.07%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=20.08%
G=49.07%
B=30.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal972371490.5900.370.07142.2979.5565.49
Hex61ED953B02578e5041
Octal141355225730457216120101
Binary1100001111011011001010111101101001011111000111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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