Shades of Aquamarine #64FEC9
Tints of Aquamarine #64FEC9
RGB
CMYK
RGB Variations
Color information
#64FEC9 (or 0x64FEC9) is known color: Aquamarine. HEX triplet: 64, FE and C9. RGB value is (100,254,201). Sum of RGB (Red+Green+Blue) = 100+254+201=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FEC9 is #9B0136. Grayscale: #C9C9C9. Windows color (decimal): -10158391 or 13237860. OLE color: 13237860.
HSL color Cylindrical-coordinate representation of color #64FEC9: hue angle of 159.35º 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 #64FEC9 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 201 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.00 |
| HSL | 159.35º | 0.99% | 0.69% | - |
| HSV(B) | 159.35º | 0.61% | 1% | - |
| XYZ | 51.24 | 77.81 | 67.58 | - |
| YUV | 201.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 201 | 0.61 | 0 | 0.21 | 0.00 | 159.35 | 0.99 | 0.69 |
| Hex | 64 | FE | C9 | 3D | 0 | 15 | 0 | 9F | 63 | 45 |
| Octal | 144 | 376 | 311 | 75 | 0 | 25 | 0 | 237 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11001001 | 111101 | 0 | 10101 | 0 | 10011111 | 1100011 | 1000101 |
Color Harmonies of #64FEC9
Complementary color
Monochromatic Colors of #64FEC9
Black with #64FEC9
Text Example
Text Example
White with #64FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEC9; }
p { color: rgb(100,254,201); }
H1.HeaderClassName
{
color: #64FEC9;
}
.AnyTagClassName
{
color: #64FEC9;
}
</style>
background-color css
<style>
a { background-color: #64FEC9; }
a { background-color: rgb(100,254,201); }
div.DivClassName
{
background-color: #64FEC9;
}
.BgClassName
{
background-color: #64FEC9;
}
</style>
border-color css
<style>
span { border-color: #64FEC9; }
span { border-color: rgb(100,254,201); }
td.TdClassName
{
border-color: #64FEC9;
}
.TagClassName
{
border-color: #64FEC9;
}
</style>