#64D4A4

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

Shades of Medium Aquamarine #64D4A4

Tints of Medium Aquamarine #64D4A4

Color information

#64D4A4 (or 0x64D4A4) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D4 and A4. RGB value is (100,212,164). Sum of RGB (Red+Green+Blue) = 100+212+164=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #64D4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D4A4 is #9B2B5B. Grayscale: #ADADAD. Windows color (decimal): -10169180 or 10802276. OLE color: 10802276.

HSL color Cylindrical-coordinate representation of color #64D4A4: hue angle of 154.29º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D4A4 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB100212164-
CMYK0.5300.230.17
HSL154.29º56.57%61.18%-
HSV(B)154.29º52.83%83.14%-
XYZ35.552.4843.38-
YUV173.04122.8975.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.01%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=21.01%
G=44.54%
B=34.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002121640.5300.230.17154.2956.5761.18
Hex64D4A435017119a393d
Octal14432424465027212327175
Binary110010011010100101001001101010101111000110011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,212,164); }

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

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

 a { background-color: rgb(100,212,164); }

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

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

 span { border-color: rgb(100,212,164); }

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