#64FCDF

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

Shades of Aquamarine #64FCDF

Tints of Aquamarine #64FCDF

Color information

#64FCDF (or 0x64FCDF) is unknown color: approx Aquamarine. HEX triplet: 64, FC and DF. RGB value is (100,252,223). Sum of RGB (Red+Green+Blue) = 100+252+223=575 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.39% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCDF is #9B0320. Grayscale: #CBCBCB. Windows color (decimal): -10158881 or 14679140. OLE color: 14679140.

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

Color convert

RGB100252223-
CMYK0.6000.120.01
HSL168.55º96.2%69.02%-
HSV(B)168.55º60.32%98.82%-
XYZ53.3977.6681.99-
YUV203.25139.1454.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.39%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=17.39%
G=43.83%
B=38.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002522230.6000.120.01168.5596.269.02
Hex64FCDF3C0C1a96045
Octal144374337740141251140105
Binary110010011111100110111111111000110011010100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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