#64D5AF

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

Shades of Medium Aquamarine #64D5AF

Tints of Medium Aquamarine #64D5AF

Color information

#64D5AF (or 0x64D5AF) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D5 and AF. RGB value is (100,213,175). Sum of RGB (Red+Green+Blue) = 100+213+175=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D5AF is #9B2A50. Grayscale: #AEAEAE. Windows color (decimal): -10168913 or 11523428. OLE color: 11523428.

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

Color convert

RGB100213175-
CMYK0.5300.180.16
HSL159.82º57.36%61.37%-
HSV(B)159.82º53.05%83.53%-
XYZ36.7953.3948.92-
YUV174.88128.0674.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.49%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=20.49%
G=43.65%
B=35.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131750.5300.180.16159.8257.3661.37
Hex64D5AF3501210a0393d
Octal14432525765022202407175
Binary110010011010101101011111101010100101000010100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,175); }

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

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

 a { background-color: rgb(100,213,175); }

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

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

 span { border-color: rgb(100,213,175); }

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