#64E3B5

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

Shades of Medium Aquamarine #64E3B5

Tints of Medium Aquamarine #64E3B5

Color information

#64E3B5 (or 0x64E3B5) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E3 and B5. RGB value is (100,227,181). Sum of RGB (Red+Green+Blue) = 100+227+181=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #64E3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E3B5 is #9B1C4A. Grayscale: #B7B7B7. Windows color (decimal): -10165323 or 11920228. OLE color: 11920228.

HSL color Cylindrical-coordinate representation of color #64E3B5: hue angle of 158.27º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E3B5 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB100227181-
CMYK0.5600.200.11
HSL158.27º69.4%64.12%-
HSV(B)158.27º55.95%89.02%-
XYZ41.0760.9853.32-
YUV183.78126.4268.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=19.69%
G=44.69%
B=35.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002271810.5600.200.11158.2769.464.12
Hex64E3B538014B9e4540
Octal1443432657002413236105100
Binary1100100111000111011010111100001010010111001111010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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