Shades of Medium Aquamarine #61DF98
Tints of Medium Aquamarine #61DF98
RGB
CMYK
RGB Variations
Color information
#61DF98 (or 0x61DF98) is known color: Medium Aquamarine. HEX triplet: 61, DF and 98. RGB value is (97,223,152). Sum of RGB (Red+Green+Blue) = 97+223+152=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DF98 is #9E2067. Grayscale: #B1B1B1. Windows color (decimal): -10362984 or 10018657. OLE color: 10018657.
HSL color Cylindrical-coordinate representation of color #61DF98: hue angle of 146.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DF98 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 152 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.13 |
| HSL | 146.19º | 0.66% | 0.63% | - |
| HSV(B) | 146.19º | 0.57% | 0.87% | - |
| XYZ | 36.98 | 57.58 | 38.87 | - |
| YUV | 177.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 152 | 0.57 | 0 | 0.32 | 0.13 | 146.19 | 0.66 | 0.63 |
| Hex | 61 | DF | 98 | 39 | 0 | 20 | D | 92 | 42 | 3F |
| Octal | 141 | 337 | 230 | 71 | 0 | 40 | 15 | 222 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10011000 | 111001 | 0 | 100000 | 1101 | 10010010 | 1000010 | 111111 |
Color Harmonies of #61DF98
Complementary color
Monochromatic Colors of #61DF98
Black with #61DF98
Text Example
Text Example
White with #61DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF98; }
p { color: rgb(97,223,152); }
H1.HeaderClassName
{
color: #61DF98;
}
.AnyTagClassName
{
color: #61DF98;
}
</style>
background-color css
<style>
a { background-color: #61DF98; }
a { background-color: rgb(97,223,152); }
div.DivClassName
{
background-color: #61DF98;
}
.BgClassName
{
background-color: #61DF98;
}
</style>
border-color css
<style>
span { border-color: #61DF98; }
span { border-color: rgb(97,223,152); }
td.TdClassName
{
border-color: #61DF98;
}
.TagClassName
{
border-color: #61DF98;
}
</style>