Shades of Medium Aquamarine #61F395
Tints of Medium Aquamarine #61F395
RGB
CMYK
RGB Variations
Color information
#61F395 (or 0x61F395) is known color: Medium Aquamarine. HEX triplet: 61, F3 and 95. RGB value is (97,243,149). Sum of RGB (Red+Green+Blue) = 97+243+149=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #61F395 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F395 is #9E0C6A. Grayscale: #BCBCBC. Windows color (decimal): -10357867 or 9827169. OLE color: 9827169.
HSL color Cylindrical-coordinate representation of color #61F395: hue angle of 141.37º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F395 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 149 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.05 |
| HSL | 141.37º | 0.86% | 0.67% | - |
| HSV(B) | 141.37º | 0.6% | 0.95% | - |
| XYZ | 42.41 | 68.81 | 39.48 | - |
| YUV | 188.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 149 | 0.60 | 0 | 0.39 | 0.05 | 141.37 | 0.86 | 0.67 |
| Hex | 61 | F3 | 95 | 3C | 0 | 27 | 5 | 8D | 56 | 43 |
| Octal | 141 | 363 | 225 | 74 | 0 | 47 | 5 | 215 | 126 | 103 |
| Binary | 1100001 | 11110011 | 10010101 | 111100 | 0 | 100111 | 101 | 10001101 | 1010110 | 1000011 |
Color Harmonies of #61F395
Complementary color
Monochromatic Colors of #61F395
Black with #61F395
Text Example
Text Example
White with #61F395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F395; }
p { color: rgb(97,243,149); }
H1.HeaderClassName
{
color: #61F395;
}
.AnyTagClassName
{
color: #61F395;
}
</style>
background-color css
<style>
a { background-color: #61F395; }
a { background-color: rgb(97,243,149); }
div.DivClassName
{
background-color: #61F395;
}
.BgClassName
{
background-color: #61F395;
}
</style>
border-color css
<style>
span { border-color: #61F395; }
span { border-color: rgb(97,243,149); }
td.TdClassName
{
border-color: #61F395;
}
.TagClassName
{
border-color: #61F395;
}
</style>