Shades of Medium Aquamarine #61E7B2
Tints of Medium Aquamarine #61E7B2
RGB
CMYK
RGB Variations
Color information
#61E7B2 (or 0x61E7B2) is known color: Medium Aquamarine. HEX triplet: 61, E7 and B2. RGB value is (97,231,178). Sum of RGB (Red+Green+Blue) = 97+231+178=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E7B2 is #9E184D. Grayscale: #B8B8B8. Windows color (decimal): -10360910 or 11724641. OLE color: 11724641.
HSL color Cylindrical-coordinate representation of color #61E7B2: hue angle of 156.27º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7B2 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 178 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.09 |
| HSL | 156.27º | 0.74% | 0.64% | - |
| HSV(B) | 156.27º | 0.58% | 0.91% | - |
| XYZ | 41.54 | 62.91 | 52.07 | - |
| YUV | 184.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 178 | 0.58 | 0 | 0.23 | 0.09 | 156.27 | 0.74 | 0.64 |
| Hex | 61 | E7 | B2 | 3A | 0 | 17 | 9 | 9C | 4A | 40 |
| Octal | 141 | 347 | 262 | 72 | 0 | 27 | 11 | 234 | 112 | 100 |
| Binary | 1100001 | 11100111 | 10110010 | 111010 | 0 | 10111 | 1001 | 10011100 | 1001010 | 1000000 |
Color Harmonies of #61E7B2
Complementary color
Monochromatic Colors of #61E7B2
Black with #61E7B2
Text Example
Text Example
White with #61E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7B2; }
p { color: rgb(97,231,178); }
H1.HeaderClassName
{
color: #61E7B2;
}
.AnyTagClassName
{
color: #61E7B2;
}
</style>
background-color css
<style>
a { background-color: #61E7B2; }
a { background-color: rgb(97,231,178); }
div.DivClassName
{
background-color: #61E7B2;
}
.BgClassName
{
background-color: #61E7B2;
}
</style>
border-color css
<style>
span { border-color: #61E7B2; }
span { border-color: rgb(97,231,178); }
td.TdClassName
{
border-color: #61E7B2;
}
.TagClassName
{
border-color: #61E7B2;
}
</style>