#64CFA2

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

Shades of Medium Aquamarine #64CFA2

Tints of Medium Aquamarine #64CFA2

Color information

#64CFA2 (or 0x64CFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CF and A2. RGB value is (100,207,162). Sum of RGB (Red+Green+Blue) = 100+207+162=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CFA2 is #9B305D. Grayscale: #A9A9A9. Windows color (decimal): -10170462 or 10669924. OLE color: 10669924.

HSL color Cylindrical-coordinate representation of color #64CFA2: hue angle of 154.77º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CFA2 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB100207162-
CMYK0.5200.220.19
HSL154.77º52.71%60.2%-
HSV(B)154.77º51.69%81.18%-
XYZ34.0949.9442.03-
YUV169.88123.5578.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=21.32%
G=44.14%
B=34.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002071620.5200.220.19154.7752.7160.2
Hex64CFA234016139b353c
Octal14431724264026232336574
Binary110010011001111101000101101000101101001110011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,207,162); }

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

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

 a { background-color: rgb(100,207,162); }

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

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

 span { border-color: rgb(100,207,162); }

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