#64FACD

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

Shades of Aquamarine #64FACD

Tints of Aquamarine #64FACD

Color information

#64FACD (or 0x64FACD) is unknown color: approx Aquamarine. HEX triplet: 64, FA and CD. RGB value is (100,250,205). Sum of RGB (Red+Green+Blue) = 100+250+205=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #64FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FACD is #9B0532. Grayscale: #C8C8C8. Windows color (decimal): -10159411 or 13498980. OLE color: 13498980.

HSL color Cylindrical-coordinate representation of color #64FACD: hue angle of 162º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FACD is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB100250205-
CMYK0.600.180.02
HSL162º93.75%68.63%-
HSV(B)162º60%98.04%-
XYZ50.4675.4969.67-
YUV200.02130.856.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.02%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=18.02%
G=45.05%
B=36.94%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002502050.600.180.0216293.7568.63
Hex64FACD3C0122a25e45
Octal144372315740222242136105
Binary11001001111101011001101111100010010101010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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