Shades of Medium Aquamarine #64FA9F
Tints of Medium Aquamarine #64FA9F
RGB
CMYK
RGB Variations
Color information
#64FA9F (or 0x64FA9F) is known color: Medium Aquamarine. HEX triplet: 64, FA and 9F. RGB value is (100,250,159). Sum of RGB (Red+Green+Blue) = 100+250+159=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA9F is #9B0560. Grayscale: #C2C2C2. Windows color (decimal): -10159457 or 10484324. OLE color: 10484324.
HSL color Cylindrical-coordinate representation of color #64FA9F: hue angle of 143.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA9F is Cyan = 0.6, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 159 | - |
| CMYK | 0.6 | 0 | 0.36 | 0.02 |
| HSL | 143.6º | 0.94% | 0.69% | - |
| HSV(B) | 143.6º | 0.6% | 0.98% | - |
| XYZ | 45.7 | 73.58 | 44.6 | - |
| YUV | 194.78 | 107.81 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 159 | 0.6 | 0 | 0.36 | 0.02 | 143.6 | 0.94 | 0.69 |
| Hex | 64 | FA | 9F | 3C | 0 | 24 | 2 | 90 | 5E | 45 |
| Octal | 144 | 372 | 237 | 74 | 0 | 44 | 2 | 220 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10011111 | 111100 | 0 | 100100 | 10 | 10010000 | 1011110 | 1000101 |
Color Harmonies of #64FA9F
Complementary color
Monochromatic Colors of #64FA9F
Black with #64FA9F
Text Example
Text Example
White with #64FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA9F; }
p { color: rgb(100,250,159); }
H1.HeaderClassName
{
color: #64FA9F;
}
.AnyTagClassName
{
color: #64FA9F;
}
</style>
background-color css
<style>
a { background-color: #64FA9F; }
a { background-color: rgb(100,250,159); }
div.DivClassName
{
background-color: #64FA9F;
}
.BgClassName
{
background-color: #64FA9F;
}
</style>
border-color css
<style>
span { border-color: #64FA9F; }
span { border-color: rgb(100,250,159); }
td.TdClassName
{
border-color: #64FA9F;
}
.TagClassName
{
border-color: #64FA9F;
}
</style>