Shades of Medium Aquamarine #61E596
Tints of Medium Aquamarine #61E596
RGB
CMYK
RGB Variations
Color information
#61E596 (or 0x61E596) is known color: Medium Aquamarine. HEX triplet: 61, E5 and 96. RGB value is (97,229,150). Sum of RGB (Red+Green+Blue) = 97+229+150=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #61E596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E596 is #9E1A69. Grayscale: #B4B4B4. Windows color (decimal): -10361450 or 9889121. OLE color: 9889121.
HSL color Cylindrical-coordinate representation of color #61E596: hue angle of 144.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E596 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 150 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.10 |
| HSL | 144.09º | 0.72% | 0.64% | - |
| HSV(B) | 144.09º | 0.58% | 0.9% | - |
| XYZ | 38.45 | 60.78 | 38.56 | - |
| YUV | 180.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 150 | 0.58 | 0 | 0.34 | 0.10 | 144.09 | 0.72 | 0.64 |
| Hex | 61 | E5 | 96 | 3A | 0 | 22 | A | 90 | 48 | 40 |
| Octal | 141 | 345 | 226 | 72 | 0 | 42 | 12 | 220 | 110 | 100 |
| Binary | 1100001 | 11100101 | 10010110 | 111010 | 0 | 100010 | 1010 | 10010000 | 1001000 | 1000000 |
Color Harmonies of #61E596
Complementary color
Monochromatic Colors of #61E596
Black with #61E596
Text Example
Text Example
White with #61E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E596; }
p { color: rgb(97,229,150); }
H1.HeaderClassName
{
color: #61E596;
}
.AnyTagClassName
{
color: #61E596;
}
</style>
background-color css
<style>
a { background-color: #61E596; }
a { background-color: rgb(97,229,150); }
div.DivClassName
{
background-color: #61E596;
}
.BgClassName
{
background-color: #61E596;
}
</style>
border-color css
<style>
span { border-color: #61E596; }
span { border-color: rgb(97,229,150); }
td.TdClassName
{
border-color: #61E596;
}
.TagClassName
{
border-color: #61E596;
}
</style>