#64D0A7

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

Shades of Medium Aquamarine #64D0A7

Tints of Medium Aquamarine #64D0A7

Color information

#64D0A7 (or 0x64D0A7) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D0 and A7. RGB value is (100,208,167). Sum of RGB (Red+Green+Blue) = 100+208+167=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D0A7 is #9B2F58. Grayscale: #ABABAB. Windows color (decimal): -10170201 or 10997860. OLE color: 10997860.

HSL color Cylindrical-coordinate representation of color #64D0A7: hue angle of 157.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0A7 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB100208167-
CMYK0.5200.200.18
HSL157.22º53.47%60.39%-
HSV(B)157.22º51.92%81.57%-
XYZ34.7950.6144.49-
YUV171.03125.7277.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 208 (81.64% from 255) = 43.79%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=21.05%
G=43.79%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081670.5200.200.18157.2253.4760.39
Hex64D0A734014129d353c
Octal14432024764024222356574
Binary110010011010000101001111101000101001001010011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,167); }

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

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

 a { background-color: rgb(100,208,167); }

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

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

 span { border-color: rgb(100,208,167); }

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