#64C89C

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

Shades of Medium Aquamarine #64C89C

Tints of Medium Aquamarine #64C89C

Color information

#64C89C (or 0x64C89C) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C8 and 9C. RGB value is (100,200,156). Sum of RGB (Red+Green+Blue) = 100+200+156=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #64C89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C89C is #9B3763. Grayscale: #A5A5A5. Windows color (decimal): -10172260 or 10274916. OLE color: 10274916.

HSL color Cylindrical-coordinate representation of color #64C89C: hue angle of 153.6º 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 #64C89C is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB100200156-
CMYK0.500.220.22
HSL153.6º47.62%58.82%-
HSV(B)153.6º50%78.43%-
XYZ31.9146.4238.73-
YUV165.08122.8781.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=21.93%
G=43.86%
B=34.21%

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
Decimal1002001560.500.220.22153.647.6258.82
Hex64C89C32016169a303b
Octal14431023462026262326073
Binary110010011001000100111001100100101101011010011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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