Shades of Medium Aquamarine #61E6AB
Tints of Medium Aquamarine #61E6AB
RGB
CMYK
RGB Variations
Color information
#61E6AB (or 0x61E6AB) is known color: Medium Aquamarine. HEX triplet: 61, E6 and AB. RGB value is (97,230,171). Sum of RGB (Red+Green+Blue) = 97+230+171=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E6AB is #9E1954. Grayscale: #B7B7B7. Windows color (decimal): -10361173 or 11265633. OLE color: 11265633.
HSL color Cylindrical-coordinate representation of color #61E6AB: hue angle of 153.38º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E6AB is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 171 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.10 |
| HSL | 153.38º | 0.73% | 0.64% | - |
| HSV(B) | 153.38º | 0.58% | 0.9% | - |
| XYZ | 40.58 | 62.08 | 48.37 | - |
| YUV | 183.51 | 120.94 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 171 | 0.58 | 0 | 0.26 | 0.10 | 153.38 | 0.73 | 0.64 |
| Hex | 61 | E6 | AB | 3A | 0 | 1A | A | 99 | 49 | 40 |
| Octal | 141 | 346 | 253 | 72 | 0 | 32 | 12 | 231 | 111 | 100 |
| Binary | 1100001 | 11100110 | 10101011 | 111010 | 0 | 11010 | 1010 | 10011001 | 1001001 | 1000000 |
Color Harmonies of #61E6AB
Complementary color
Monochromatic Colors of #61E6AB
Black with #61E6AB
Text Example
Text Example
White with #61E6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6AB; }
p { color: rgb(97,230,171); }
H1.HeaderClassName
{
color: #61E6AB;
}
.AnyTagClassName
{
color: #61E6AB;
}
</style>
background-color css
<style>
a { background-color: #61E6AB; }
a { background-color: rgb(97,230,171); }
div.DivClassName
{
background-color: #61E6AB;
}
.BgClassName
{
background-color: #61E6AB;
}
</style>
border-color css
<style>
span { border-color: #61E6AB; }
span { border-color: rgb(97,230,171); }
td.TdClassName
{
border-color: #61E6AB;
}
.TagClassName
{
border-color: #61E6AB;
}
</style>