#64F4B5

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

Shades of Medium Aquamarine #64F4B5

Tints of Medium Aquamarine #64F4B5

Color information

#64F4B5 (or 0x64F4B5) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F4 and B5. RGB value is (100,244,181). Sum of RGB (Red+Green+Blue) = 100+244+181=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F4B5 is #9B0B4A. Grayscale: #C1C1C1. Windows color (decimal): -10160971 or 11924580. OLE color: 11924580.

HSL color Cylindrical-coordinate representation of color #64F4B5: hue angle of 153.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4B5 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB100244181-
CMYK0.5900.260.04
HSL153.75º86.75%67.45%-
HSV(B)153.75º59.02%95.69%-
XYZ45.9570.7554.95-
YUV193.76120.7961.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.05%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=19.05%
G=46.48%
B=34.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002441810.5900.260.04153.7586.7567.45
Hex64F4B53B01A49a5743
Octal144364265730324232127103
Binary110010011110100101101011110110110101001001101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,244,181); }

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

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

 a { background-color: rgb(100,244,181); }

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

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

 span { border-color: rgb(100,244,181); }

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