Shades of Aquamarine #61F0D8
Tints of Aquamarine #61F0D8
RGB
CMYK
RGB Variations
Color information
#61F0D8 (or 0x61F0D8) is known color: Aquamarine. HEX triplet: 61, F0 and D8. RGB value is (97,240,216). Sum of RGB (Red+Green+Blue) = 97+240+216=553 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.54% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0D8 is #9E0F27. Grayscale: #C2C2C2. Windows color (decimal): -10358568 or 14217313. OLE color: 14217313.
HSL color Cylindrical-coordinate representation of color #61F0D8: hue angle of 169.93º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0D8 is Cyan = 0.60, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 216 | - |
| CMYK | 0.60 | 0 | 0.1 | 0.06 |
| HSL | 169.93º | 0.83% | 0.66% | - |
| HSV(B) | 169.93º | 0.6% | 0.94% | - |
| XYZ | 48.48 | 69.82 | 75.89 | - |
| YUV | 194.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 216 | 0.60 | 0 | 0.1 | 0.06 | 169.93 | 0.83 | 0.66 |
| Hex | 61 | F0 | D8 | 3C | 0 | A | 6 | AA | 53 | 42 |
| Octal | 141 | 360 | 330 | 74 | 0 | 12 | 6 | 252 | 123 | 102 |
| Binary | 1100001 | 11110000 | 11011000 | 111100 | 0 | 1010 | 110 | 10101010 | 1010011 | 1000010 |
Color Harmonies of #61F0D8
Complementary color
Monochromatic Colors of #61F0D8
Black with #61F0D8
Text Example
Text Example
White with #61F0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0D8; }
p { color: rgb(97,240,216); }
H1.HeaderClassName
{
color: #61F0D8;
}
.AnyTagClassName
{
color: #61F0D8;
}
</style>
background-color css
<style>
a { background-color: #61F0D8; }
a { background-color: rgb(97,240,216); }
div.DivClassName
{
background-color: #61F0D8;
}
.BgClassName
{
background-color: #61F0D8;
}
</style>
border-color css
<style>
span { border-color: #61F0D8; }
span { border-color: rgb(97,240,216); }
td.TdClassName
{
border-color: #61F0D8;
}
.TagClassName
{
border-color: #61F0D8;
}
</style>