Shades of Medium Aquamarine #64FF9F
Tints of Medium Aquamarine #64FF9F
RGB
CMYK
RGB Variations
Color information
#64FF9F (or 0x64FF9F) is known color: Medium Aquamarine. HEX triplet: 64, FF and 9F. RGB value is (100,255,159). Sum of RGB (Red+Green+Blue) = 100+255+159=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF9F is #9B0060. Grayscale: #C5C5C5. Windows color (decimal): -10158177 or 10485604. OLE color: 10485604.
HSL color Cylindrical-coordinate representation of color #64FF9F: hue angle of 142.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF9F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 159 | - |
| CMYK | 0.61 | 0 | 0.38 | 0 |
| HSL | 142.84º | 1% | 0.7% | - |
| HSV(B) | 142.84º | 0.61% | 1% | - |
| XYZ | 47.27 | 76.73 | 45.12 | - |
| YUV | 197.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 159 | 0.61 | 0 | 0.38 | 0 | 142.84 | 1 | 0.7 |
| Hex | 64 | FF | 9F | 3D | 0 | 26 | 0 | 8F | 64 | 46 |
| Octal | 144 | 377 | 237 | 75 | 0 | 46 | 0 | 217 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10011111 | 111101 | 0 | 100110 | 0 | 10001111 | 1100100 | 1000110 |
Color Harmonies of #64FF9F
Complementary color
Monochromatic Colors of #64FF9F
Black with #64FF9F
Text Example
Text Example
White with #64FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF9F; }
p { color: rgb(100,255,159); }
H1.HeaderClassName
{
color: #64FF9F;
}
.AnyTagClassName
{
color: #64FF9F;
}
</style>
background-color css
<style>
a { background-color: #64FF9F; }
a { background-color: rgb(100,255,159); }
div.DivClassName
{
background-color: #64FF9F;
}
.BgClassName
{
background-color: #64FF9F;
}
</style>
border-color css
<style>
span { border-color: #64FF9F; }
span { border-color: rgb(100,255,159); }
td.TdClassName
{
border-color: #64FF9F;
}
.TagClassName
{
border-color: #64FF9F;
}
</style>