Shades of Medium Aquamarine #64F9A8
Tints of Medium Aquamarine #64F9A8
RGB
CMYK
RGB Variations
Color information
#64F9A8 (or 0x64F9A8) is known color: Medium Aquamarine. HEX triplet: 64, F9 and A8. RGB value is (100,249,168). Sum of RGB (Red+Green+Blue) = 100+249+168=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F9A8 is #9B0657. Grayscale: #C3C3C3. Windows color (decimal): -10159704 or 11073892. OLE color: 11073892.
HSL color Cylindrical-coordinate representation of color #64F9A8: hue angle of 147.38º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9A8 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 168 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.02 |
| HSL | 147.38º | 0.93% | 0.68% | - |
| HSV(B) | 147.38º | 0.6% | 0.98% | - |
| XYZ | 46.2 | 73.29 | 48.76 | - |
| YUV | 195.22 | 112.64 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 168 | 0.60 | 0 | 0.33 | 0.02 | 147.38 | 0.93 | 0.68 |
| Hex | 64 | F9 | A8 | 3C | 0 | 21 | 2 | 93 | 5D | 44 |
| Octal | 144 | 371 | 250 | 74 | 0 | 41 | 2 | 223 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10101000 | 111100 | 0 | 100001 | 10 | 10010011 | 1011101 | 1000100 |
Color Harmonies of #64F9A8
Complementary color
Monochromatic Colors of #64F9A8
Black with #64F9A8
Text Example
Text Example
White with #64F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F9A8; }
p { color: rgb(100,249,168); }
H1.HeaderClassName
{
color: #64F9A8;
}
.AnyTagClassName
{
color: #64F9A8;
}
</style>
background-color css
<style>
a { background-color: #64F9A8; }
a { background-color: rgb(100,249,168); }
div.DivClassName
{
background-color: #64F9A8;
}
.BgClassName
{
background-color: #64F9A8;
}
</style>
border-color css
<style>
span { border-color: #64F9A8; }
span { border-color: rgb(100,249,168); }
td.TdClassName
{
border-color: #64F9A8;
}
.TagClassName
{
border-color: #64F9A8;
}
</style>