Shades of Medium Aquamarine #61D998
Tints of Medium Aquamarine #61D998
RGB
CMYK
RGB Variations
Color information
#61D998 (or 0x61D998) is known color: Medium Aquamarine. HEX triplet: 61, D9 and 98. RGB value is (97,217,152). Sum of RGB (Red+Green+Blue) = 97+217+152=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #61D998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D998 is #9E2667. Grayscale: #ADADAD. Windows color (decimal): -10364520 or 10017121. OLE color: 10017121.
HSL color Cylindrical-coordinate representation of color #61D998: hue angle of 147.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D998 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 152 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.15 |
| HSL | 147.5º | 0.61% | 0.62% | - |
| HSV(B) | 147.5º | 0.55% | 0.85% | - |
| XYZ | 35.41 | 54.43 | 38.35 | - |
| YUV | 173.71 | 115.74 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 152 | 0.55 | 0 | 0.30 | 0.15 | 147.5 | 0.61 | 0.62 |
| Hex | 61 | D9 | 98 | 37 | 0 | 1E | F | 94 | 3D | 3E |
| Octal | 141 | 331 | 230 | 67 | 0 | 36 | 17 | 224 | 75 | 76 |
| Binary | 1100001 | 11011001 | 10011000 | 110111 | 0 | 11110 | 1111 | 10010100 | 111101 | 111110 |
Color Harmonies of #61D998
Complementary color
Monochromatic Colors of #61D998
Black with #61D998
Text Example
Text Example
White with #61D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D998; }
p { color: rgb(97,217,152); }
H1.HeaderClassName
{
color: #61D998;
}
.AnyTagClassName
{
color: #61D998;
}
</style>
background-color css
<style>
a { background-color: #61D998; }
a { background-color: rgb(97,217,152); }
div.DivClassName
{
background-color: #61D998;
}
.BgClassName
{
background-color: #61D998;
}
</style>
border-color css
<style>
span { border-color: #61D998; }
span { border-color: rgb(97,217,152); }
td.TdClassName
{
border-color: #61D998;
}
.TagClassName
{
border-color: #61D998;
}
</style>