Shades of Aquamarine #73FEDA
Tints of Aquamarine #73FEDA
RGB
CMYK
RGB Variations
Color information
#73FEDA (or 0x73FEDA) is known color: Aquamarine. HEX triplet: 73, FE and DA. RGB value is (115,254,218). Sum of RGB (Red+Green+Blue) = 115+254+218=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEDA is #8C0125. Grayscale: #D0D0D0. Windows color (decimal): -9175334 or 14351987. OLE color: 14351987.
HSL color Cylindrical-coordinate representation of color #73FEDA: hue angle of 164.46º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEDA is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 218 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.00 |
| HSL | 164.46º | 0.99% | 0.72% | - |
| HSV(B) | 164.46º | 0.55% | 1% | - |
| XYZ | 55.17 | 79.59 | 78.78 | - |
| YUV | 208.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 218 | 0.55 | 0 | 0.14 | 0.00 | 164.46 | 0.99 | 0.72 |
| Hex | 73 | FE | DA | 37 | 0 | E | 0 | A4 | 63 | 48 |
| Octal | 163 | 376 | 332 | 67 | 0 | 16 | 0 | 244 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11011010 | 110111 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001000 |
Color Harmonies of #73FEDA
Complementary color
Monochromatic Colors of #73FEDA
Black with #73FEDA
Text Example
Text Example
White with #73FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEDA; }
p { color: rgb(115,254,218); }
H1.HeaderClassName
{
color: #73FEDA;
}
.AnyTagClassName
{
color: #73FEDA;
}
</style>
background-color css
<style>
a { background-color: #73FEDA; }
a { background-color: rgb(115,254,218); }
div.DivClassName
{
background-color: #73FEDA;
}
.BgClassName
{
background-color: #73FEDA;
}
</style>
border-color css
<style>
span { border-color: #73FEDA; }
span { border-color: rgb(115,254,218); }
td.TdClassName
{
border-color: #73FEDA;
}
.TagClassName
{
border-color: #73FEDA;
}
</style>