#64FFBE

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

Shades of Aquamarine #64FFBE

Tints of Aquamarine #64FFBE

Color information

#64FFBE (or 0x64FFBE) is unknown color: approx Aquamarine. HEX triplet: 64, FF and BE. RGB value is (100,255,190). Sum of RGB (Red+Green+Blue) = 100+255+190=545 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.35% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFBE is #9B0041. Grayscale: #C9C9C9. Windows color (decimal): -10158146 or 12517220. OLE color: 12517220.

HSL color Cylindrical-coordinate representation of color #64FFBE: hue angle of 154.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFBE is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB100255190-
CMYK0.6100.250
HSL154.84º100%69.61%-
HSV(B)154.84º60.78%100%-
XYZ50.3177.9561.11-
YUV201.24121.6555.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.35%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=18.35%
G=46.79%
B=34.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1002551900.6100.250154.8410069.61
Hex64FFBE3D01909b6446
Octal144377276750310233144106
Binary1100100111111111011111011110101100101001101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,255,190); }

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

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

 a { background-color: rgb(100,255,190); }

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

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

 span { border-color: rgb(100,255,190); }

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