Shades of Medium Aquamarine #61E0A4
Tints of Medium Aquamarine #61E0A4
RGB
CMYK
RGB Variations
Color information
#61E0A4 (or 0x61E0A4) is known color: Medium Aquamarine. HEX triplet: 61, E0 and A4. RGB value is (97,224,164). Sum of RGB (Red+Green+Blue) = 97+224+164=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #61E0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E0A4 is #9E1F5B. Grayscale: #B3B3B3. Windows color (decimal): -10362716 or 10805345. OLE color: 10805345.
HSL color Cylindrical-coordinate representation of color #61E0A4: hue angle of 151.65º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E0A4 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 164 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.12 |
| HSL | 151.65º | 0.67% | 0.63% | - |
| HSV(B) | 151.65º | 0.57% | 0.88% | - |
| XYZ | 38.29 | 58.53 | 44.4 | - |
| YUV | 179.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 164 | 0.57 | 0 | 0.27 | 0.12 | 151.65 | 0.67 | 0.63 |
| Hex | 61 | E0 | A4 | 39 | 0 | 1B | C | 98 | 43 | 3F |
| Octal | 141 | 340 | 244 | 71 | 0 | 33 | 14 | 230 | 103 | 77 |
| Binary | 1100001 | 11100000 | 10100100 | 111001 | 0 | 11011 | 1100 | 10011000 | 1000011 | 111111 |
Color Harmonies of #61E0A4
Complementary color
Monochromatic Colors of #61E0A4
Black with #61E0A4
Text Example
Text Example
White with #61E0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E0A4; }
p { color: rgb(97,224,164); }
H1.HeaderClassName
{
color: #61E0A4;
}
.AnyTagClassName
{
color: #61E0A4;
}
</style>
background-color css
<style>
a { background-color: #61E0A4; }
a { background-color: rgb(97,224,164); }
div.DivClassName
{
background-color: #61E0A4;
}
.BgClassName
{
background-color: #61E0A4;
}
</style>
border-color css
<style>
span { border-color: #61E0A4; }
span { border-color: rgb(97,224,164); }
td.TdClassName
{
border-color: #61E0A4;
}
.TagClassName
{
border-color: #61E0A4;
}
</style>