#64FCBB

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

Shades of Aquamarine #64FCBB

Tints of Aquamarine #64FCBB

Color information

#64FCBB (or 0x64FCBB) is unknown color: approx Aquamarine. HEX triplet: 64, FC and BB. RGB value is (100,252,187). Sum of RGB (Red+Green+Blue) = 100+252+187=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCBB is #9B0344. Grayscale: #C7C7C7. Windows color (decimal): -10158917 or 12319844. OLE color: 12319844.

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

Color convert

RGB100252187-
CMYK0.6000.260.01
HSL154.34º96.2%69.02%-
HSV(B)154.34º60.32%98.82%-
XYZ49.0475.9259.08-
YUV199.14121.1457.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.55%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=18.55%
G=46.75%
B=34.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002521870.6000.260.01154.3496.269.02
Hex64FCBB3C01A19a6045
Octal144374273740321232140105
Binary1100100111111001011101111110001101011001101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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