Shades of Medium Aquamarine #61C4AE
Tints of Medium Aquamarine #61C4AE
RGB
CMYK
RGB Variations
Color information
#61C4AE (or 0x61C4AE) is known color: Medium Aquamarine. HEX triplet: 61, C4 and AE. RGB value is (97,196,174). Sum of RGB (Red+Green+Blue) = 97+196+174=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C4AE is #9E3B51. Grayscale: #A3A3A3. Windows color (decimal): -10369874 or 11453537. OLE color: 11453537.
HSL color Cylindrical-coordinate representation of color #61C4AE: hue angle of 166.67º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C4AE is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 174 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.23 |
| HSL | 166.67º | 0.46% | 0.57% | - |
| HSV(B) | 166.67º | 0.51% | 0.77% | - |
| XYZ | 32.31 | 45.08 | 47.04 | - |
| YUV | 163.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 174 | 0.51 | 0 | 0.11 | 0.23 | 166.67 | 0.46 | 0.57 |
| Hex | 61 | C4 | AE | 33 | 0 | B | 17 | A7 | 2E | 39 |
| Octal | 141 | 304 | 256 | 63 | 0 | 13 | 27 | 247 | 56 | 71 |
| Binary | 1100001 | 11000100 | 10101110 | 110011 | 0 | 1011 | 10111 | 10100111 | 101110 | 111001 |
Color Harmonies of #61C4AE
Complementary color
Monochromatic Colors of #61C4AE
Black with #61C4AE
Text Example
Text Example
White with #61C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C4AE; }
p { color: rgb(97,196,174); }
H1.HeaderClassName
{
color: #61C4AE;
}
.AnyTagClassName
{
color: #61C4AE;
}
</style>
background-color css
<style>
a { background-color: #61C4AE; }
a { background-color: rgb(97,196,174); }
div.DivClassName
{
background-color: #61C4AE;
}
.BgClassName
{
background-color: #61C4AE;
}
</style>
border-color css
<style>
span { border-color: #61C4AE; }
span { border-color: rgb(97,196,174); }
td.TdClassName
{
border-color: #61C4AE;
}
.TagClassName
{
border-color: #61C4AE;
}
</style>