Shades of Medium Aquamarine #64DFAF
Tints of Medium Aquamarine #64DFAF
RGB
CMYK
RGB Variations
Color information
#64DFAF (or 0x64DFAF) is known color: Medium Aquamarine. HEX triplet: 64, DF and AF. RGB value is (100,223,175). Sum of RGB (Red+Green+Blue) = 100+223+175=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFAF is #9B2050. Grayscale: #B4B4B4. Windows color (decimal): -10166353 or 11525988. OLE color: 11525988.
HSL color Cylindrical-coordinate representation of color #64DFAF: hue angle of 156.59º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFAF is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 223 | 175 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.13 |
| HSL | 156.59º | 0.66% | 0.63% | - |
| HSV(B) | 156.59º | 0.55% | 0.87% | - |
| XYZ | 39.38 | 58.58 | 49.79 | - |
| YUV | 180.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 223 | 175 | 0.55 | 0 | 0.22 | 0.13 | 156.59 | 0.66 | 0.63 |
| Hex | 64 | DF | AF | 37 | 0 | 16 | D | 9D | 42 | 3F |
| Octal | 144 | 337 | 257 | 67 | 0 | 26 | 15 | 235 | 102 | 77 |
| Binary | 1100100 | 11011111 | 10101111 | 110111 | 0 | 10110 | 1101 | 10011101 | 1000010 | 111111 |
Color Harmonies of #64DFAF
Complementary color
Monochromatic Colors of #64DFAF
Black with #64DFAF
Text Example
Text Example
White with #64DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DFAF; }
p { color: rgb(100,223,175); }
H1.HeaderClassName
{
color: #64DFAF;
}
.AnyTagClassName
{
color: #64DFAF;
}
</style>
background-color css
<style>
a { background-color: #64DFAF; }
a { background-color: rgb(100,223,175); }
div.DivClassName
{
background-color: #64DFAF;
}
.BgClassName
{
background-color: #64DFAF;
}
</style>
border-color css
<style>
span { border-color: #64DFAF; }
span { border-color: rgb(100,223,175); }
td.TdClassName
{
border-color: #64DFAF;
}
.TagClassName
{
border-color: #64DFAF;
}
</style>