Shades of Medium Aquamarine #61E8B6
Tints of Medium Aquamarine #61E8B6
RGB
CMYK
RGB Variations
Color information
#61E8B6 (or 0x61E8B6) is known color: Medium Aquamarine. HEX triplet: 61, E8 and B6. RGB value is (97,232,182). Sum of RGB (Red+Green+Blue) = 97+232+182=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8B6 is #9E1749. Grayscale: #BABABA. Windows color (decimal): -10360650 or 11987041. OLE color: 11987041.
HSL color Cylindrical-coordinate representation of color #61E8B6: hue angle of 157.78º 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 #61E8B6 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 182 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.09 |
| HSL | 157.78º | 0.75% | 0.65% | - |
| HSV(B) | 157.78º | 0.58% | 0.91% | - |
| XYZ | 42.23 | 63.63 | 54.31 | - |
| YUV | 185.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 182 | 0.58 | 0 | 0.22 | 0.09 | 157.78 | 0.75 | 0.65 |
| Hex | 61 | E8 | B6 | 3A | 0 | 16 | 9 | 9E | 4B | 41 |
| Octal | 141 | 350 | 266 | 72 | 0 | 26 | 11 | 236 | 113 | 101 |
| Binary | 1100001 | 11101000 | 10110110 | 111010 | 0 | 10110 | 1001 | 10011110 | 1001011 | 1000001 |
Color Harmonies of #61E8B6
Complementary color
Monochromatic Colors of #61E8B6
Black with #61E8B6
Text Example
Text Example
White with #61E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8B6; }
p { color: rgb(97,232,182); }
H1.HeaderClassName
{
color: #61E8B6;
}
.AnyTagClassName
{
color: #61E8B6;
}
</style>
background-color css
<style>
a { background-color: #61E8B6; }
a { background-color: rgb(97,232,182); }
div.DivClassName
{
background-color: #61E8B6;
}
.BgClassName
{
background-color: #61E8B6;
}
</style>
border-color css
<style>
span { border-color: #61E8B6; }
span { border-color: rgb(97,232,182); }
td.TdClassName
{
border-color: #61E8B6;
}
.TagClassName
{
border-color: #61E8B6;
}
</style>