#64CA9D

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

Shades of Medium Aquamarine #64CA9D

Tints of Medium Aquamarine #64CA9D

Color information

#64CA9D (or 0x64CA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CA and 9D. RGB value is (100,202,157). Sum of RGB (Red+Green+Blue) = 100+202+157=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA9D is #9B3562. Grayscale: #A6A6A6. Windows color (decimal): -10171747 or 10340964. OLE color: 10340964.

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

Color convert

RGB100202157-
CMYK0.5000.220.21
HSL153.53º49.04%59.22%-
HSV(B)153.53º50.5%79.22%-
XYZ32.4647.3839.33-
YUV166.37122.7180.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=21.79%
G=44.01%
B=34.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021570.5000.220.21153.5349.0459.22
Hex64CA9D32016159a313b
Octal14431223562026252326173
Binary110010011001010100111011100100101101010110011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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