Shades of Medium Aquamarine #61F298
Tints of Medium Aquamarine #61F298
RGB
CMYK
RGB Variations
Color information
#61F298 (or 0x61F298) is known color: Medium Aquamarine. HEX triplet: 61, F2 and 98. RGB value is (97,242,152). Sum of RGB (Red+Green+Blue) = 97+242+152=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #61F298 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F298 is #9E0D67. Grayscale: #BCBCBC. Windows color (decimal): -10358120 or 10023521. OLE color: 10023521.
HSL color Cylindrical-coordinate representation of color #61F298: hue angle of 142.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F298 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 152 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.05 |
| HSL | 142.76º | 0.85% | 0.66% | - |
| HSV(B) | 142.76º | 0.6% | 0.95% | - |
| XYZ | 42.35 | 68.31 | 40.66 | - |
| YUV | 188.39 | 107.46 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 152 | 0.60 | 0 | 0.37 | 0.05 | 142.76 | 0.85 | 0.66 |
| Hex | 61 | F2 | 98 | 3C | 0 | 25 | 5 | 8F | 55 | 42 |
| Octal | 141 | 362 | 230 | 74 | 0 | 45 | 5 | 217 | 125 | 102 |
| Binary | 1100001 | 11110010 | 10011000 | 111100 | 0 | 100101 | 101 | 10001111 | 1010101 | 1000010 |
Color Harmonies of #61F298
Complementary color
Monochromatic Colors of #61F298
Black with #61F298
Text Example
Text Example
White with #61F298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F298; }
p { color: rgb(97,242,152); }
H1.HeaderClassName
{
color: #61F298;
}
.AnyTagClassName
{
color: #61F298;
}
</style>
background-color css
<style>
a { background-color: #61F298; }
a { background-color: rgb(97,242,152); }
div.DivClassName
{
background-color: #61F298;
}
.BgClassName
{
background-color: #61F298;
}
</style>
border-color css
<style>
span { border-color: #61F298; }
span { border-color: rgb(97,242,152); }
td.TdClassName
{
border-color: #61F298;
}
.TagClassName
{
border-color: #61F298;
}
</style>