Shades of Aquamarine #64FED9
Tints of Aquamarine #64FED9
RGB
CMYK
RGB Variations
Color information
#64FED9 (or 0x64FED9) is known color: Aquamarine. HEX triplet: 64, FE and D9. RGB value is (100,254,217). Sum of RGB (Red+Green+Blue) = 100+254+217=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #64FED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FED9 is #9B0126. Grayscale: #CBCBCB. Windows color (decimal): -10158375 or 14286436. OLE color: 14286436.
HSL color Cylindrical-coordinate representation of color #64FED9: hue angle of 165.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FED9 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 217 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.00 |
| HSL | 165.58º | 0.99% | 0.69% | - |
| HSV(B) | 165.58º | 0.61% | 1% | - |
| XYZ | 53.22 | 78.6 | 78.01 | - |
| YUV | 203.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 217 | 0.61 | 0 | 0.15 | 0.00 | 165.58 | 0.99 | 0.69 |
| Hex | 64 | FE | D9 | 3D | 0 | F | 0 | A6 | 63 | 45 |
| Octal | 144 | 376 | 331 | 75 | 0 | 17 | 0 | 246 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11011001 | 111101 | 0 | 1111 | 0 | 10100110 | 1100011 | 1000101 |
Color Harmonies of #64FED9
Complementary color
Monochromatic Colors of #64FED9
Black with #64FED9
Text Example
Text Example
White with #64FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FED9; }
p { color: rgb(100,254,217); }
H1.HeaderClassName
{
color: #64FED9;
}
.AnyTagClassName
{
color: #64FED9;
}
</style>
background-color css
<style>
a { background-color: #64FED9; }
a { background-color: rgb(100,254,217); }
div.DivClassName
{
background-color: #64FED9;
}
.BgClassName
{
background-color: #64FED9;
}
</style>
border-color css
<style>
span { border-color: #64FED9; }
span { border-color: rgb(100,254,217); }
td.TdClassName
{
border-color: #64FED9;
}
.TagClassName
{
border-color: #64FED9;
}
</style>