Shades of Aquamarine #74FEDA
Tints of Aquamarine #74FEDA
RGB
CMYK
RGB Variations
Color information
#74FEDA (or 0x74FEDA) is known color: Aquamarine. HEX triplet: 74, FE and DA. RGB value is (116,254,218). Sum of RGB (Red+Green+Blue) = 116+254+218=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEDA is #8B0125. Grayscale: #D0D0D0. Windows color (decimal): -9109798 or 14351988. OLE color: 14351988.
HSL color Cylindrical-coordinate representation of color #74FEDA: hue angle of 164.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEDA is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 218 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.00 |
| HSL | 164.35º | 0.99% | 0.73% | - |
| HSV(B) | 164.35º | 0.54% | 1% | - |
| XYZ | 55.3 | 79.66 | 78.79 | - |
| YUV | 208.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 218 | 0.54 | 0 | 0.14 | 0.00 | 164.35 | 0.99 | 0.73 |
| Hex | 74 | FE | DA | 36 | 0 | E | 0 | A4 | 63 | 49 |
| Octal | 164 | 376 | 332 | 66 | 0 | 16 | 0 | 244 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11011010 | 110110 | 0 | 1110 | 0 | 10100100 | 1100011 | 1001001 |
Color Harmonies of #74FEDA
Complementary color
Monochromatic Colors of #74FEDA
Black with #74FEDA
Text Example
Text Example
White with #74FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEDA; }
p { color: rgb(116,254,218); }
H1.HeaderClassName
{
color: #74FEDA;
}
.AnyTagClassName
{
color: #74FEDA;
}
</style>
background-color css
<style>
a { background-color: #74FEDA; }
a { background-color: rgb(116,254,218); }
div.DivClassName
{
background-color: #74FEDA;
}
.BgClassName
{
background-color: #74FEDA;
}
</style>
border-color css
<style>
span { border-color: #74FEDA; }
span { border-color: rgb(116,254,218); }
td.TdClassName
{
border-color: #74FEDA;
}
.TagClassName
{
border-color: #74FEDA;
}
</style>