Shades of Aquamarine #64FFAE
Tints of Aquamarine #64FFAE
RGB
CMYK
RGB Variations
Color information
#64FFAE (or 0x64FFAE) is known color: Aquamarine. HEX triplet: 64, FF and AE. RGB value is (100,255,174). Sum of RGB (Red+Green+Blue) = 100+255+174=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFAE is #9B0051. Grayscale: #C7C7C7. Windows color (decimal): -10158162 or 11468644. OLE color: 11468644.
HSL color Cylindrical-coordinate representation of color #64FFAE: hue angle of 148.65º 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 #64FFAE is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 174 | - |
| CMYK | 0.61 | 0 | 0.32 | 0 |
| HSL | 148.65º | 1% | 0.7% | - |
| HSV(B) | 148.65º | 0.61% | 1% | - |
| XYZ | 48.66 | 77.29 | 52.4 | - |
| YUV | 199.42 | 113.65 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 174 | 0.61 | 0 | 0.32 | 0 | 148.65 | 1 | 0.7 |
| Hex | 64 | FF | AE | 3D | 0 | 20 | 0 | 95 | 64 | 46 |
| Octal | 144 | 377 | 256 | 75 | 0 | 40 | 0 | 225 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10101110 | 111101 | 0 | 100000 | 0 | 10010101 | 1100100 | 1000110 |
Color Harmonies of #64FFAE
Complementary color
Monochromatic Colors of #64FFAE
Black with #64FFAE
Text Example
Text Example
White with #64FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFAE; }
p { color: rgb(100,255,174); }
H1.HeaderClassName
{
color: #64FFAE;
}
.AnyTagClassName
{
color: #64FFAE;
}
</style>
background-color css
<style>
a { background-color: #64FFAE; }
a { background-color: rgb(100,255,174); }
div.DivClassName
{
background-color: #64FFAE;
}
.BgClassName
{
background-color: #64FFAE;
}
</style>
border-color css
<style>
span { border-color: #64FFAE; }
span { border-color: rgb(100,255,174); }
td.TdClassName
{
border-color: #64FFAE;
}
.TagClassName
{
border-color: #64FFAE;
}
</style>