Shades of Aquamarine #61FEAD
Tints of Aquamarine #61FEAD
RGB
CMYK
RGB Variations
Color information
#61FEAD (or 0x61FEAD) is known color: Aquamarine. HEX triplet: 61, FE and AD. RGB value is (97,254,173). Sum of RGB (Red+Green+Blue) = 97+254+173=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FEAD is #9E0152. Grayscale: #C5C5C5. Windows color (decimal): -10355027 or 11402849. OLE color: 11402849.
HSL color Cylindrical-coordinate representation of color #61FEAD: hue angle of 149.04º 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 #61FEAD is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 173 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.00 |
| HSL | 149.04º | 0.99% | 0.69% | - |
| HSV(B) | 149.04º | 0.62% | 1% | - |
| XYZ | 47.91 | 76.44 | 51.76 | - |
| YUV | 197.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 173 | 0.62 | 0 | 0.32 | 0.00 | 149.04 | 0.99 | 0.69 |
| Hex | 61 | FE | AD | 3E | 0 | 20 | 0 | 95 | 63 | 45 |
| Octal | 141 | 376 | 255 | 76 | 0 | 40 | 0 | 225 | 143 | 105 |
| Binary | 1100001 | 11111110 | 10101101 | 111110 | 0 | 100000 | 0 | 10010101 | 1100011 | 1000101 |
Color Harmonies of #61FEAD
Complementary color
Monochromatic Colors of #61FEAD
Black with #61FEAD
Text Example
Text Example
White with #61FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEAD; }
p { color: rgb(97,254,173); }
H1.HeaderClassName
{
color: #61FEAD;
}
.AnyTagClassName
{
color: #61FEAD;
}
</style>
background-color css
<style>
a { background-color: #61FEAD; }
a { background-color: rgb(97,254,173); }
div.DivClassName
{
background-color: #61FEAD;
}
.BgClassName
{
background-color: #61FEAD;
}
</style>
border-color css
<style>
span { border-color: #61FEAD; }
span { border-color: rgb(97,254,173); }
td.TdClassName
{
border-color: #61FEAD;
}
.TagClassName
{
border-color: #61FEAD;
}
</style>