#64CDA1

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

Shades of Medium Aquamarine #64CDA1

Tints of Medium Aquamarine #64CDA1

Color information

#64CDA1 (or 0x64CDA1) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CD and A1. RGB value is (100,205,161). Sum of RGB (Red+Green+Blue) = 100+205+161=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CDA1 is #9B325E. Grayscale: #A8A8A8. Windows color (decimal): -10170975 or 10603876. OLE color: 10603876.

HSL color Cylindrical-coordinate representation of color #64CDA1: hue angle of 154.86º 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 #64CDA1 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB100205161-
CMYK0.5100.210.20
HSL154.86º51.22%59.8%-
HSV(B)154.86º51.22%80.39%-
XYZ33.5248.9541.4-
YUV168.59123.7179.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=21.46%
G=43.99%
B=34.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051610.5100.210.20154.8651.2259.8
Hex64CDA133015149b333c
Octal14431524163025242336374
Binary110010011001101101000011100110101011010010011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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