Shades of Medium Aquamarine #61E8B4
Tints of Medium Aquamarine #61E8B4
RGB
CMYK
RGB Variations
Color information
#61E8B4 (or 0x61E8B4) is known color: Medium Aquamarine. HEX triplet: 61, E8 and B4. RGB value is (97,232,180). Sum of RGB (Red+Green+Blue) = 97+232+180=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8B4 is #9E174B. Grayscale: #B9B9B9. Windows color (decimal): -10360652 or 11855969. OLE color: 11855969.
HSL color Cylindrical-coordinate representation of color #61E8B4: hue angle of 156.89º 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 #61E8B4 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 180 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.09 |
| HSL | 156.89º | 0.75% | 0.65% | - |
| HSV(B) | 156.89º | 0.58% | 0.91% | - |
| XYZ | 42.02 | 63.55 | 53.23 | - |
| YUV | 185.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 180 | 0.58 | 0 | 0.22 | 0.09 | 156.89 | 0.75 | 0.65 |
| Hex | 61 | E8 | B4 | 3A | 0 | 16 | 9 | 9D | 4B | 41 |
| Octal | 141 | 350 | 264 | 72 | 0 | 26 | 11 | 235 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10110100 | 111010 | 0 | 10110 | 1001 | 10011101 | 1001011 | 1000001 |
Color Harmonies of #61E8B4
Complementary color
Monochromatic Colors of #61E8B4
Black with #61E8B4
Text Example
Text Example
White with #61E8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8B4; }
p { color: rgb(97,232,180); }
H1.HeaderClassName
{
color: #61E8B4;
}
.AnyTagClassName
{
color: #61E8B4;
}
</style>
background-color css
<style>
a { background-color: #61E8B4; }
a { background-color: rgb(97,232,180); }
div.DivClassName
{
background-color: #61E8B4;
}
.BgClassName
{
background-color: #61E8B4;
}
</style>
border-color css
<style>
span { border-color: #61E8B4; }
span { border-color: rgb(97,232,180); }
td.TdClassName
{
border-color: #61E8B4;
}
.TagClassName
{
border-color: #61E8B4;
}
</style>