#64D699

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

Shades of Medium Aquamarine #64D699

Tints of Medium Aquamarine #64D699

Color information

#64D699 (or 0x64D699) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D6 and 99. RGB value is (100,214,153). Sum of RGB (Red+Green+Blue) = 100+214+153=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #64D699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D699 is #9B2966. Grayscale: #ADADAD. Windows color (decimal): -10168679 or 10081892. OLE color: 10081892.

HSL color Cylindrical-coordinate representation of color #64D699: hue angle of 147.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D699 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB100214153-
CMYK0.5300.290.16
HSL147.89º58.16%61.57%-
HSV(B)147.89º53.27%83.92%-
XYZ35.0553.138.54-
YUV172.96116.7375.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=21.41%
G=45.82%
B=32.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141530.5300.290.16147.8958.1661.57
Hex64D6993501D10943a3e
Octal14432623165035202247276
Binary110010011010110100110011101010111011000010010100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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