Shades of Aquamarine #61FEDA
Tints of Aquamarine #61FEDA
RGB
CMYK
RGB Variations
Color information
#61FEDA (or 0x61FEDA) is known color: Aquamarine. HEX triplet: 61, FE and DA. RGB value is (97,254,218). Sum of RGB (Red+Green+Blue) = 97+254+218=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FEDA is #9E0125. Grayscale: #CACACA. Windows color (decimal): -10354982 or 14351969. OLE color: 14351969.
HSL color Cylindrical-coordinate representation of color #61FEDA: hue angle of 166.24º 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 #61FEDA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 218 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.00 |
| HSL | 166.24º | 0.99% | 0.69% | - |
| HSV(B) | 166.24º | 0.62% | 1% | - |
| XYZ | 53.03 | 78.49 | 78.68 | - |
| YUV | 202.95 | 136.49 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 218 | 0.62 | 0 | 0.14 | 0.00 | 166.24 | 0.99 | 0.69 |
| Hex | 61 | FE | DA | 3E | 0 | E | 0 | A6 | 63 | 45 |
| Octal | 141 | 376 | 332 | 76 | 0 | 16 | 0 | 246 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11011010 | 111110 | 0 | 1110 | 0 | 10100110 | 1100011 | 1000101 |
Color Harmonies of #61FEDA
Complementary color
Monochromatic Colors of #61FEDA
Black with #61FEDA
Text Example
Text Example
White with #61FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEDA; }
p { color: rgb(97,254,218); }
H1.HeaderClassName
{
color: #61FEDA;
}
.AnyTagClassName
{
color: #61FEDA;
}
</style>
background-color css
<style>
a { background-color: #61FEDA; }
a { background-color: rgb(97,254,218); }
div.DivClassName
{
background-color: #61FEDA;
}
.BgClassName
{
background-color: #61FEDA;
}
</style>
border-color css
<style>
span { border-color: #61FEDA; }
span { border-color: rgb(97,254,218); }
td.TdClassName
{
border-color: #61FEDA;
}
.TagClassName
{
border-color: #61FEDA;
}
</style>