Shades of Medium Aquamarine #61F0A9
Tints of Medium Aquamarine #61F0A9
RGB
CMYK
RGB Variations
Color information
#61F0A9 (or 0x61F0A9) is known color: Medium Aquamarine. HEX triplet: 61, F0 and A9. RGB value is (97,240,169). Sum of RGB (Red+Green+Blue) = 97+240+169=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F0A9 is #9E0F56. Grayscale: #BDBDBD. Windows color (decimal): -10358615 or 11137121. OLE color: 11137121.
HSL color Cylindrical-coordinate representation of color #61F0A9: hue angle of 150.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0A9 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 169 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.06 |
| HSL | 150.21º | 0.83% | 0.66% | - |
| HSV(B) | 150.21º | 0.6% | 0.94% | - |
| XYZ | 43.25 | 67.73 | 48.33 | - |
| YUV | 189.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 169 | 0.60 | 0 | 0.30 | 0.06 | 150.21 | 0.83 | 0.66 |
| Hex | 61 | F0 | A9 | 3C | 0 | 1E | 6 | 96 | 53 | 42 |
| Octal | 141 | 360 | 251 | 74 | 0 | 36 | 6 | 226 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10101001 | 111100 | 0 | 11110 | 110 | 10010110 | 1010011 | 1000010 |
Color Harmonies of #61F0A9
Complementary color
Monochromatic Colors of #61F0A9
Black with #61F0A9
Text Example
Text Example
White with #61F0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0A9; }
p { color: rgb(97,240,169); }
H1.HeaderClassName
{
color: #61F0A9;
}
.AnyTagClassName
{
color: #61F0A9;
}
</style>
background-color css
<style>
a { background-color: #61F0A9; }
a { background-color: rgb(97,240,169); }
div.DivClassName
{
background-color: #61F0A9;
}
.BgClassName
{
background-color: #61F0A9;
}
</style>
border-color css
<style>
span { border-color: #61F0A9; }
span { border-color: rgb(97,240,169); }
td.TdClassName
{
border-color: #61F0A9;
}
.TagClassName
{
border-color: #61F0A9;
}
</style>