#64FCB1

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

Shades of Aquamarine #64FCB1

Tints of Aquamarine #64FCB1

Color information

#64FCB1 (or 0x64FCB1) is unknown color: approx Aquamarine. HEX triplet: 64, FC and B1. RGB value is (100,252,177). Sum of RGB (Red+Green+Blue) = 100+252+177=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCB1 is #9B034E. Grayscale: #C6C6C6. Windows color (decimal): -10158927 or 11664484. OLE color: 11664484.

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

Color convert

RGB100252177-
CMYK0.6000.300.01
HSL150.39º96.2%69.02%-
HSV(B)150.39º60.32%98.82%-
XYZ4875.553.64-
YUV198116.1458.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.90%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=18.90%
G=47.64%
B=33.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002521770.6000.300.01150.3996.269.02
Hex64FCB13C01E1966045
Octal144374261740361226140105
Binary1100100111111001011000111110001111011001011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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