Shades of Medium Aquamarine #61DCAA
Tints of Medium Aquamarine #61DCAA
RGB
CMYK
RGB Variations
Color information
#61DCAA (or 0x61DCAA) is known color: Medium Aquamarine. HEX triplet: 61, DC and AA. RGB value is (97,220,170). Sum of RGB (Red+Green+Blue) = 97+220+170=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAA is #9E2355. Grayscale: #B1B1B1. Windows color (decimal): -10363734 or 11197537. OLE color: 11197537.
HSL color Cylindrical-coordinate representation of color #61DCAA: hue angle of 155.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCAA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 170 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.14 |
| HSL | 155.61º | 0.64% | 0.62% | - |
| HSV(B) | 155.61º | 0.56% | 0.86% | - |
| XYZ | 37.78 | 56.63 | 46.97 | - |
| YUV | 177.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 170 | 0.56 | 0 | 0.23 | 0.14 | 155.61 | 0.64 | 0.62 |
| Hex | 61 | DC | AA | 38 | 0 | 17 | E | 9C | 40 | 3E |
| Octal | 141 | 334 | 252 | 70 | 0 | 27 | 16 | 234 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10101010 | 111000 | 0 | 10111 | 1110 | 10011100 | 1000000 | 111110 |
Color Harmonies of #61DCAA
Complementary color
Monochromatic Colors of #61DCAA
Black with #61DCAA
Text Example
Text Example
White with #61DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCAA; }
p { color: rgb(97,220,170); }
H1.HeaderClassName
{
color: #61DCAA;
}
.AnyTagClassName
{
color: #61DCAA;
}
</style>
background-color css
<style>
a { background-color: #61DCAA; }
a { background-color: rgb(97,220,170); }
div.DivClassName
{
background-color: #61DCAA;
}
.BgClassName
{
background-color: #61DCAA;
}
</style>
border-color css
<style>
span { border-color: #61DCAA; }
span { border-color: rgb(97,220,170); }
td.TdClassName
{
border-color: #61DCAA;
}
.TagClassName
{
border-color: #61DCAA;
}
</style>