Shades of Medium Aquamarine #64FD9F
Tints of Medium Aquamarine #64FD9F
RGB
CMYK
RGB Variations
Color information
#64FD9F (or 0x64FD9F) is known color: Medium Aquamarine. HEX triplet: 64, FD and 9F. RGB value is (100,253,159). Sum of RGB (Red+Green+Blue) = 100+253+159=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FD9F is #9B0260. Grayscale: #C4C4C4. Windows color (decimal): -10158689 or 10485092. OLE color: 10485092.
HSL color Cylindrical-coordinate representation of color #64FD9F: hue angle of 143.14º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FD9F is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 159 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.01 |
| HSL | 143.14º | 0.97% | 0.69% | - |
| HSV(B) | 143.14º | 0.6% | 0.99% | - |
| XYZ | 46.64 | 75.46 | 44.91 | - |
| YUV | 196.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 159 | 0.60 | 0 | 0.37 | 0.01 | 143.14 | 0.97 | 0.69 |
| Hex | 64 | FD | 9F | 3C | 0 | 25 | 1 | 8F | 61 | 45 |
| Octal | 144 | 375 | 237 | 74 | 0 | 45 | 1 | 217 | 141 | 105 |
| Binary | 1100100 | 11111101 | 10011111 | 111100 | 0 | 100101 | 1 | 10001111 | 1100001 | 1000101 |
Color Harmonies of #64FD9F
Complementary color
Monochromatic Colors of #64FD9F
Black with #64FD9F
Text Example
Text Example
White with #64FD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD9F; }
p { color: rgb(100,253,159); }
H1.HeaderClassName
{
color: #64FD9F;
}
.AnyTagClassName
{
color: #64FD9F;
}
</style>
background-color css
<style>
a { background-color: #64FD9F; }
a { background-color: rgb(100,253,159); }
div.DivClassName
{
background-color: #64FD9F;
}
.BgClassName
{
background-color: #64FD9F;
}
</style>
border-color css
<style>
span { border-color: #64FD9F; }
span { border-color: rgb(100,253,159); }
td.TdClassName
{
border-color: #64FD9F;
}
.TagClassName
{
border-color: #64FD9F;
}
</style>