Shades of Medium Aquamarine #61E098
Tints of Medium Aquamarine #61E098
RGB
CMYK
RGB Variations
Color information
#61E098 (or 0x61E098) is known color: Medium Aquamarine. HEX triplet: 61, E0 and 98. RGB value is (97,224,152). Sum of RGB (Red+Green+Blue) = 97+224+152=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #61E098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E098 is #9E1F67. Grayscale: #B1B1B1. Windows color (decimal): -10362728 or 10018913. OLE color: 10018913.
HSL color Cylindrical-coordinate representation of color #61E098: hue angle of 145.98º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E098 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 152 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.12 |
| HSL | 145.98º | 0.67% | 0.63% | - |
| HSV(B) | 145.98º | 0.57% | 0.88% | - |
| XYZ | 37.25 | 58.12 | 38.96 | - |
| YUV | 177.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 152 | 0.57 | 0 | 0.32 | 0.12 | 145.98 | 0.67 | 0.63 |
| Hex | 61 | E0 | 98 | 39 | 0 | 20 | C | 92 | 43 | 3F |
| Octal | 141 | 340 | 230 | 71 | 0 | 40 | 14 | 222 | 103 | 77 |
| Binary | 1100001 | 11100000 | 10011000 | 111001 | 0 | 100000 | 1100 | 10010010 | 1000011 | 111111 |
Color Harmonies of #61E098
Complementary color
Monochromatic Colors of #61E098
Black with #61E098
Text Example
Text Example
White with #61E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E098; }
p { color: rgb(97,224,152); }
H1.HeaderClassName
{
color: #61E098;
}
.AnyTagClassName
{
color: #61E098;
}
</style>
background-color css
<style>
a { background-color: #61E098; }
a { background-color: rgb(97,224,152); }
div.DivClassName
{
background-color: #61E098;
}
.BgClassName
{
background-color: #61E098;
}
</style>
border-color css
<style>
span { border-color: #61E098; }
span { border-color: rgb(97,224,152); }
td.TdClassName
{
border-color: #61E098;
}
.TagClassName
{
border-color: #61E098;
}
</style>