Shades of Medium Aquamarine #61D9AF
Tints of Medium Aquamarine #61D9AF
RGB
CMYK
RGB Variations
Color information
#61D9AF (or 0x61D9AF) is known color: Medium Aquamarine. HEX triplet: 61, D9 and AF. RGB value is (97,217,175). Sum of RGB (Red+Green+Blue) = 97+217+175=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D9AF is #9E2650. Grayscale: #B0B0B0. Windows color (decimal): -10364497 or 11524449. OLE color: 11524449.
HSL color Cylindrical-coordinate representation of color #61D9AF: hue angle of 159º 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 #61D9AF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 175 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.15 |
| HSL | 159º | 0.61% | 0.62% | - |
| HSV(B) | 159º | 0.55% | 0.85% | - |
| XYZ | 37.48 | 55.26 | 49.25 | - |
| YUV | 176.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 175 | 0.55 | 0 | 0.19 | 0.15 | 159 | 0.61 | 0.62 |
| Hex | 61 | D9 | AF | 37 | 0 | 13 | F | 9F | 3D | 3E |
| Octal | 141 | 331 | 257 | 67 | 0 | 23 | 17 | 237 | 75 | 76 |
| Binary | 1100001 | 11011001 | 10101111 | 110111 | 0 | 10011 | 1111 | 10011111 | 111101 | 111110 |
Color Harmonies of #61D9AF
Complementary color
Monochromatic Colors of #61D9AF
Black with #61D9AF
Text Example
Text Example
White with #61D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D9AF; }
p { color: rgb(97,217,175); }
H1.HeaderClassName
{
color: #61D9AF;
}
.AnyTagClassName
{
color: #61D9AF;
}
</style>
background-color css
<style>
a { background-color: #61D9AF; }
a { background-color: rgb(97,217,175); }
div.DivClassName
{
background-color: #61D9AF;
}
.BgClassName
{
background-color: #61D9AF;
}
</style>
border-color css
<style>
span { border-color: #61D9AF; }
span { border-color: rgb(97,217,175); }
td.TdClassName
{
border-color: #61D9AF;
}
.TagClassName
{
border-color: #61D9AF;
}
</style>