Shades of Aquamarine #64FEAC
Tints of Aquamarine #64FEAC
RGB
CMYK
RGB Variations
Color information
#64FEAC (or 0x64FEAC) is known color: Aquamarine. HEX triplet: 64, FE and AC. RGB value is (100,254,172). Sum of RGB (Red+Green+Blue) = 100+254+172=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FEAC is #9B0153. Grayscale: #C6C6C6. Windows color (decimal): -10158420 or 11337316. OLE color: 11337316.
HSL color Cylindrical-coordinate representation of color #64FEAC: hue angle of 148.05º 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 #64FEAC is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 172 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.00 |
| HSL | 148.05º | 0.99% | 0.69% | - |
| HSV(B) | 148.05º | 0.61% | 1% | - |
| XYZ | 48.14 | 76.57 | 51.27 | - |
| YUV | 198.61 | 112.98 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 172 | 0.61 | 0 | 0.32 | 0.00 | 148.05 | 0.99 | 0.69 |
| Hex | 64 | FE | AC | 3D | 0 | 20 | 0 | 94 | 63 | 45 |
| Octal | 144 | 376 | 254 | 75 | 0 | 40 | 0 | 224 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10101100 | 111101 | 0 | 100000 | 0 | 10010100 | 1100011 | 1000101 |
Color Harmonies of #64FEAC
Complementary color
Monochromatic Colors of #64FEAC
Black with #64FEAC
Text Example
Text Example
White with #64FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEAC; }
p { color: rgb(100,254,172); }
H1.HeaderClassName
{
color: #64FEAC;
}
.AnyTagClassName
{
color: #64FEAC;
}
</style>
background-color css
<style>
a { background-color: #64FEAC; }
a { background-color: rgb(100,254,172); }
div.DivClassName
{
background-color: #64FEAC;
}
.BgClassName
{
background-color: #64FEAC;
}
</style>
border-color css
<style>
span { border-color: #64FEAC; }
span { border-color: rgb(100,254,172); }
td.TdClassName
{
border-color: #64FEAC;
}
.TagClassName
{
border-color: #64FEAC;
}
</style>