Shades of Medium Aquamarine #64D7AC
Tints of Medium Aquamarine #64D7AC
RGB
CMYK
RGB Variations
Color information
#64D7AC (or 0x64D7AC) is known color: Medium Aquamarine. HEX triplet: 64, D7 and AC. RGB value is (100,215,172). Sum of RGB (Red+Green+Blue) = 100+215+172=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D7AC is #9B2853. Grayscale: #AFAFAF. Windows color (decimal): -10168404 or 11327332. OLE color: 11327332.
HSL color Cylindrical-coordinate representation of color #64D7AC: hue angle of 157.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7AC is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 172 | - |
| CMYK | 0.53 | 0 | 0.2 | 0.16 |
| HSL | 157.57º | 0.59% | 0.62% | - |
| HSV(B) | 157.57º | 0.53% | 0.84% | - |
| XYZ | 37 | 54.29 | 47.56 | - |
| YUV | 175.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 172 | 0.53 | 0 | 0.2 | 0.16 | 157.57 | 0.59 | 0.62 |
| Hex | 64 | D7 | AC | 35 | 0 | 14 | 10 | 9E | 3B | 3E |
| Octal | 144 | 327 | 254 | 65 | 0 | 24 | 20 | 236 | 73 | 76 |
| Binary | 1100100 | 11010111 | 10101100 | 110101 | 0 | 10100 | 10000 | 10011110 | 111011 | 111110 |
Color Harmonies of #64D7AC
Complementary color
Monochromatic Colors of #64D7AC
Black with #64D7AC
Text Example
Text Example
White with #64D7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D7AC; }
p { color: rgb(100,215,172); }
H1.HeaderClassName
{
color: #64D7AC;
}
.AnyTagClassName
{
color: #64D7AC;
}
</style>
background-color css
<style>
a { background-color: #64D7AC; }
a { background-color: rgb(100,215,172); }
div.DivClassName
{
background-color: #64D7AC;
}
.BgClassName
{
background-color: #64D7AC;
}
</style>
border-color css
<style>
span { border-color: #64D7AC; }
span { border-color: rgb(100,215,172); }
td.TdClassName
{
border-color: #64D7AC;
}
.TagClassName
{
border-color: #64D7AC;
}
</style>