Shades of Medium Aquamarine #61DCAE
Tints of Medium Aquamarine #61DCAE
RGB
CMYK
RGB Variations
Color information
#61DCAE (or 0x61DCAE) is known color: Medium Aquamarine. HEX triplet: 61, DC and AE. RGB value is (97,220,174). Sum of RGB (Red+Green+Blue) = 97+220+174=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCAE is #9E2351. Grayscale: #B2B2B2. Windows color (decimal): -10363730 or 11459681. OLE color: 11459681.
HSL color Cylindrical-coordinate representation of color #61DCAE: hue angle of 157.56º 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 #61DCAE is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 174 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.14 |
| HSL | 157.56º | 0.64% | 0.62% | - |
| HSV(B) | 157.56º | 0.56% | 0.86% | - |
| XYZ | 38.16 | 56.78 | 48.99 | - |
| YUV | 177.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 174 | 0.56 | 0 | 0.21 | 0.14 | 157.56 | 0.64 | 0.62 |
| Hex | 61 | DC | AE | 38 | 0 | 15 | E | 9E | 40 | 3E |
| Octal | 141 | 334 | 256 | 70 | 0 | 25 | 16 | 236 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10101110 | 111000 | 0 | 10101 | 1110 | 10011110 | 1000000 | 111110 |
Color Harmonies of #61DCAE
Complementary color
Monochromatic Colors of #61DCAE
Black with #61DCAE
Text Example
Text Example
White with #61DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCAE; }
p { color: rgb(97,220,174); }
H1.HeaderClassName
{
color: #61DCAE;
}
.AnyTagClassName
{
color: #61DCAE;
}
</style>
background-color css
<style>
a { background-color: #61DCAE; }
a { background-color: rgb(97,220,174); }
div.DivClassName
{
background-color: #61DCAE;
}
.BgClassName
{
background-color: #61DCAE;
}
</style>
border-color css
<style>
span { border-color: #61DCAE; }
span { border-color: rgb(97,220,174); }
td.TdClassName
{
border-color: #61DCAE;
}
.TagClassName
{
border-color: #61DCAE;
}
</style>