Shades of Aquamarine #64FEAD
Tints of Aquamarine #64FEAD
RGB
CMYK
RGB Variations
Color information
#64FEAD (or 0x64FEAD) is known color: Aquamarine. HEX triplet: 64, FE and AD. RGB value is (100,254,173). Sum of RGB (Red+Green+Blue) = 100+254+173=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FEAD is #9B0152. Grayscale: #C6C6C6. Windows color (decimal): -10158419 or 11402852. OLE color: 11402852.
HSL color Cylindrical-coordinate representation of color #64FEAD: hue angle of 148.44º 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 #64FEAD is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 173 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.00 |
| HSL | 148.44º | 0.99% | 0.69% | - |
| HSV(B) | 148.44º | 0.61% | 1% | - |
| XYZ | 48.24 | 76.61 | 51.78 | - |
| YUV | 198.72 | 113.48 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 173 | 0.61 | 0 | 0.32 | 0.00 | 148.44 | 0.99 | 0.69 |
| Hex | 64 | FE | AD | 3D | 0 | 20 | 0 | 94 | 63 | 45 |
| Octal | 144 | 376 | 255 | 75 | 0 | 40 | 0 | 224 | 143 | 105 |
| Binary | 1100100 | 11111110 | 10101101 | 111101 | 0 | 100000 | 0 | 10010100 | 1100011 | 1000101 |
Color Harmonies of #64FEAD
Complementary color
Monochromatic Colors of #64FEAD
Black with #64FEAD
Text Example
Text Example
White with #64FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEAD; }
p { color: rgb(100,254,173); }
H1.HeaderClassName
{
color: #64FEAD;
}
.AnyTagClassName
{
color: #64FEAD;
}
</style>
background-color css
<style>
a { background-color: #64FEAD; }
a { background-color: rgb(100,254,173); }
div.DivClassName
{
background-color: #64FEAD;
}
.BgClassName
{
background-color: #64FEAD;
}
</style>
border-color css
<style>
span { border-color: #64FEAD; }
span { border-color: rgb(100,254,173); }
td.TdClassName
{
border-color: #64FEAD;
}
.TagClassName
{
border-color: #64FEAD;
}
</style>