Shades of Medium Aquamarine #61E8A5
Tints of Medium Aquamarine #61E8A5
RGB
CMYK
RGB Variations
Color information
#61E8A5 (or 0x61E8A5) is known color: Medium Aquamarine. HEX triplet: 61, E8 and A5. RGB value is (97,232,165). Sum of RGB (Red+Green+Blue) = 97+232+165=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E8A5 is #9E175A. Grayscale: #B8B8B8. Windows color (decimal): -10360667 or 10872929. OLE color: 10872929.
HSL color Cylindrical-coordinate representation of color #61E8A5: hue angle of 150.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8A5 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 165 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.09 |
| HSL | 150.22º | 0.75% | 0.65% | - |
| HSV(B) | 150.22º | 0.58% | 0.91% | - |
| XYZ | 40.58 | 62.97 | 45.61 | - |
| YUV | 184 | 117.27 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 165 | 0.58 | 0 | 0.29 | 0.09 | 150.22 | 0.75 | 0.65 |
| Hex | 61 | E8 | A5 | 3A | 0 | 1D | 9 | 96 | 4B | 41 |
| Octal | 141 | 350 | 245 | 72 | 0 | 35 | 11 | 226 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10100101 | 111010 | 0 | 11101 | 1001 | 10010110 | 1001011 | 1000001 |
Color Harmonies of #61E8A5
Complementary color
Monochromatic Colors of #61E8A5
Black with #61E8A5
Text Example
Text Example
White with #61E8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8A5; }
p { color: rgb(97,232,165); }
H1.HeaderClassName
{
color: #61E8A5;
}
.AnyTagClassName
{
color: #61E8A5;
}
</style>
background-color css
<style>
a { background-color: #61E8A5; }
a { background-color: rgb(97,232,165); }
div.DivClassName
{
background-color: #61E8A5;
}
.BgClassName
{
background-color: #61E8A5;
}
</style>
border-color css
<style>
span { border-color: #61E8A5; }
span { border-color: rgb(97,232,165); }
td.TdClassName
{
border-color: #61E8A5;
}
.TagClassName
{
border-color: #61E8A5;
}
</style>