Shades of Medium Aquamarine #61DC9F
Tints of Medium Aquamarine #61DC9F
RGB
CMYK
RGB Variations
Color information
#61DC9F (or 0x61DC9F) is known color: Medium Aquamarine. HEX triplet: 61, DC and 9F. RGB value is (97,220,159). Sum of RGB (Red+Green+Blue) = 97+220+159=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC9F is #9E2360. Grayscale: #B0B0B0. Windows color (decimal): -10363745 or 10476641. OLE color: 10476641.
HSL color Cylindrical-coordinate representation of color #61DC9F: hue angle of 150.24º 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 #61DC9F is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 159 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.14 |
| HSL | 150.24º | 0.64% | 0.62% | - |
| HSV(B) | 150.24º | 0.56% | 0.86% | - |
| XYZ | 36.78 | 56.23 | 41.72 | - |
| YUV | 176.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 159 | 0.56 | 0 | 0.28 | 0.14 | 150.24 | 0.64 | 0.62 |
| Hex | 61 | DC | 9F | 38 | 0 | 1C | E | 96 | 40 | 3E |
| Octal | 141 | 334 | 237 | 70 | 0 | 34 | 16 | 226 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10011111 | 111000 | 0 | 11100 | 1110 | 10010110 | 1000000 | 111110 |
Color Harmonies of #61DC9F
Complementary color
Monochromatic Colors of #61DC9F
Black with #61DC9F
Text Example
Text Example
White with #61DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC9F; }
p { color: rgb(97,220,159); }
H1.HeaderClassName
{
color: #61DC9F;
}
.AnyTagClassName
{
color: #61DC9F;
}
</style>
background-color css
<style>
a { background-color: #61DC9F; }
a { background-color: rgb(97,220,159); }
div.DivClassName
{
background-color: #61DC9F;
}
.BgClassName
{
background-color: #61DC9F;
}
</style>
border-color css
<style>
span { border-color: #61DC9F; }
span { border-color: rgb(97,220,159); }
td.TdClassName
{
border-color: #61DC9F;
}
.TagClassName
{
border-color: #61DC9F;
}
</style>