Shades of Medium Aquamarine #61F1A3
Tints of Medium Aquamarine #61F1A3
RGB
CMYK
RGB Variations
Color information
#61F1A3 (or 0x61F1A3) is known color: Medium Aquamarine. HEX triplet: 61, F1 and A3. RGB value is (97,241,163). Sum of RGB (Red+Green+Blue) = 97+241+163=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F1A3 is #9E0E5C. Grayscale: #BDBDBD. Windows color (decimal): -10358365 or 10744161. OLE color: 10744161.
HSL color Cylindrical-coordinate representation of color #61F1A3: hue angle of 147.5º degrees, saturation: 0.84, 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 #61F1A3 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 163 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.05 |
| HSL | 147.5º | 0.84% | 0.66% | - |
| HSV(B) | 147.5º | 0.6% | 0.95% | - |
| XYZ | 43 | 68.1 | 45.53 | - |
| YUV | 189.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 163 | 0.60 | 0 | 0.32 | 0.05 | 147.5 | 0.84 | 0.66 |
| Hex | 61 | F1 | A3 | 3C | 0 | 20 | 5 | 94 | 54 | 42 |
| Octal | 141 | 361 | 243 | 74 | 0 | 40 | 5 | 224 | 124 | 102 |
| Binary | 1100001 | 11110001 | 10100011 | 111100 | 0 | 100000 | 101 | 10010100 | 1010100 | 1000010 |
Color Harmonies of #61F1A3
Complementary color
Monochromatic Colors of #61F1A3
Black with #61F1A3
Text Example
Text Example
White with #61F1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1A3; }
p { color: rgb(97,241,163); }
H1.HeaderClassName
{
color: #61F1A3;
}
.AnyTagClassName
{
color: #61F1A3;
}
</style>
background-color css
<style>
a { background-color: #61F1A3; }
a { background-color: rgb(97,241,163); }
div.DivClassName
{
background-color: #61F1A3;
}
.BgClassName
{
background-color: #61F1A3;
}
</style>
border-color css
<style>
span { border-color: #61F1A3; }
span { border-color: rgb(97,241,163); }
td.TdClassName
{
border-color: #61F1A3;
}
.TagClassName
{
border-color: #61F1A3;
}
</style>