Shades of Aquamarine #64FFC0
Tints of Aquamarine #64FFC0
RGB
CMYK
RGB Variations
Color information
#64FFC0 (or 0x64FFC0) is known color: Aquamarine. HEX triplet: 64, FF and C0. RGB value is (100,255,192). Sum of RGB (Red+Green+Blue) = 100+255+192=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFC0 is #9B003F. Grayscale: #C9C9C9. Windows color (decimal): -10158144 or 12648292. OLE color: 12648292.
HSL color Cylindrical-coordinate representation of color #64FFC0: hue angle of 155.61º 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 #64FFC0 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 192 | - |
| CMYK | 0.61 | 0 | 0.25 | 0 |
| HSL | 155.61º | 1% | 0.7% | - |
| HSV(B) | 155.61º | 0.61% | 1% | - |
| XYZ | 50.53 | 78.04 | 62.27 | - |
| YUV | 201.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 192 | 0.61 | 0 | 0.25 | 0 | 155.61 | 1 | 0.7 |
| Hex | 64 | FF | C0 | 3D | 0 | 19 | 0 | 9C | 64 | 46 |
| Octal | 144 | 377 | 300 | 75 | 0 | 31 | 0 | 234 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11000000 | 111101 | 0 | 11001 | 0 | 10011100 | 1100100 | 1000110 |
Color Harmonies of #64FFC0
Complementary color
Monochromatic Colors of #64FFC0
Black with #64FFC0
Text Example
Text Example
White with #64FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFC0; }
p { color: rgb(100,255,192); }
H1.HeaderClassName
{
color: #64FFC0;
}
.AnyTagClassName
{
color: #64FFC0;
}
</style>
background-color css
<style>
a { background-color: #64FFC0; }
a { background-color: rgb(100,255,192); }
div.DivClassName
{
background-color: #64FFC0;
}
.BgClassName
{
background-color: #64FFC0;
}
</style>
border-color css
<style>
span { border-color: #64FFC0; }
span { border-color: rgb(100,255,192); }
td.TdClassName
{
border-color: #64FFC0;
}
.TagClassName
{
border-color: #64FFC0;
}
</style>