Shades of Aquamarine #61FCD0
Tints of Aquamarine #61FCD0
RGB
CMYK
RGB Variations
Color information
#61FCD0 (or 0x61FCD0) is known color: Aquamarine. HEX triplet: 61, FC and D0. RGB value is (97,252,208). Sum of RGB (Red+Green+Blue) = 97+252+208=557 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.41% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD0 is #9E032F. Grayscale: #C8C8C8. Windows color (decimal): -10355504 or 13696097. OLE color: 13696097.
HSL color Cylindrical-coordinate representation of color #61FCD0: hue angle of 162.97º 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 #61FCD0 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 252 | 208 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.01 |
| HSL | 162.97º | 0.96% | 0.68% | - |
| HSV(B) | 162.97º | 0.62% | 0.99% | - |
| XYZ | 51.13 | 76.72 | 71.79 | - |
| YUV | 200.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 252 | 208 | 0.62 | 0 | 0.17 | 0.01 | 162.97 | 0.96 | 0.68 |
| Hex | 61 | FC | D0 | 3E | 0 | 11 | 1 | A3 | 60 | 44 |
| Octal | 141 | 374 | 320 | 76 | 0 | 21 | 1 | 243 | 140 | 104 |
| Binary | 1100001 | 11111100 | 11010000 | 111110 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000100 |
Color Harmonies of #61FCD0
Complementary color
Monochromatic Colors of #61FCD0
Black with #61FCD0
Text Example
Text Example
White with #61FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FCD0; }
p { color: rgb(97,252,208); }
H1.HeaderClassName
{
color: #61FCD0;
}
.AnyTagClassName
{
color: #61FCD0;
}
</style>
background-color css
<style>
a { background-color: #61FCD0; }
a { background-color: rgb(97,252,208); }
div.DivClassName
{
background-color: #61FCD0;
}
.BgClassName
{
background-color: #61FCD0;
}
</style>
border-color css
<style>
span { border-color: #61FCD0; }
span { border-color: rgb(97,252,208); }
td.TdClassName
{
border-color: #61FCD0;
}
.TagClassName
{
border-color: #61FCD0;
}
</style>