#64F8B9

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

Shades of Aquamarine #64F8B9

Tints of Aquamarine #64F8B9

Color information

#64F8B9 (or 0x64F8B9) is unknown color: approx Aquamarine. HEX triplet: 64, F8 and B9. RGB value is (100,248,185). Sum of RGB (Red+Green+Blue) = 100+248+185=533 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.76% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F8B9 is #9B0746. Grayscale: #C4C4C4. Windows color (decimal): -10159943 or 12187748. OLE color: 12187748.

HSL color Cylindrical-coordinate representation of color #64F8B9: hue angle of 154.46º 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 #64F8B9 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB100248185-
CMYK0.6000.250.03
HSL154.46º91.36%68.24%-
HSV(B)154.46º59.68%97.25%-
XYZ47.5873.3557.55-
YUV196.57121.4759.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.76%
GREEN value IS 248 (97.27% from 255) = 46.53%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=18.76%
G=46.53%
B=34.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002481850.6000.250.03154.4691.3668.24
Hex64F8B93C01939a5b44
Octal144370271740313232133104
Binary11001001111100010111001111100011001111001101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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