#64FBDE

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

Shades of Aquamarine #64FBDE

Tints of Aquamarine #64FBDE

Color information

#64FBDE (or 0x64FBDE) is unknown color: approx Aquamarine. HEX triplet: 64, FB and DE. RGB value is (100,251,222). Sum of RGB (Red+Green+Blue) = 100+251+222=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBDE is #9B0421. Grayscale: #CACACA. Windows color (decimal): -10159138 or 14613348. OLE color: 14613348.

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

Color convert

RGB100251222-
CMYK0.6000.120.02
HSL168.48º94.97%68.82%-
HSV(B)168.48º60.16%98.43%-
XYZ52.9476.9881.18-
YUV202.54138.9754.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.45%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=17.45%
G=43.80%
B=38.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002512220.6000.120.02168.4894.9768.82
Hex64FBDE3C0C2a85f45
Octal144373336740142250137105
Binary1100100111110111101111011110001100101010100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,251,222); }

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

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

 a { background-color: rgb(100,251,222); }

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

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

 span { border-color: rgb(100,251,222); }

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