Shades of Medium Aquamarine #61E898
Tints of Medium Aquamarine #61E898
RGB
CMYK
RGB Variations
Color information
#61E898 (or 0x61E898) is known color: Medium Aquamarine. HEX triplet: 61, E8 and 98. RGB value is (97,232,152). Sum of RGB (Red+Green+Blue) = 97+232+152=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #61E898 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E898 is #9E1767. Grayscale: #B6B6B6. Windows color (decimal): -10360680 or 10020961. OLE color: 10020961.
HSL color Cylindrical-coordinate representation of color #61E898: hue angle of 144.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E898 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 152 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.09 |
| HSL | 144.44º | 0.75% | 0.65% | - |
| HSV(B) | 144.44º | 0.58% | 0.91% | - |
| XYZ | 39.45 | 62.52 | 39.69 | - |
| YUV | 182.52 | 110.77 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 152 | 0.58 | 0 | 0.34 | 0.09 | 144.44 | 0.75 | 0.65 |
| Hex | 61 | E8 | 98 | 3A | 0 | 22 | 9 | 90 | 4B | 41 |
| Octal | 141 | 350 | 230 | 72 | 0 | 42 | 11 | 220 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10011000 | 111010 | 0 | 100010 | 1001 | 10010000 | 1001011 | 1000001 |
Color Harmonies of #61E898
Complementary color
Monochromatic Colors of #61E898
Black with #61E898
Text Example
Text Example
White with #61E898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E898; }
p { color: rgb(97,232,152); }
H1.HeaderClassName
{
color: #61E898;
}
.AnyTagClassName
{
color: #61E898;
}
</style>
background-color css
<style>
a { background-color: #61E898; }
a { background-color: rgb(97,232,152); }
div.DivClassName
{
background-color: #61E898;
}
.BgClassName
{
background-color: #61E898;
}
</style>
border-color css
<style>
span { border-color: #61E898; }
span { border-color: rgb(97,232,152); }
td.TdClassName
{
border-color: #61E898;
}
.TagClassName
{
border-color: #61E898;
}
</style>