Shades of Aquamarine #61F7D5
Tints of Aquamarine #61F7D5
RGB
CMYK
RGB Variations
Color information
#61F7D5 (or 0x61F7D5) is known color: Aquamarine. HEX triplet: 61, F7 and D5. RGB value is (97,247,213). Sum of RGB (Red+Green+Blue) = 97+247+213=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F7D5 is #9E082A. Grayscale: #C6C6C6. Windows color (decimal): -10356779 or 14022497. OLE color: 14022497.
HSL color Cylindrical-coordinate representation of color #61F7D5: hue angle of 166.4º 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 #61F7D5 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 213 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.03 |
| HSL | 166.4º | 0.9% | 0.67% | - |
| HSV(B) | 166.4º | 0.61% | 0.97% | - |
| XYZ | 50.2 | 73.87 | 74.56 | - |
| YUV | 198.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 213 | 0.61 | 0 | 0.14 | 0.03 | 166.4 | 0.9 | 0.67 |
| Hex | 61 | F7 | D5 | 3D | 0 | E | 3 | A6 | 5A | 43 |
| Octal | 141 | 367 | 325 | 75 | 0 | 16 | 3 | 246 | 132 | 103 |
| Binary | 1100001 | 11110111 | 11010101 | 111101 | 0 | 1110 | 11 | 10100110 | 1011010 | 1000011 |
Color Harmonies of #61F7D5
Complementary color
Monochromatic Colors of #61F7D5
Black with #61F7D5
Text Example
Text Example
White with #61F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7D5; }
p { color: rgb(97,247,213); }
H1.HeaderClassName
{
color: #61F7D5;
}
.AnyTagClassName
{
color: #61F7D5;
}
</style>
background-color css
<style>
a { background-color: #61F7D5; }
a { background-color: rgb(97,247,213); }
div.DivClassName
{
background-color: #61F7D5;
}
.BgClassName
{
background-color: #61F7D5;
}
</style>
border-color css
<style>
span { border-color: #61F7D5; }
span { border-color: rgb(97,247,213); }
td.TdClassName
{
border-color: #61F7D5;
}
.TagClassName
{
border-color: #61F7D5;
}
</style>