Shades of Medium Aquamarine #61E8AA
Tints of Medium Aquamarine #61E8AA
RGB
CMYK
RGB Variations
Color information
#61E8AA (or 0x61E8AA) is known color: Medium Aquamarine. HEX triplet: 61, E8 and AA. RGB value is (97,232,170). Sum of RGB (Red+Green+Blue) = 97+232+170=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E8AA is #9E1755. Grayscale: #B8B8B8. Windows color (decimal): -10360662 or 11200609. OLE color: 11200609.
HSL color Cylindrical-coordinate representation of color #61E8AA: hue angle of 152.44º 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 #61E8AA is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 170 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.09 |
| HSL | 152.44º | 0.75% | 0.65% | - |
| HSV(B) | 152.44º | 0.58% | 0.91% | - |
| XYZ | 41.04 | 63.16 | 48.06 | - |
| YUV | 184.57 | 119.77 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 170 | 0.58 | 0 | 0.27 | 0.09 | 152.44 | 0.75 | 0.65 |
| Hex | 61 | E8 | AA | 3A | 0 | 1B | 9 | 98 | 4B | 41 |
| Octal | 141 | 350 | 252 | 72 | 0 | 33 | 11 | 230 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10101010 | 111010 | 0 | 11011 | 1001 | 10011000 | 1001011 | 1000001 |
Color Harmonies of #61E8AA
Complementary color
Monochromatic Colors of #61E8AA
Black with #61E8AA
Text Example
Text Example
White with #61E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8AA; }
p { color: rgb(97,232,170); }
H1.HeaderClassName
{
color: #61E8AA;
}
.AnyTagClassName
{
color: #61E8AA;
}
</style>
background-color css
<style>
a { background-color: #61E8AA; }
a { background-color: rgb(97,232,170); }
div.DivClassName
{
background-color: #61E8AA;
}
.BgClassName
{
background-color: #61E8AA;
}
</style>
border-color css
<style>
span { border-color: #61E8AA; }
span { border-color: rgb(97,232,170); }
td.TdClassName
{
border-color: #61E8AA;
}
.TagClassName
{
border-color: #61E8AA;
}
</style>