Shades of Medium Aquamarine #61F09A
Tints of Medium Aquamarine #61F09A
RGB
CMYK
RGB Variations
Color information
#61F09A (or 0x61F09A) is known color: Medium Aquamarine. HEX triplet: 61, F0 and 9A. RGB value is (97,240,154). Sum of RGB (Red+Green+Blue) = 97+240+154=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #61F09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F09A is #9E0F65. Grayscale: #BBBBBB. Windows color (decimal): -10358630 or 10154081. OLE color: 10154081.
HSL color Cylindrical-coordinate representation of color #61F09A: hue angle of 143.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F09A is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 154 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.06 |
| HSL | 143.92º | 0.83% | 0.66% | - |
| HSV(B) | 143.92º | 0.6% | 0.94% | - |
| XYZ | 41.92 | 67.19 | 41.33 | - |
| YUV | 187.44 | 109.12 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 154 | 0.60 | 0 | 0.36 | 0.06 | 143.92 | 0.83 | 0.66 |
| Hex | 61 | F0 | 9A | 3C | 0 | 24 | 6 | 90 | 53 | 42 |
| Octal | 141 | 360 | 232 | 74 | 0 | 44 | 6 | 220 | 123 | 102 |
| Binary | 1100001 | 11110000 | 10011010 | 111100 | 0 | 100100 | 110 | 10010000 | 1010011 | 1000010 |
Color Harmonies of #61F09A
Complementary color
Monochromatic Colors of #61F09A
Black with #61F09A
Text Example
Text Example
White with #61F09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F09A; }
p { color: rgb(97,240,154); }
H1.HeaderClassName
{
color: #61F09A;
}
.AnyTagClassName
{
color: #61F09A;
}
</style>
background-color css
<style>
a { background-color: #61F09A; }
a { background-color: rgb(97,240,154); }
div.DivClassName
{
background-color: #61F09A;
}
.BgClassName
{
background-color: #61F09A;
}
</style>
border-color css
<style>
span { border-color: #61F09A; }
span { border-color: rgb(97,240,154); }
td.TdClassName
{
border-color: #61F09A;
}
.TagClassName
{
border-color: #61F09A;
}
</style>