Shades of Medium Aquamarine #61C3A6
Tints of Medium Aquamarine #61C3A6
RGB
CMYK
RGB Variations
Color information
#61C3A6 (or 0x61C3A6) is known color: Medium Aquamarine. HEX triplet: 61, C3 and A6. RGB value is (97,195,166). Sum of RGB (Red+Green+Blue) = 97+195+166=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C3A6 is #9E3C59. Grayscale: #A2A2A2. Windows color (decimal): -10370138 or 10928993. OLE color: 10928993.
HSL color Cylindrical-coordinate representation of color #61C3A6: hue angle of 162.24º 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 #61C3A6 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 166 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.24 |
| HSL | 162.24º | 0.45% | 0.57% | - |
| HSV(B) | 162.24º | 0.5% | 0.76% | - |
| XYZ | 31.33 | 44.32 | 42.98 | - |
| YUV | 162.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 166 | 0.50 | 0 | 0.15 | 0.24 | 162.24 | 0.45 | 0.57 |
| Hex | 61 | C3 | A6 | 32 | 0 | F | 18 | A2 | 2D | 39 |
| Octal | 141 | 303 | 246 | 62 | 0 | 17 | 30 | 242 | 55 | 71 |
| Binary | 1100001 | 11000011 | 10100110 | 110010 | 0 | 1111 | 11000 | 10100010 | 101101 | 111001 |
Color Harmonies of #61C3A6
Complementary color
Monochromatic Colors of #61C3A6
Black with #61C3A6
Text Example
Text Example
White with #61C3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C3A6; }
p { color: rgb(97,195,166); }
H1.HeaderClassName
{
color: #61C3A6;
}
.AnyTagClassName
{
color: #61C3A6;
}
</style>
background-color css
<style>
a { background-color: #61C3A6; }
a { background-color: rgb(97,195,166); }
div.DivClassName
{
background-color: #61C3A6;
}
.BgClassName
{
background-color: #61C3A6;
}
</style>
border-color css
<style>
span { border-color: #61C3A6; }
span { border-color: rgb(97,195,166); }
td.TdClassName
{
border-color: #61C3A6;
}
.TagClassName
{
border-color: #61C3A6;
}
</style>