Shades of Aquamarine #61FADD
Tints of Aquamarine #61FADD
RGB
CMYK
RGB Variations
Color information
#61FADD (or 0x61FADD) is known color: Aquamarine. HEX triplet: 61, FA and DD. RGB value is (97,250,221). Sum of RGB (Red+Green+Blue) = 97+250+221=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #61FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FADD is #9E0522. Grayscale: #C8C8C8. Windows color (decimal): -10356003 or 14547553. OLE color: 14547553.
HSL color Cylindrical-coordinate representation of color #61FADD: hue angle of 168.63º 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 #61FADD is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 221 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.02 |
| HSL | 168.63º | 0.94% | 0.68% | - |
| HSV(B) | 168.63º | 0.61% | 0.98% | - |
| XYZ | 52.17 | 76.13 | 80.35 | - |
| YUV | 200.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 221 | 0.61 | 0 | 0.12 | 0.02 | 168.63 | 0.94 | 0.68 |
| Hex | 61 | FA | DD | 3D | 0 | C | 2 | A9 | 5E | 44 |
| Octal | 141 | 372 | 335 | 75 | 0 | 14 | 2 | 251 | 136 | 104 |
| Binary | 1100001 | 11111010 | 11011101 | 111101 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000100 |
Color Harmonies of #61FADD
Complementary color
Monochromatic Colors of #61FADD
Black with #61FADD
Text Example
Text Example
White with #61FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FADD; }
p { color: rgb(97,250,221); }
H1.HeaderClassName
{
color: #61FADD;
}
.AnyTagClassName
{
color: #61FADD;
}
</style>
background-color css
<style>
a { background-color: #61FADD; }
a { background-color: rgb(97,250,221); }
div.DivClassName
{
background-color: #61FADD;
}
.BgClassName
{
background-color: #61FADD;
}
</style>
border-color css
<style>
span { border-color: #61FADD; }
span { border-color: rgb(97,250,221); }
td.TdClassName
{
border-color: #61FADD;
}
.TagClassName
{
border-color: #61FADD;
}
</style>