Shades of Medium Aquamarine #61C3A2
Tints of Medium Aquamarine #61C3A2
RGB
CMYK
RGB Variations
Color information
#61C3A2 (or 0x61C3A2) is known color: Medium Aquamarine. HEX triplet: 61, C3 and A2. RGB value is (97,195,162). Sum of RGB (Red+Green+Blue) = 97+195+162=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C3A2 is #9E3C5D. Grayscale: #A1A1A1. Windows color (decimal): -10370142 or 10666849. OLE color: 10666849.
HSL color Cylindrical-coordinate representation of color #61C3A2: hue angle of 159.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C3A2 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 162 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.24 |
| HSL | 159.8º | 0.45% | 0.57% | - |
| HSV(B) | 159.8º | 0.5% | 0.76% | - |
| XYZ | 30.97 | 44.18 | 41.08 | - |
| YUV | 161.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 162 | 0.50 | 0 | 0.17 | 0.24 | 159.8 | 0.45 | 0.57 |
| Hex | 61 | C3 | A2 | 32 | 0 | 11 | 18 | A0 | 2D | 39 |
| Octal | 141 | 303 | 242 | 62 | 0 | 21 | 30 | 240 | 55 | 71 |
| Binary | 1100001 | 11000011 | 10100010 | 110010 | 0 | 10001 | 11000 | 10100000 | 101101 | 111001 |
Color Harmonies of #61C3A2
Complementary color
Monochromatic Colors of #61C3A2
Black with #61C3A2
Text Example
Text Example
White with #61C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C3A2; }
p { color: rgb(97,195,162); }
H1.HeaderClassName
{
color: #61C3A2;
}
.AnyTagClassName
{
color: #61C3A2;
}
</style>
background-color css
<style>
a { background-color: #61C3A2; }
a { background-color: rgb(97,195,162); }
div.DivClassName
{
background-color: #61C3A2;
}
.BgClassName
{
background-color: #61C3A2;
}
</style>
border-color css
<style>
span { border-color: #61C3A2; }
span { border-color: rgb(97,195,162); }
td.TdClassName
{
border-color: #61C3A2;
}
.TagClassName
{
border-color: #61C3A2;
}
</style>