#64F6BC

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

Shades of Aquamarine #64F6BC

Tints of Aquamarine #64F6BC

Color information

#64F6BC (or 0x64F6BC) is unknown color: approx Aquamarine. HEX triplet: 64, F6 and BC. RGB value is (100,246,188). Sum of RGB (Red+Green+Blue) = 100+246+188=534 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.73% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F6BC is #9B0943. Grayscale: #C3C3C3. Windows color (decimal): -10160452 or 12383844. OLE color: 12383844.

HSL color Cylindrical-coordinate representation of color #64F6BC: hue angle of 156.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6BC is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB100246188-
CMYK0.5900.240.04
HSL156.16º89.02%67.84%-
HSV(B)156.16º59.35%96.47%-
XYZ47.2972.2559.03-
YUV195.73123.6359.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.73%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=18.73%
G=46.07%
B=35.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002461880.5900.240.04156.1689.0267.84
Hex64F6BC3B01849c5944
Octal144366274730304234131104
Binary110010011110110101111001110110110001001001110010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,246,188); }

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

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

 a { background-color: rgb(100,246,188); }

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

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

 span { border-color: rgb(100,246,188); }

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