#64CFAC

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

Shades of Medium Aquamarine #64CFAC

Tints of Medium Aquamarine #64CFAC

Color information

#64CFAC (or 0x64CFAC) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CF and AC. RGB value is (100,207,172). Sum of RGB (Red+Green+Blue) = 100+207+172=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #64CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CFAC is #9B3053. Grayscale: #ABABAB. Windows color (decimal): -10170452 or 11325284. OLE color: 11325284.

HSL color Cylindrical-coordinate representation of color #64CFAC: hue angle of 160.37º 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 #64CFAC is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB100207172-
CMYK0.5200.170.19
HSL160.37º52.71%60.2%-
HSV(B)160.37º51.69%81.18%-
XYZ35.0150.3146.9-
YUV171.02128.5577.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=20.88%
G=43.22%
B=35.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002071720.5200.170.19160.3752.7160.2
Hex64CFAC3401113a0353c
Octal14431725464021232406574
Binary110010011001111101011001101000100011001110100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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