#64F9E0

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

Shades of Aquamarine #64F9E0

Tints of Aquamarine #64F9E0

Color information

#64F9E0 (or 0x64F9E0) is unknown color: approx Aquamarine. HEX triplet: 64, F9 and E0. RGB value is (100,249,224). Sum of RGB (Red+Green+Blue) = 100+249+224=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9E0 is #9B061F. Grayscale: #C9C9C9. Windows color (decimal): -10159648 or 14743908. OLE color: 14743908.

HSL color Cylindrical-coordinate representation of color #64F9E0: hue angle of 169.93º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9E0 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB100249224-
CMYK0.6000.100.02
HSL169.93º92.55%68.43%-
HSV(B)169.93º59.84%97.65%-
XYZ52.5975.8482.39-
YUV201.6140.6455.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.45%
GREEN value IS 249 (97.66% from 255) = 43.46%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=17.45%
G=43.46%
B=39.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002492240.6000.100.02169.9392.5568.43
Hex64F9E03C0A2aa5d44
Octal144371340740122252135104
Binary1100100111110011110000011110001010101010101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,249,224); }

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

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

 a { background-color: rgb(100,249,224); }

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

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

 span { border-color: rgb(100,249,224); }

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