Shades of Aquamarine #64FFC9
Tints of Aquamarine #64FFC9
RGB
CMYK
RGB Variations
Color information
#64FFC9 (or 0x64FFC9) is known color: Aquamarine. HEX triplet: 64, FF and C9. RGB value is (100,255,201). Sum of RGB (Red+Green+Blue) = 100+255+201=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFC9 is #9B0036. Grayscale: #CACACA. Windows color (decimal): -10158135 or 13238116. OLE color: 13238116.
HSL color Cylindrical-coordinate representation of color #64FFC9: hue angle of 159.1º 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 #64FFC9 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 201 | - |
| CMYK | 0.61 | 0 | 0.21 | 0 |
| HSL | 159.1º | 1% | 0.7% | - |
| HSV(B) | 159.1º | 0.61% | 1% | - |
| XYZ | 51.56 | 78.45 | 67.68 | - |
| YUV | 202.5 | 127.15 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 201 | 0.61 | 0 | 0.21 | 0 | 159.1 | 1 | 0.7 |
| Hex | 64 | FF | C9 | 3D | 0 | 15 | 0 | 9F | 64 | 46 |
| Octal | 144 | 377 | 311 | 75 | 0 | 25 | 0 | 237 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11001001 | 111101 | 0 | 10101 | 0 | 10011111 | 1100100 | 1000110 |
Color Harmonies of #64FFC9
Complementary color
Monochromatic Colors of #64FFC9
Black with #64FFC9
Text Example
Text Example
White with #64FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFC9; }
p { color: rgb(100,255,201); }
H1.HeaderClassName
{
color: #64FFC9;
}
.AnyTagClassName
{
color: #64FFC9;
}
</style>
background-color css
<style>
a { background-color: #64FFC9; }
a { background-color: rgb(100,255,201); }
div.DivClassName
{
background-color: #64FFC9;
}
.BgClassName
{
background-color: #64FFC9;
}
</style>
border-color css
<style>
span { border-color: #64FFC9; }
span { border-color: rgb(100,255,201); }
td.TdClassName
{
border-color: #64FFC9;
}
.TagClassName
{
border-color: #64FFC9;
}
</style>