Shades of Medium Aquamarine #61D59D
Tints of Medium Aquamarine #61D59D
RGB
CMYK
RGB Variations
Color information
#61D59D (or 0x61D59D) is known color: Medium Aquamarine. HEX triplet: 61, D5 and 9D. RGB value is (97,213,157). Sum of RGB (Red+Green+Blue) = 97+213+157=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #61D59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D59D is #9E2A62. Grayscale: #ACACAC. Windows color (decimal): -10365539 or 10343777. OLE color: 10343777.
HSL color Cylindrical-coordinate representation of color #61D59D: hue angle of 151.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D59D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 157 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.16 |
| HSL | 151.03º | 0.58% | 0.61% | - |
| HSV(B) | 151.03º | 0.54% | 0.84% | - |
| XYZ | 34.81 | 52.56 | 40.21 | - |
| YUV | 171.93 | 119.57 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 157 | 0.54 | 0 | 0.26 | 0.16 | 151.03 | 0.58 | 0.61 |
| Hex | 61 | D5 | 9D | 36 | 0 | 1A | 10 | 97 | 3A | 3D |
| Octal | 141 | 325 | 235 | 66 | 0 | 32 | 20 | 227 | 72 | 75 |
| Binary | 1100001 | 11010101 | 10011101 | 110110 | 0 | 11010 | 10000 | 10010111 | 111010 | 111101 |
Color Harmonies of #61D59D
Complementary color
Monochromatic Colors of #61D59D
Black with #61D59D
Text Example
Text Example
White with #61D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D59D; }
p { color: rgb(97,213,157); }
H1.HeaderClassName
{
color: #61D59D;
}
.AnyTagClassName
{
color: #61D59D;
}
</style>
background-color css
<style>
a { background-color: #61D59D; }
a { background-color: rgb(97,213,157); }
div.DivClassName
{
background-color: #61D59D;
}
.BgClassName
{
background-color: #61D59D;
}
</style>
border-color css
<style>
span { border-color: #61D59D; }
span { border-color: rgb(97,213,157); }
td.TdClassName
{
border-color: #61D59D;
}
.TagClassName
{
border-color: #61D59D;
}
</style>