#64EC9C

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

Shades of Medium Aquamarine #64EC9C

Tints of Medium Aquamarine #64EC9C

Color information

#64EC9C (or 0x64EC9C) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EC and 9C. RGB value is (100,236,156). Sum of RGB (Red+Green+Blue) = 100+236+156=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC9C is #9B1363. Grayscale: #BABABA. Windows color (decimal): -10163044 or 10284132. OLE color: 10284132.

HSL color Cylindrical-coordinate representation of color #64EC9C: hue angle of 144.71º degrees, saturation: 0.78, 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 #64EC9C is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB100236156-
CMYK0.5800.340.07
HSL144.71º78.16%65.88%-
HSV(B)144.71º57.63%92.55%-
XYZ41.2565.141.84-
YUV186.22110.9466.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 236 (92.58% from 255) = 47.97%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=20.33%
G=47.97%
B=31.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002361560.5800.340.07144.7178.1665.88
Hex64EC9C3A0227914e42
Octal144354234720427221116102
Binary1100100111011001001110011101001000101111001000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,236,156); }

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

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

 a { background-color: rgb(100,236,156); }

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

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

 span { border-color: rgb(100,236,156); }

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