#64F9C6

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

Shades of Aquamarine #64F9C6

Tints of Aquamarine #64F9C6

Color information

#64F9C6 (or 0x64F9C6) is unknown color: approx Aquamarine. HEX triplet: 64, F9 and C6. RGB value is (100,249,198). Sum of RGB (Red+Green+Blue) = 100+249+198=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9C6 is #9B0639. Grayscale: #C6C6C6. Windows color (decimal): -10159674 or 13039972. OLE color: 13039972.

HSL color Cylindrical-coordinate representation of color #64F9C6: hue angle of 159.46º 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 #64F9C6 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB100249198-
CMYK0.6000.200.02
HSL159.46º92.55%68.43%-
HSV(B)159.46º59.84%97.65%-
XYZ49.3274.5465.21-
YUV198.64127.6457.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.28%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=18.28%
G=45.52%
B=36.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491980.6000.200.02159.4692.5568.43
Hex64F9C63C01429f5d44
Octal144371306740242237135104
Binary11001001111100111000110111100010100101001111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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