#64D999

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

Shades of Medium Aquamarine #64D999

Tints of Medium Aquamarine #64D999

Color information

#64D999 (or 0x64D999) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D9 and 99. RGB value is (100,217,153). Sum of RGB (Red+Green+Blue) = 100+217+153=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #64D999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D999 is #9B2666. Grayscale: #AEAEAE. Windows color (decimal): -10167911 or 10082660. OLE color: 10082660.

HSL color Cylindrical-coordinate representation of color #64D999: hue angle of 147.18º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D999 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB100217153-
CMYK0.5400.290.15
HSL147.18º60.62%62.16%-
HSV(B)147.18º53.92%85.1%-
XYZ35.8254.6338.79-
YUV174.72115.7474.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.28%
GREEN value IS 217 (85.16% from 255) = 46.17%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=21.28%
G=46.17%
B=32.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002171530.5400.290.15147.1860.6262.16
Hex64D9993601DF933d3e
Octal14433123166035172237576
Binary11001001101100110011001110110011101111110010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,217,153); }

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

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

 a { background-color: rgb(100,217,153); }

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

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

 span { border-color: rgb(100,217,153); }

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