Shades of Aquamarine #61FCD9
Tints of Aquamarine #61FCD9
RGB
CMYK
RGB Variations
Color information
#61FCD9 (or 0x61FCD9) is known color: Aquamarine. HEX triplet: 61, FC and D9. RGB value is (97,252,217). Sum of RGB (Red+Green+Blue) = 97+252+217=566 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.14% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD9 is #9E0326. Grayscale: #C9C9C9. Windows color (decimal): -10355495 or 14285921. OLE color: 14285921.
HSL color Cylindrical-coordinate representation of color #61FCD9: hue angle of 166.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCD9 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 217 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.01 |
| HSL | 166.45º | 0.96% | 0.68% | - |
| HSV(B) | 166.45º | 0.62% | 0.99% | - |
| XYZ | 52.26 | 77.17 | 77.79 | - |
| YUV | 201.67 | 136.65 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 217 | 0.62 | 0 | 0.14 | 0.01 | 166.45 | 0.96 | 0.68 |
| Hex | 61 | FC | D9 | 3E | 0 | E | 1 | A6 | 60 | 44 |
| Octal | 141 | 374 | 331 | 76 | 0 | 16 | 1 | 246 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11011001 | 111110 | 0 | 1110 | 1 | 10100110 | 1100000 | 1000100 |
Color Harmonies of #61FCD9
Complementary color
Monochromatic Colors of #61FCD9
Black with #61FCD9
Text Example
Text Example
White with #61FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCD9; }
p { color: rgb(97,252,217); }
H1.HeaderClassName
{
color: #61FCD9;
}
.AnyTagClassName
{
color: #61FCD9;
}
</style>
background-color css
<style>
a { background-color: #61FCD9; }
a { background-color: rgb(97,252,217); }
div.DivClassName
{
background-color: #61FCD9;
}
.BgClassName
{
background-color: #61FCD9;
}
</style>
border-color css
<style>
span { border-color: #61FCD9; }
span { border-color: rgb(97,252,217); }
td.TdClassName
{
border-color: #61FCD9;
}
.TagClassName
{
border-color: #61FCD9;
}
</style>