#64DEAB

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

Shades of Medium Aquamarine #64DEAB

Tints of Medium Aquamarine #64DEAB

Color information

#64DEAB (or 0x64DEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DE and AB. RGB value is (100,222,171). Sum of RGB (Red+Green+Blue) = 100+222+171=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DEAB is #9B2154. Grayscale: #B3B3B3. Windows color (decimal): -10166613 or 11263588. OLE color: 11263588.

HSL color Cylindrical-coordinate representation of color #64DEAB: hue angle of 154.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEAB is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB100222171-
CMYK0.5500.230.13
HSL154.92º64.89%63.14%-
HSV(B)154.92º54.95%87.06%-
XYZ38.7357.8947.66-
YUV179.71123.0871.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.28%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=20.28%
G=45.03%
B=34.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221710.5500.230.13154.9264.8963.14
Hex64DEAB37017D9b413f
Octal144336253670271523310177
Binary110010011011110101010111101110101111101100110111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,171); }

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

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

 a { background-color: rgb(100,222,171); }

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

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

 span { border-color: rgb(100,222,171); }

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