Shades of Medium Aquamarine #61D9AD
Tints of Medium Aquamarine #61D9AD
RGB
CMYK
RGB Variations
Color information
#61D9AD (or 0x61D9AD) is known color: Medium Aquamarine. HEX triplet: 61, D9 and AD. RGB value is (97,217,173). Sum of RGB (Red+Green+Blue) = 97+217+173=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D9AD is #9E2652. Grayscale: #B0B0B0. Windows color (decimal): -10364499 or 11393377. OLE color: 11393377.
HSL color Cylindrical-coordinate representation of color #61D9AD: hue angle of 158º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9AD is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 173 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.15 |
| HSL | 158º | 0.61% | 0.62% | - |
| HSV(B) | 158º | 0.55% | 0.85% | - |
| XYZ | 37.29 | 55.18 | 48.22 | - |
| YUV | 176.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 173 | 0.55 | 0 | 0.20 | 0.15 | 158 | 0.61 | 0.62 |
| Hex | 61 | D9 | AD | 37 | 0 | 14 | F | 9E | 3D | 3E |
| Octal | 141 | 331 | 255 | 67 | 0 | 24 | 17 | 236 | 75 | 76 |
| Binary | 1100001 | 11011001 | 10101101 | 110111 | 0 | 10100 | 1111 | 10011110 | 111101 | 111110 |
Color Harmonies of #61D9AD
Complementary color
Monochromatic Colors of #61D9AD
Black with #61D9AD
Text Example
Text Example
White with #61D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9AD; }
p { color: rgb(97,217,173); }
H1.HeaderClassName
{
color: #61D9AD;
}
.AnyTagClassName
{
color: #61D9AD;
}
</style>
background-color css
<style>
a { background-color: #61D9AD; }
a { background-color: rgb(97,217,173); }
div.DivClassName
{
background-color: #61D9AD;
}
.BgClassName
{
background-color: #61D9AD;
}
</style>
border-color css
<style>
span { border-color: #61D9AD; }
span { border-color: rgb(97,217,173); }
td.TdClassName
{
border-color: #61D9AD;
}
.TagClassName
{
border-color: #61D9AD;
}
</style>