Shades of Medium Aquamarine #61ED95
Tints of Medium Aquamarine #61ED95
RGB
CMYK
RGB Variations
Color information
#61ED95 (or 0x61ED95) is known color: Medium Aquamarine. HEX triplet: 61, ED and 95. RGB value is (97,237,149). Sum of RGB (Red+Green+Blue) = 97+237+149=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED95 is #9E126A. Grayscale: #B9B9B9. Windows color (decimal): -10359403 or 9825633. OLE color: 9825633.
HSL color Cylindrical-coordinate representation of color #61ED95: hue angle of 142.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ED95 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 149 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.07 |
| HSL | 142.29º | 0.8% | 0.65% | - |
| HSV(B) | 142.29º | 0.59% | 0.93% | - |
| XYZ | 40.64 | 65.28 | 38.89 | - |
| YUV | 185.11 | 107.62 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 149 | 0.59 | 0 | 0.37 | 0.07 | 142.29 | 0.8 | 0.65 |
| Hex | 61 | ED | 95 | 3B | 0 | 25 | 7 | 8E | 50 | 41 |
| Octal | 141 | 355 | 225 | 73 | 0 | 45 | 7 | 216 | 120 | 101 |
| Binary | 1100001 | 11101101 | 10010101 | 111011 | 0 | 100101 | 111 | 10001110 | 1010000 | 1000001 |
Color Harmonies of #61ED95
Complementary color
Monochromatic Colors of #61ED95
Black with #61ED95
Text Example
Text Example
White with #61ED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ED95; }
p { color: rgb(97,237,149); }
H1.HeaderClassName
{
color: #61ED95;
}
.AnyTagClassName
{
color: #61ED95;
}
</style>
background-color css
<style>
a { background-color: #61ED95; }
a { background-color: rgb(97,237,149); }
div.DivClassName
{
background-color: #61ED95;
}
.BgClassName
{
background-color: #61ED95;
}
</style>
border-color css
<style>
span { border-color: #61ED95; }
span { border-color: rgb(97,237,149); }
td.TdClassName
{
border-color: #61ED95;
}
.TagClassName
{
border-color: #61ED95;
}
</style>