Shades of Medium Aquamarine #61E6B2
Tints of Medium Aquamarine #61E6B2
RGB
CMYK
RGB Variations
Color information
#61E6B2 (or 0x61E6B2) is known color: Medium Aquamarine. HEX triplet: 61, E6 and B2. RGB value is (97,230,178). Sum of RGB (Red+Green+Blue) = 97+230+178=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E6B2 is #9E194D. Grayscale: #B8B8B8. Windows color (decimal): -10361166 or 11724385. OLE color: 11724385.
HSL color Cylindrical-coordinate representation of color #61E6B2: hue angle of 156.54º 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 #61E6B2 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 178 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.10 |
| HSL | 156.54º | 0.73% | 0.64% | - |
| HSV(B) | 156.54º | 0.58% | 0.9% | - |
| XYZ | 41.26 | 62.35 | 51.98 | - |
| YUV | 184.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 178 | 0.58 | 0 | 0.23 | 0.10 | 156.54 | 0.73 | 0.64 |
| Hex | 61 | E6 | B2 | 3A | 0 | 17 | A | 9D | 49 | 40 |
| Octal | 141 | 346 | 262 | 72 | 0 | 27 | 12 | 235 | 111 | 100 |
| Binary | 1100001 | 11100110 | 10110010 | 111010 | 0 | 10111 | 1010 | 10011101 | 1001001 | 1000000 |
Color Harmonies of #61E6B2
Complementary color
Monochromatic Colors of #61E6B2
Black with #61E6B2
Text Example
Text Example
White with #61E6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6B2; }
p { color: rgb(97,230,178); }
H1.HeaderClassName
{
color: #61E6B2;
}
.AnyTagClassName
{
color: #61E6B2;
}
</style>
background-color css
<style>
a { background-color: #61E6B2; }
a { background-color: rgb(97,230,178); }
div.DivClassName
{
background-color: #61E6B2;
}
.BgClassName
{
background-color: #61E6B2;
}
</style>
border-color css
<style>
span { border-color: #61E6B2; }
span { border-color: rgb(97,230,178); }
td.TdClassName
{
border-color: #61E6B2;
}
.TagClassName
{
border-color: #61E6B2;
}
</style>