Shades of Medium Aquamarine #61C9A2
Tints of Medium Aquamarine #61C9A2
RGB
CMYK
RGB Variations
Color information
#61C9A2 (or 0x61C9A2) is known color: Medium Aquamarine. HEX triplet: 61, C9 and A2. RGB value is (97,201,162). Sum of RGB (Red+Green+Blue) = 97+201+162=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C9A2 is #9E365D. Grayscale: #A5A5A5. Windows color (decimal): -10368606 or 10668385. OLE color: 10668385.
HSL color Cylindrical-coordinate representation of color #61C9A2: hue angle of 157.5º 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 #61C9A2 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 162 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.21 |
| HSL | 157.5º | 0.49% | 0.58% | - |
| HSV(B) | 157.5º | 0.52% | 0.79% | - |
| XYZ | 32.34 | 46.92 | 41.54 | - |
| YUV | 165.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 162 | 0.52 | 0 | 0.19 | 0.21 | 157.5 | 0.49 | 0.58 |
| Hex | 61 | C9 | A2 | 34 | 0 | 13 | 15 | 9E | 31 | 3A |
| Octal | 141 | 311 | 242 | 64 | 0 | 23 | 25 | 236 | 61 | 72 |
| Binary | 1100001 | 11001001 | 10100010 | 110100 | 0 | 10011 | 10101 | 10011110 | 110001 | 111010 |
Color Harmonies of #61C9A2
Complementary color
Monochromatic Colors of #61C9A2
Black with #61C9A2
Text Example
Text Example
White with #61C9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9A2; }
p { color: rgb(97,201,162); }
H1.HeaderClassName
{
color: #61C9A2;
}
.AnyTagClassName
{
color: #61C9A2;
}
</style>
background-color css
<style>
a { background-color: #61C9A2; }
a { background-color: rgb(97,201,162); }
div.DivClassName
{
background-color: #61C9A2;
}
.BgClassName
{
background-color: #61C9A2;
}
</style>
border-color css
<style>
span { border-color: #61C9A2; }
span { border-color: rgb(97,201,162); }
td.TdClassName
{
border-color: #61C9A2;
}
.TagClassName
{
border-color: #61C9A2;
}
</style>