Shades of Aquamarine #64FFCE
Tints of Aquamarine #64FFCE
RGB
CMYK
RGB Variations
Color information
#64FFCE (or 0x64FFCE) is known color: Aquamarine. HEX triplet: 64, FF and CE. RGB value is (100,255,206). Sum of RGB (Red+Green+Blue) = 100+255+206=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFCE is #9B0031. Grayscale: #CBCBCB. Windows color (decimal): -10158130 or 13565796. OLE color: 13565796.
HSL color Cylindrical-coordinate representation of color #64FFCE: hue angle of 161.03º 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 #64FFCE is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 206 | - |
| CMYK | 0.61 | 0 | 0.19 | 0 |
| HSL | 161.03º | 1% | 0.7% | - |
| HSV(B) | 161.03º | 0.61% | 1% | - |
| XYZ | 52.16 | 78.69 | 70.83 | - |
| YUV | 203.07 | 129.65 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 206 | 0.61 | 0 | 0.19 | 0 | 161.03 | 1 | 0.7 |
| Hex | 64 | FF | CE | 3D | 0 | 13 | 0 | A1 | 64 | 46 |
| Octal | 144 | 377 | 316 | 75 | 0 | 23 | 0 | 241 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11001110 | 111101 | 0 | 10011 | 0 | 10100001 | 1100100 | 1000110 |
Color Harmonies of #64FFCE
Complementary color
Monochromatic Colors of #64FFCE
Black with #64FFCE
Text Example
Text Example
White with #64FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFCE; }
p { color: rgb(100,255,206); }
H1.HeaderClassName
{
color: #64FFCE;
}
.AnyTagClassName
{
color: #64FFCE;
}
</style>
background-color css
<style>
a { background-color: #64FFCE; }
a { background-color: rgb(100,255,206); }
div.DivClassName
{
background-color: #64FFCE;
}
.BgClassName
{
background-color: #64FFCE;
}
</style>
border-color css
<style>
span { border-color: #64FFCE; }
span { border-color: rgb(100,255,206); }
td.TdClassName
{
border-color: #64FFCE;
}
.TagClassName
{
border-color: #64FFCE;
}
</style>