#64ED9A

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

Shades of Medium Aquamarine #64ED9A

Tints of Medium Aquamarine #64ED9A

Color information

#64ED9A (or 0x64ED9A) is unknown color: approx Medium Aquamarine. HEX triplet: 64, ED and 9A. RGB value is (100,237,154). Sum of RGB (Red+Green+Blue) = 100+237+154=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED9A is #9B1265. Grayscale: #BABABA. Windows color (decimal): -10162790 or 10153316. OLE color: 10153316.

HSL color Cylindrical-coordinate representation of color #64ED9A: hue angle of 143.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ED9A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB100237154-
CMYK0.5800.350.07
HSL143.65º79.19%66.08%-
HSV(B)143.65º57.81%92.94%-
XYZ41.3765.6141.06-
YUV186.58109.6166.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.37%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=20.37%
G=48.27%
B=31.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371540.5800.350.07143.6579.1966.08
Hex64ED9A3A0237904f42
Octal144355232720437220117102
Binary1100100111011011001101011101001000111111001000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ED9A; }

 p { color: rgb(100,237,154); }

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

<style>
 a { background-color: #64ED9A; }

 a { background-color: rgb(100,237,154); }

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

<style>
 span { border-color: #64ED9A; }

 span { border-color: rgb(100,237,154); }

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