Shades of Aquamarine #61F8DD
Tints of Aquamarine #61F8DD
RGB
CMYK
RGB Variations
Color information
#61F8DD (or 0x61F8DD) is known color: Aquamarine. HEX triplet: 61, F8 and DD. RGB value is (97,248,221). Sum of RGB (Red+Green+Blue) = 97+248+221=566 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.14% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #61F8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F8DD is #9E0722. Grayscale: #C7C7C7. Windows color (decimal): -10356515 or 14547041. OLE color: 14547041.
HSL color Cylindrical-coordinate representation of color #61F8DD: hue angle of 169.27º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F8DD is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 248 | 221 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.03 |
| HSL | 169.27º | 0.92% | 0.68% | - |
| HSV(B) | 169.27º | 0.61% | 0.97% | - |
| XYZ | 51.55 | 74.9 | 80.15 | - |
| YUV | 199.77 | 139.97 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 248 | 221 | 0.61 | 0 | 0.11 | 0.03 | 169.27 | 0.92 | 0.68 |
| Hex | 61 | F8 | DD | 3D | 0 | B | 3 | A9 | 5C | 44 |
| Octal | 141 | 370 | 335 | 75 | 0 | 13 | 3 | 251 | 134 | 104 |
| Binary | 1100001 | 11111000 | 11011101 | 111101 | 0 | 1011 | 11 | 10101001 | 1011100 | 1000100 |
Color Harmonies of #61F8DD
Complementary color
Monochromatic Colors of #61F8DD
Black with #61F8DD
Text Example
Text Example
White with #61F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F8DD; }
p { color: rgb(97,248,221); }
H1.HeaderClassName
{
color: #61F8DD;
}
.AnyTagClassName
{
color: #61F8DD;
}
</style>
background-color css
<style>
a { background-color: #61F8DD; }
a { background-color: rgb(97,248,221); }
div.DivClassName
{
background-color: #61F8DD;
}
.BgClassName
{
background-color: #61F8DD;
}
</style>
border-color css
<style>
span { border-color: #61F8DD; }
span { border-color: rgb(97,248,221); }
td.TdClassName
{
border-color: #61F8DD;
}
.TagClassName
{
border-color: #61F8DD;
}
</style>