Shades of Aquamarine #61FADB
Tints of Aquamarine #61FADB
RGB
CMYK
RGB Variations
Color information
#61FADB (or 0x61FADB) is known color: Aquamarine. HEX triplet: 61, FA and DB. RGB value is (97,250,219). Sum of RGB (Red+Green+Blue) = 97+250+219=566 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.14% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #61FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FADB is #9E0524. Grayscale: #C8C8C8. Windows color (decimal): -10356005 or 14416481. OLE color: 14416481.
HSL color Cylindrical-coordinate representation of color #61FADB: hue angle of 167.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FADB is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 219 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.02 |
| HSL | 167.84º | 0.94% | 0.68% | - |
| HSV(B) | 167.84º | 0.61% | 0.98% | - |
| XYZ | 51.9 | 76.03 | 78.96 | - |
| YUV | 200.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 219 | 0.61 | 0 | 0.12 | 0.02 | 167.84 | 0.94 | 0.68 |
| Hex | 61 | FA | DB | 3D | 0 | C | 2 | A8 | 5E | 44 |
| Octal | 141 | 372 | 333 | 75 | 0 | 14 | 2 | 250 | 136 | 104 |
| Binary | 1100001 | 11111010 | 11011011 | 111101 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000100 |
Color Harmonies of #61FADB
Complementary color
Monochromatic Colors of #61FADB
Black with #61FADB
Text Example
Text Example
White with #61FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FADB; }
p { color: rgb(97,250,219); }
H1.HeaderClassName
{
color: #61FADB;
}
.AnyTagClassName
{
color: #61FADB;
}
</style>
background-color css
<style>
a { background-color: #61FADB; }
a { background-color: rgb(97,250,219); }
div.DivClassName
{
background-color: #61FADB;
}
.BgClassName
{
background-color: #61FADB;
}
</style>
border-color css
<style>
span { border-color: #61FADB; }
span { border-color: rgb(97,250,219); }
td.TdClassName
{
border-color: #61FADB;
}
.TagClassName
{
border-color: #61FADB;
}
</style>