Shades of Aquamarine #64F8D9
Tints of Aquamarine #64F8D9
RGB
CMYK
RGB Variations
Color information
#64F8D9 (or 0x64F8D9) is known color: Aquamarine. HEX triplet: 64, F8 and D9. RGB value is (100,248,217). Sum of RGB (Red+Green+Blue) = 100+248+217=565 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.70% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F8D9 is #9B0726. Grayscale: #C8C8C8. Windows color (decimal): -10159911 or 14284900. OLE color: 14284900.
HSL color Cylindrical-coordinate representation of color #64F8D9: hue angle of 167.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F8D9 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 217 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.03 |
| HSL | 167.43º | 0.91% | 0.68% | - |
| HSV(B) | 167.43º | 0.6% | 0.97% | - |
| XYZ | 51.35 | 74.85 | 77.39 | - |
| YUV | 200.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 217 | 0.60 | 0 | 0.12 | 0.03 | 167.43 | 0.91 | 0.68 |
| Hex | 64 | F8 | D9 | 3C | 0 | C | 3 | A7 | 5B | 44 |
| Octal | 144 | 370 | 331 | 74 | 0 | 14 | 3 | 247 | 133 | 104 |
| Binary | 1100100 | 11111000 | 11011001 | 111100 | 0 | 1100 | 11 | 10100111 | 1011011 | 1000100 |
Color Harmonies of #64F8D9
Complementary color
Monochromatic Colors of #64F8D9
Black with #64F8D9
Text Example
Text Example
White with #64F8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F8D9; }
p { color: rgb(100,248,217); }
H1.HeaderClassName
{
color: #64F8D9;
}
.AnyTagClassName
{
color: #64F8D9;
}
</style>
background-color css
<style>
a { background-color: #64F8D9; }
a { background-color: rgb(100,248,217); }
div.DivClassName
{
background-color: #64F8D9;
}
.BgClassName
{
background-color: #64F8D9;
}
</style>
border-color css
<style>
span { border-color: #64F8D9; }
span { border-color: rgb(100,248,217); }
td.TdClassName
{
border-color: #64F8D9;
}
.TagClassName
{
border-color: #64F8D9;
}
</style>