#64FDC8

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

Shades of Aquamarine #64FDC8

Tints of Aquamarine #64FDC8

Color information

#64FDC8 (or 0x64FDC8) is unknown color: approx Aquamarine. HEX triplet: 64, FD and C8. RGB value is (100,253,200). Sum of RGB (Red+Green+Blue) = 100+253+200=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FDC8 is #9B0237. Grayscale: #C9C9C9. Windows color (decimal): -10158648 or 13172068. OLE color: 13172068.

HSL color Cylindrical-coordinate representation of color #64FDC8: hue angle of 159.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDC8 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB100253200-
CMYK0.6000.210.01
HSL159.22º97.45%69.22%-
HSV(B)159.22º60.47%99.22%-
XYZ50.8177.1366.85-
YUV201.21127.3155.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.08%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=18.08%
G=45.75%
B=36.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002532000.6000.210.01159.2297.4569.22
Hex64FDC83C01519f6145
Octal144375310740251237141105
Binary1100100111111011100100011110001010111001111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,253,200); }

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

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

 a { background-color: rgb(100,253,200); }

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

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

 span { border-color: rgb(100,253,200); }

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