#64D0AB

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

Shades of Medium Aquamarine #64D0AB

Tints of Medium Aquamarine #64D0AB

Color information

#64D0AB (or 0x64D0AB) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D0 and AB. RGB value is (100,208,171). Sum of RGB (Red+Green+Blue) = 100+208+171=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D0AB is #9B2F54. Grayscale: #ABABAB. Windows color (decimal): -10170197 or 11260004. OLE color: 11260004.

HSL color Cylindrical-coordinate representation of color #64D0AB: hue angle of 159.44º 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 #64D0AB is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB100208171-
CMYK0.5200.180.18
HSL159.44º53.47%60.39%-
HSV(B)159.44º51.92%81.57%-
XYZ35.1650.7646.47-
YUV171.49127.7277.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=20.88%
G=43.42%
B=35.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081710.5200.180.18159.4453.4760.39
Hex64D0AB34012129f353c
Octal14432025364022222376574
Binary110010011010000101010111101000100101001010011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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