Shades of Medium Aquamarine #64FFAA
Tints of Medium Aquamarine #64FFAA
RGB
CMYK
RGB Variations
Color information
#64FFAA (or 0x64FFAA) is known color: Medium Aquamarine. HEX triplet: 64, FF and AA. RGB value is (100,255,170). Sum of RGB (Red+Green+Blue) = 100+255+170=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FFAA is #9B0055. Grayscale: #C7C7C7. Windows color (decimal): -10158166 or 11206500. OLE color: 11206500.
HSL color Cylindrical-coordinate representation of color #64FFAA: hue angle of 147.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 #64FFAA is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 170 | - |
| CMYK | 0.61 | 0 | 0.33 | 0 |
| HSL | 147.1º | 1% | 0.7% | - |
| HSV(B) | 147.1º | 0.61% | 1% | - |
| XYZ | 48.27 | 77.13 | 50.37 | - |
| YUV | 198.97 | 111.65 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 170 | 0.61 | 0 | 0.33 | 0 | 147.1 | 1 | 0.7 |
| Hex | 64 | FF | AA | 3D | 0 | 21 | 0 | 93 | 64 | 46 |
| Octal | 144 | 377 | 252 | 75 | 0 | 41 | 0 | 223 | 144 | 106 |
| Binary | 1100100 | 11111111 | 10101010 | 111101 | 0 | 100001 | 0 | 10010011 | 1100100 | 1000110 |
Color Harmonies of #64FFAA
Complementary color
Monochromatic Colors of #64FFAA
Black with #64FFAA
Text Example
Text Example
White with #64FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFAA; }
p { color: rgb(100,255,170); }
H1.HeaderClassName
{
color: #64FFAA;
}
.AnyTagClassName
{
color: #64FFAA;
}
</style>
background-color css
<style>
a { background-color: #64FFAA; }
a { background-color: rgb(100,255,170); }
div.DivClassName
{
background-color: #64FFAA;
}
.BgClassName
{
background-color: #64FFAA;
}
</style>
border-color css
<style>
span { border-color: #64FFAA; }
span { border-color: rgb(100,255,170); }
td.TdClassName
{
border-color: #64FFAA;
}
.TagClassName
{
border-color: #64FFAA;
}
</style>