#64F2C9

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

Shades of Aquamarine #64F2C9

Tints of Aquamarine #64F2C9

Color information

#64F2C9 (or 0x64F2C9) is unknown color: approx Aquamarine. HEX triplet: 64, F2 and C9. RGB value is (100,242,201). Sum of RGB (Red+Green+Blue) = 100+242+201=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F2C9 is #9B0D36. Grayscale: #C2C2C2. Windows color (decimal): -10161463 or 13234788. OLE color: 13234788.

HSL color Cylindrical-coordinate representation of color #64F2C9: hue angle of 162.68º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F2C9 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB100242201-
CMYK0.5900.170.05
HSL162.68º84.52%67.06%-
HSV(B)162.68º58.68%94.9%-
XYZ47.5570.4366.35-
YUV194.87131.4660.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.42%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=18.42%
G=44.57%
B=37.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002422010.5900.170.05162.6884.5267.06
Hex64F2C93B0115a35543
Octal144362311730215243125103
Binary110010011110010110010011110110100011011010001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,242,201); }

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

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

 a { background-color: rgb(100,242,201); }

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

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

 span { border-color: rgb(100,242,201); }

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