#64F6B0

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

Shades of Medium Aquamarine #64F6B0

Tints of Medium Aquamarine #64F6B0

Color information

#64F6B0 (or 0x64F6B0) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F6 and B0. RGB value is (100,246,176). Sum of RGB (Red+Green+Blue) = 100+246+176=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6B0 is #9B094F. Grayscale: #C2C2C2. Windows color (decimal): -10160464 or 11597412. OLE color: 11597412.

HSL color Cylindrical-coordinate representation of color #64F6B0: hue angle of 151.23º 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 #64F6B0 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB100246176-
CMYK0.5900.280.04
HSL151.23º89.02%67.84%-
HSV(B)151.23º59.35%96.47%-
XYZ46.0571.7652.5-
YUV194.37117.6360.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.16%
GREEN value IS 246 (96.48% from 255) = 47.13%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=19.16%
G=47.13%
B=33.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002461760.5900.280.04151.2389.0267.84
Hex64F6B03B01C4975944
Octal144366260730344227131104
Binary110010011110110101100001110110111001001001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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