Shades of Medium Aquamarine #61C5AF
Tints of Medium Aquamarine #61C5AF
RGB
CMYK
RGB Variations
Color information
#61C5AF (or 0x61C5AF) is known color: Medium Aquamarine. HEX triplet: 61, C5 and AF. RGB value is (97,197,175). Sum of RGB (Red+Green+Blue) = 97+197+175=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C5AF is #9E3A50. Grayscale: #A4A4A4. Windows color (decimal): -10369617 or 11519329. OLE color: 11519329.
HSL color Cylindrical-coordinate representation of color #61C5AF: hue angle of 166.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C5AF is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 175 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.23 |
| HSL | 166.8º | 0.46% | 0.58% | - |
| HSV(B) | 166.8º | 0.51% | 0.77% | - |
| XYZ | 32.63 | 45.57 | 47.63 | - |
| YUV | 164.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 175 | 0.51 | 0 | 0.11 | 0.23 | 166.8 | 0.46 | 0.58 |
| Hex | 61 | C5 | AF | 33 | 0 | B | 17 | A7 | 2E | 3A |
| Octal | 141 | 305 | 257 | 63 | 0 | 13 | 27 | 247 | 56 | 72 |
| Binary | 1100001 | 11000101 | 10101111 | 110011 | 0 | 1011 | 10111 | 10100111 | 101110 | 111010 |
Color Harmonies of #61C5AF
Complementary color
Monochromatic Colors of #61C5AF
Black with #61C5AF
Text Example
Text Example
White with #61C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5AF; }
p { color: rgb(97,197,175); }
H1.HeaderClassName
{
color: #61C5AF;
}
.AnyTagClassName
{
color: #61C5AF;
}
</style>
background-color css
<style>
a { background-color: #61C5AF; }
a { background-color: rgb(97,197,175); }
div.DivClassName
{
background-color: #61C5AF;
}
.BgClassName
{
background-color: #61C5AF;
}
</style>
border-color css
<style>
span { border-color: #61C5AF; }
span { border-color: rgb(97,197,175); }
td.TdClassName
{
border-color: #61C5AF;
}
.TagClassName
{
border-color: #61C5AF;
}
</style>