Shades of Aquamarine #61F7D9
Tints of Aquamarine #61F7D9
RGB
CMYK
RGB Variations
Color information
#61F7D9 (or 0x61F7D9) is known color: Aquamarine. HEX triplet: 61, F7 and D9. RGB value is (97,247,217). Sum of RGB (Red+Green+Blue) = 97+247+217=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7D9 is #9E0826. Grayscale: #C6C6C6. Windows color (decimal): -10356775 or 14284641. OLE color: 14284641.
HSL color Cylindrical-coordinate representation of color #61F7D9: hue angle of 168º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7D9 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 217 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.03 |
| HSL | 168º | 0.9% | 0.67% | - |
| HSV(B) | 168º | 0.61% | 0.97% | - |
| XYZ | 50.71 | 74.07 | 77.27 | - |
| YUV | 198.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 217 | 0.61 | 0 | 0.12 | 0.03 | 168 | 0.9 | 0.67 |
| Hex | 61 | F7 | D9 | 3D | 0 | C | 3 | A8 | 5A | 43 |
| Octal | 141 | 367 | 331 | 75 | 0 | 14 | 3 | 250 | 132 | 103 |
| Binary | 1100001 | 11110111 | 11011001 | 111101 | 0 | 1100 | 11 | 10101000 | 1011010 | 1000011 |
Color Harmonies of #61F7D9
Complementary color
Monochromatic Colors of #61F7D9
Black with #61F7D9
Text Example
Text Example
White with #61F7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7D9; }
p { color: rgb(97,247,217); }
H1.HeaderClassName
{
color: #61F7D9;
}
.AnyTagClassName
{
color: #61F7D9;
}
</style>
background-color css
<style>
a { background-color: #61F7D9; }
a { background-color: rgb(97,247,217); }
div.DivClassName
{
background-color: #61F7D9;
}
.BgClassName
{
background-color: #61F7D9;
}
</style>
border-color css
<style>
span { border-color: #61F7D9; }
span { border-color: rgb(97,247,217); }
td.TdClassName
{
border-color: #61F7D9;
}
.TagClassName
{
border-color: #61F7D9;
}
</style>