Shades of Aquamarine #61FFDB
Tints of Aquamarine #61FFDB
RGB
CMYK
RGB Variations
Color information
#61FFDB (or 0x61FFDB) is known color: Aquamarine. HEX triplet: 61, FF and DB. RGB value is (97,255,219). Sum of RGB (Red+Green+Blue) = 97+255+219=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FFDB is #9E0024. Grayscale: #CBCBCB. Windows color (decimal): -10354725 or 14417761. OLE color: 14417761.
HSL color Cylindrical-coordinate representation of color #61FFDB: hue angle of 166.33º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFDB is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 219 | - |
| CMYK | 0.62 | 0 | 0.14 | 0 |
| HSL | 166.33º | 1% | 0.69% | - |
| HSV(B) | 166.33º | 0.62% | 1% | - |
| XYZ | 53.48 | 79.18 | 79.48 | - |
| YUV | 203.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 219 | 0.62 | 0 | 0.14 | 0 | 166.33 | 1 | 0.69 |
| Hex | 61 | FF | DB | 3E | 0 | E | 0 | A6 | 64 | 45 |
| Octal | 141 | 377 | 333 | 76 | 0 | 16 | 0 | 246 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11011011 | 111110 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000101 |
Color Harmonies of #61FFDB
Complementary color
Monochromatic Colors of #61FFDB
Black with #61FFDB
Text Example
Text Example
White with #61FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFDB; }
p { color: rgb(97,255,219); }
H1.HeaderClassName
{
color: #61FFDB;
}
.AnyTagClassName
{
color: #61FFDB;
}
</style>
background-color css
<style>
a { background-color: #61FFDB; }
a { background-color: rgb(97,255,219); }
div.DivClassName
{
background-color: #61FFDB;
}
.BgClassName
{
background-color: #61FFDB;
}
</style>
border-color css
<style>
span { border-color: #61FFDB; }
span { border-color: rgb(97,255,219); }
td.TdClassName
{
border-color: #61FFDB;
}
.TagClassName
{
border-color: #61FFDB;
}
</style>