Shades of Medium Aquamarine #64DAAC
Tints of Medium Aquamarine #64DAAC
RGB
CMYK
RGB Variations
Color information
#64DAAC (or 0x64DAAC) is known color: Medium Aquamarine. HEX triplet: 64, DA and AC. RGB value is (100,218,172). Sum of RGB (Red+Green+Blue) = 100+218+172=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DAAC is #9B2553. Grayscale: #B1B1B1. Windows color (decimal): -10167636 or 11328100. OLE color: 11328100.
HSL color Cylindrical-coordinate representation of color #64DAAC: hue angle of 156.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAAC is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 172 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.15 |
| HSL | 156.61º | 0.61% | 0.62% | - |
| HSV(B) | 156.61º | 0.54% | 0.85% | - |
| XYZ | 37.77 | 55.83 | 47.82 | - |
| YUV | 177.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 172 | 0.54 | 0 | 0.21 | 0.15 | 156.61 | 0.61 | 0.62 |
| Hex | 64 | DA | AC | 36 | 0 | 15 | F | 9D | 3D | 3E |
| Octal | 144 | 332 | 254 | 66 | 0 | 25 | 17 | 235 | 75 | 76 |
| Binary | 1100100 | 11011010 | 10101100 | 110110 | 0 | 10101 | 1111 | 10011101 | 111101 | 111110 |
Color Harmonies of #64DAAC
Complementary color
Monochromatic Colors of #64DAAC
Black with #64DAAC
Text Example
Text Example
White with #64DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DAAC; }
p { color: rgb(100,218,172); }
H1.HeaderClassName
{
color: #64DAAC;
}
.AnyTagClassName
{
color: #64DAAC;
}
</style>
background-color css
<style>
a { background-color: #64DAAC; }
a { background-color: rgb(100,218,172); }
div.DivClassName
{
background-color: #64DAAC;
}
.BgClassName
{
background-color: #64DAAC;
}
</style>
border-color css
<style>
span { border-color: #64DAAC; }
span { border-color: rgb(100,218,172); }
td.TdClassName
{
border-color: #64DAAC;
}
.TagClassName
{
border-color: #64DAAC;
}
</style>