#64EEB5

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

Shades of Medium Aquamarine #64EEB5

Tints of Medium Aquamarine #64EEB5

Color information

#64EEB5 (or 0x64EEB5) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EE and B5. RGB value is (100,238,181). Sum of RGB (Red+Green+Blue) = 100+238+181=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEB5 is #9B114A. Grayscale: #BEBEBE. Windows color (decimal): -10162507 or 11923044. OLE color: 11923044.

HSL color Cylindrical-coordinate representation of color #64EEB5: hue angle of 155.22º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EEB5 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB100238181-
CMYK0.5800.240.07
HSL155.22º80.23%66.27%-
HSV(B)155.22º57.98%93.33%-
XYZ44.1767.1954.36-
YUV190.24122.7863.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.27%
GREEN value IS 238 (93.36% from 255) = 45.86%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=19.27%
G=45.86%
B=34.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002381810.5800.240.07155.2280.2366.27
Hex64EEB53A01879b5042
Octal144356265720307233120102
Binary110010011101110101101011110100110001111001101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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