#64F9C5

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

Shades of Aquamarine #64F9C5

Tints of Aquamarine #64F9C5

Color information

#64F9C5 (or 0x64F9C5) is unknown color: approx Aquamarine. HEX triplet: 64, F9 and C5. RGB value is (100,249,197). Sum of RGB (Red+Green+Blue) = 100+249+197=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F9C5 is #9B063A. Grayscale: #C6C6C6. Windows color (decimal): -10159675 or 12974436. OLE color: 12974436.

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

Color convert

RGB100249197-
CMYK0.6000.210.02
HSL159.06º92.55%68.43%-
HSV(B)159.06º59.84%97.65%-
XYZ49.2174.4964.61-
YUV198.52127.1457.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.32%
GREEN value IS 249 (97.66% from 255) = 45.60%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=18.32%
G=45.60%
B=36.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491970.6000.210.02159.0692.5568.43
Hex64F9C53C01529f5d44
Octal144371305740252237135104
Binary11001001111100111000101111100010101101001111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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