Shades of Medium Aquamarine #61C9A7
Tints of Medium Aquamarine #61C9A7
RGB
CMYK
RGB Variations
Color information
#61C9A7 (or 0x61C9A7) is known color: Medium Aquamarine. HEX triplet: 61, C9 and A7. RGB value is (97,201,167). Sum of RGB (Red+Green+Blue) = 97+201+167=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C9A7 is #9E3658. Grayscale: #A6A6A6. Windows color (decimal): -10368601 or 10996065. OLE color: 10996065.
HSL color Cylindrical-coordinate representation of color #61C9A7: hue angle of 160.38º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9A7 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 167 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.21 |
| HSL | 160.38º | 0.49% | 0.58% | - |
| HSV(B) | 160.38º | 0.52% | 0.79% | - |
| XYZ | 32.79 | 47.1 | 43.92 | - |
| YUV | 166.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 167 | 0.52 | 0 | 0.17 | 0.21 | 160.38 | 0.49 | 0.58 |
| Hex | 61 | C9 | A7 | 34 | 0 | 11 | 15 | A0 | 31 | 3A |
| Octal | 141 | 311 | 247 | 64 | 0 | 21 | 25 | 240 | 61 | 72 |
| Binary | 1100001 | 11001001 | 10100111 | 110100 | 0 | 10001 | 10101 | 10100000 | 110001 | 111010 |
Color Harmonies of #61C9A7
Complementary color
Monochromatic Colors of #61C9A7
Black with #61C9A7
Text Example
Text Example
White with #61C9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9A7; }
p { color: rgb(97,201,167); }
H1.HeaderClassName
{
color: #61C9A7;
}
.AnyTagClassName
{
color: #61C9A7;
}
</style>
background-color css
<style>
a { background-color: #61C9A7; }
a { background-color: rgb(97,201,167); }
div.DivClassName
{
background-color: #61C9A7;
}
.BgClassName
{
background-color: #61C9A7;
}
</style>
border-color css
<style>
span { border-color: #61C9A7; }
span { border-color: rgb(97,201,167); }
td.TdClassName
{
border-color: #61C9A7;
}
.TagClassName
{
border-color: #61C9A7;
}
</style>