Shades of Medium Aquamarine #61E19D
Tints of Medium Aquamarine #61E19D
RGB
CMYK
RGB Variations
Color information
#61E19D (or 0x61E19D) is known color: Medium Aquamarine. HEX triplet: 61, E1 and 9D. RGB value is (97,225,157). Sum of RGB (Red+Green+Blue) = 97+225+157=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #61E19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E19D is #9E1E62. Grayscale: #B3B3B3. Windows color (decimal): -10362467 or 10346849. OLE color: 10346849.
HSL color Cylindrical-coordinate representation of color #61E19D: hue angle of 148.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E19D is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 157 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.12 |
| HSL | 148.13º | 0.68% | 0.63% | - |
| HSV(B) | 148.13º | 0.57% | 0.88% | - |
| XYZ | 37.94 | 58.83 | 41.25 | - |
| YUV | 178.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 157 | 0.57 | 0 | 0.30 | 0.12 | 148.13 | 0.68 | 0.63 |
| Hex | 61 | E1 | 9D | 39 | 0 | 1E | C | 94 | 44 | 3F |
| Octal | 141 | 341 | 235 | 71 | 0 | 36 | 14 | 224 | 104 | 77 |
| Binary | 1100001 | 11100001 | 10011101 | 111001 | 0 | 11110 | 1100 | 10010100 | 1000100 | 111111 |
Color Harmonies of #61E19D
Complementary color
Monochromatic Colors of #61E19D
Black with #61E19D
Text Example
Text Example
White with #61E19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E19D; }
p { color: rgb(97,225,157); }
H1.HeaderClassName
{
color: #61E19D;
}
.AnyTagClassName
{
color: #61E19D;
}
</style>
background-color css
<style>
a { background-color: #61E19D; }
a { background-color: rgb(97,225,157); }
div.DivClassName
{
background-color: #61E19D;
}
.BgClassName
{
background-color: #61E19D;
}
</style>
border-color css
<style>
span { border-color: #61E19D; }
span { border-color: rgb(97,225,157); }
td.TdClassName
{
border-color: #61E19D;
}
.TagClassName
{
border-color: #61E19D;
}
</style>