#64F1A8

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

Shades of Medium Aquamarine #64F1A8

Tints of Medium Aquamarine #64F1A8

Color information

#64F1A8 (or 0x64F1A8) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F1 and A8. RGB value is (100,241,168). Sum of RGB (Red+Green+Blue) = 100+241+168=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F1A8 is #9B0E57. Grayscale: #BEBEBE. Windows color (decimal): -10161752 or 11071844. OLE color: 11071844.

HSL color Cylindrical-coordinate representation of color #64F1A8: hue angle of 148.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1A8 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB100241168-
CMYK0.5900.300.05
HSL148.94º83.43%66.86%-
HSV(B)148.94º58.51%94.51%-
XYZ43.7868.4547.95-
YUV190.52115.2963.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 241 (94.53% from 255) = 47.35%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=19.65%
G=47.35%
B=33.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002411680.5900.300.05148.9483.4366.86
Hex64F1A83B01E5955343
Octal144361250730365225123103
Binary110010011110001101010001110110111101011001010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,241,168); }

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

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

 a { background-color: rgb(100,241,168); }

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

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

 span { border-color: rgb(100,241,168); }

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