#64C89D

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

Shades of Medium Aquamarine #64C89D

Tints of Medium Aquamarine #64C89D

Color information

#64C89D (or 0x64C89D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C8 and 9D. RGB value is (100,200,157). Sum of RGB (Red+Green+Blue) = 100+200+157=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #64C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C89D is #9B3762. Grayscale: #A5A5A5. Windows color (decimal): -10172259 or 10340452. OLE color: 10340452.

HSL color Cylindrical-coordinate representation of color #64C89D: hue angle of 154.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C89D is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB100200157-
CMYK0.500.220.22
HSL154.2º47.62%58.82%-
HSV(B)154.2º50%78.43%-
XYZ3246.4539.18-
YUV165.2123.3781.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=21.88%
G=43.76%
B=34.35%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1002001570.500.220.22154.247.6258.82
Hex64C89D32016169a303b
Octal14431023562026262326073
Binary110010011001000100111011100100101101011010011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,200,157); }

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

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

 a { background-color: rgb(100,200,157); }

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

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

 span { border-color: rgb(100,200,157); }

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