#64F8CD

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

Shades of Aquamarine #64F8CD

Tints of Aquamarine #64F8CD

Color information

#64F8CD (or 0x64F8CD) is unknown color: approx Aquamarine. HEX triplet: 64, F8 and CD. RGB value is (100,248,205). Sum of RGB (Red+Green+Blue) = 100+248+205=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 248 (97.27% from 255 or 44.85% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F8CD is #9B0732. Grayscale: #C6C6C6. Windows color (decimal): -10159923 or 13498468. OLE color: 13498468.

HSL color Cylindrical-coordinate representation of color #64F8CD: hue angle of 162.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F8CD is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB100248205-
CMYK0.6000.170.03
HSL162.57º91.36%68.24%-
HSV(B)162.57º59.68%97.25%-
XYZ49.8474.2569.46-
YUV198.85131.4757.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.08%
GREEN value IS 248 (97.27% from 255) = 44.85%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=18.08%
G=44.85%
B=37.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002482050.6000.170.03162.5791.3668.24
Hex64F8CD3C0113a35b44
Octal144370315740213243133104
Binary11001001111100011001101111100010001111010001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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