#64CD9F

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

Shades of Medium Aquamarine #64CD9F

Tints of Medium Aquamarine #64CD9F

Color information

#64CD9F (or 0x64CD9F) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CD and 9F. RGB value is (100,205,159). Sum of RGB (Red+Green+Blue) = 100+205+159=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD9F is #9B3260. Grayscale: #A8A8A8. Windows color (decimal): -10170977 or 10472804. OLE color: 10472804.

HSL color Cylindrical-coordinate representation of color #64CD9F: hue angle of 153.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD9F is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB100205159-
CMYK0.5100.220.20
HSL153.71º51.22%59.8%-
HSV(B)153.71º51.22%80.39%-
XYZ33.3448.8840.48-
YUV168.36122.7179.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.55%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=21.55%
G=44.18%
B=34.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051590.5100.220.20153.7151.2259.8
Hex64CD9F33016149a333c
Octal14431523763026242326374
Binary110010011001101100111111100110101101010010011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,159); }

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

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

 a { background-color: rgb(100,205,159); }

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

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

 span { border-color: rgb(100,205,159); }

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