#64E29A

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

Shades of Medium Aquamarine #64E29A

Tints of Medium Aquamarine #64E29A

Color information

#64E29A (or 0x64E29A) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E2 and 9A. RGB value is (100,226,154). Sum of RGB (Red+Green+Blue) = 100+226+154=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #64E29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E29A is #9B1D65. Grayscale: #B4B4B4. Windows color (decimal): -10165606 or 10150500. OLE color: 10150500.

HSL color Cylindrical-coordinate representation of color #64E29A: hue angle of 145.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E29A is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB100226154-
CMYK0.5600.320.11
HSL145.71º68.48%63.92%-
HSV(B)145.71º55.75%88.63%-
XYZ38.2859.4440.03-
YUV180.12113.2670.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 226 (88.67% from 255) = 47.08%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=20.83%
G=47.08%
B=32.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002261540.5600.320.11145.7168.4863.92
Hex64E29A38020B924440
Octal1443422327004013222104100
Binary11001001110001010011010111000010000010111001001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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