Shades of Medium Aquamarine #61DBA1
Tints of Medium Aquamarine #61DBA1
RGB
CMYK
RGB Variations
Color information
#61DBA1 (or 0x61DBA1) is known color: Medium Aquamarine. HEX triplet: 61, DB and A1. RGB value is (97,219,161). Sum of RGB (Red+Green+Blue) = 97+219+161=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBA1 is #9E245E. Grayscale: #B0B0B0. Windows color (decimal): -10363999 or 10607457. OLE color: 10607457.
HSL color Cylindrical-coordinate representation of color #61DBA1: hue angle of 151.48º degrees, saturation: 0.63, 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 #61DBA1 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 161 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.14 |
| HSL | 151.48º | 0.63% | 0.62% | - |
| HSV(B) | 151.48º | 0.56% | 0.86% | - |
| XYZ | 36.69 | 55.78 | 42.55 | - |
| YUV | 175.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 161 | 0.56 | 0 | 0.26 | 0.14 | 151.48 | 0.63 | 0.62 |
| Hex | 61 | DB | A1 | 38 | 0 | 1A | E | 97 | 3F | 3E |
| Octal | 141 | 333 | 241 | 70 | 0 | 32 | 16 | 227 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10100001 | 111000 | 0 | 11010 | 1110 | 10010111 | 111111 | 111110 |
Color Harmonies of #61DBA1
Complementary color
Monochromatic Colors of #61DBA1
Black with #61DBA1
Text Example
Text Example
White with #61DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBA1; }
p { color: rgb(97,219,161); }
H1.HeaderClassName
{
color: #61DBA1;
}
.AnyTagClassName
{
color: #61DBA1;
}
</style>
background-color css
<style>
a { background-color: #61DBA1; }
a { background-color: rgb(97,219,161); }
div.DivClassName
{
background-color: #61DBA1;
}
.BgClassName
{
background-color: #61DBA1;
}
</style>
border-color css
<style>
span { border-color: #61DBA1; }
span { border-color: rgb(97,219,161); }
td.TdClassName
{
border-color: #61DBA1;
}
.TagClassName
{
border-color: #61DBA1;
}
</style>