Shades of Aquamarine #61F9DD
Tints of Aquamarine #61F9DD
RGB
CMYK
RGB Variations
Color information
#61F9DD (or 0x61F9DD) is known color: Aquamarine. HEX triplet: 61, F9 and DD. RGB value is (97,249,221). Sum of RGB (Red+Green+Blue) = 97+249+221=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9DD is #9E0622. Grayscale: #C8C8C8. Windows color (decimal): -10356259 or 14547297. OLE color: 14547297.
HSL color Cylindrical-coordinate representation of color #61F9DD: hue angle of 168.95º degrees, saturation: 0.93, 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 #61F9DD is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 221 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.02 |
| HSL | 168.95º | 0.93% | 0.68% | - |
| HSV(B) | 168.95º | 0.61% | 0.98% | - |
| XYZ | 51.86 | 75.51 | 80.25 | - |
| YUV | 200.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 221 | 0.61 | 0 | 0.11 | 0.02 | 168.95 | 0.93 | 0.68 |
| Hex | 61 | F9 | DD | 3D | 0 | B | 2 | A9 | 5D | 44 |
| Octal | 141 | 371 | 335 | 75 | 0 | 13 | 2 | 251 | 135 | 104 |
| Binary | 1100001 | 11111001 | 11011101 | 111101 | 0 | 1011 | 10 | 10101001 | 1011101 | 1000100 |
Color Harmonies of #61F9DD
Complementary color
Monochromatic Colors of #61F9DD
Black with #61F9DD
Text Example
Text Example
White with #61F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F9DD; }
p { color: rgb(97,249,221); }
H1.HeaderClassName
{
color: #61F9DD;
}
.AnyTagClassName
{
color: #61F9DD;
}
</style>
background-color css
<style>
a { background-color: #61F9DD; }
a { background-color: rgb(97,249,221); }
div.DivClassName
{
background-color: #61F9DD;
}
.BgClassName
{
background-color: #61F9DD;
}
</style>
border-color css
<style>
span { border-color: #61F9DD; }
span { border-color: rgb(97,249,221); }
td.TdClassName
{
border-color: #61F9DD;
}
.TagClassName
{
border-color: #61F9DD;
}
</style>