#64FEDF

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

Shades of Aquamarine #64FEDF

Tints of Aquamarine #64FEDF

Color information

#64FEDF (or 0x64FEDF) is unknown color: approx Aquamarine. HEX triplet: 64, FE and DF. RGB value is (100,254,223). Sum of RGB (Red+Green+Blue) = 100+254+223=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEDF is #9B0120. Grayscale: #CCCCCC. Windows color (decimal): -10158369 or 14679652. OLE color: 14679652.

HSL color Cylindrical-coordinate representation of color #64FEDF: hue angle of 167.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEDF is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB100254223-
CMYK0.6100.120.00
HSL167.92º98.72%69.41%-
HSV(B)167.92º60.63%99.61%-
XYZ54.0278.9282.2-
YUV204.42138.4853.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.33%
GREEN value IS 254 (99.61% from 255) = 44.02%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=17.33%
G=44.02%
B=38.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002542230.6100.120.00167.9298.7269.41
Hex64FEDF3D0C0a86345
Octal144376337750140250143105
Binary110010011111110110111111111010110001010100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,254,223); }

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

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

 a { background-color: rgb(100,254,223); }

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

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

 span { border-color: rgb(100,254,223); }

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