#64FFCF

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

Shades of Aquamarine #64FFCF

Tints of Aquamarine #64FFCF

Color information

#64FFCF (or 0x64FFCF) is unknown color: approx Aquamarine. HEX triplet: 64, FF and CF. RGB value is (100,255,207). Sum of RGB (Red+Green+Blue) = 100+255+207=562 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.79% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFCF is #9B0030. Grayscale: #CBCBCB. Windows color (decimal): -10158129 or 13631332. OLE color: 13631332.

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

Color convert

RGB100255207-
CMYK0.6100.190
HSL161.42º100%69.61%-
HSV(B)161.42º60.78%100%-
XYZ52.2878.7371.47-
YUV203.18130.1554.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.79%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=17.79%
G=45.37%
B=36.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1002552070.6100.190161.4210069.61
Hex64FFCF3D0130a16446
Octal144377317750230241144106
Binary1100100111111111100111111110101001101010000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,255,207); }

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

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

 a { background-color: rgb(100,255,207); }

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

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

 span { border-color: rgb(100,255,207); }

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