Shades of Aquamarine #60FEDA
Tints of Aquamarine #60FEDA
RGB
CMYK
RGB Variations
Color information
#60FEDA (or 0x60FEDA) is known color: Aquamarine. HEX triplet: 60, FE and DA. RGB value is (96,254,218). Sum of RGB (Red+Green+Blue) = 96+254+218=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEDA is #9F0125. Grayscale: #CACACA. Windows color (decimal): -10420518 or 14351968. OLE color: 14351968.
HSL color Cylindrical-coordinate representation of color #60FEDA: hue angle of 166.33º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEDA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 218 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.00 |
| HSL | 166.33º | 0.99% | 0.69% | - |
| HSV(B) | 166.33º | 0.62% | 1% | - |
| XYZ | 52.92 | 78.43 | 78.68 | - |
| YUV | 202.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 218 | 0.62 | 0 | 0.14 | 0.00 | 166.33 | 0.99 | 0.69 |
| Hex | 60 | FE | DA | 3E | 0 | E | 0 | A6 | 63 | 45 |
| Octal | 140 | 376 | 332 | 76 | 0 | 16 | 0 | 246 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11011010 | 111110 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000101 |
Color Harmonies of #60FEDA
Complementary color
Monochromatic Colors of #60FEDA
Black with #60FEDA
Text Example
Text Example
White with #60FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEDA; }
p { color: rgb(96,254,218); }
H1.HeaderClassName
{
color: #60FEDA;
}
.AnyTagClassName
{
color: #60FEDA;
}
</style>
background-color css
<style>
a { background-color: #60FEDA; }
a { background-color: rgb(96,254,218); }
div.DivClassName
{
background-color: #60FEDA;
}
.BgClassName
{
background-color: #60FEDA;
}
</style>
border-color css
<style>
span { border-color: #60FEDA; }
span { border-color: rgb(96,254,218); }
td.TdClassName
{
border-color: #60FEDA;
}
.TagClassName
{
border-color: #60FEDA;
}
</style>