Shades of Medium Aquamarine #61EFA2
Tints of Medium Aquamarine #61EFA2
RGB
CMYK
RGB Variations
Color information
#61EFA2 (or 0x61EFA2) is known color: Medium Aquamarine. HEX triplet: 61, EF and A2. RGB value is (97,239,162). Sum of RGB (Red+Green+Blue) = 97+239+162=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EFA2 is #9E105D. Grayscale: #BBBBBB. Windows color (decimal): -10358878 or 10678113. OLE color: 10678113.
HSL color Cylindrical-coordinate representation of color #61EFA2: hue angle of 147.46º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFA2 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 162 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.06 |
| HSL | 147.46º | 0.82% | 0.66% | - |
| HSV(B) | 147.46º | 0.59% | 0.94% | - |
| XYZ | 42.32 | 66.88 | 44.86 | - |
| YUV | 187.76 | 113.46 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 162 | 0.59 | 0 | 0.32 | 0.06 | 147.46 | 0.82 | 0.66 |
| Hex | 61 | EF | A2 | 3B | 0 | 20 | 6 | 93 | 52 | 42 |
| Octal | 141 | 357 | 242 | 73 | 0 | 40 | 6 | 223 | 122 | 102 |
| Binary | 1100001 | 11101111 | 10100010 | 111011 | 0 | 100000 | 110 | 10010011 | 1010010 | 1000010 |
Color Harmonies of #61EFA2
Complementary color
Monochromatic Colors of #61EFA2
Black with #61EFA2
Text Example
Text Example
White with #61EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFA2; }
p { color: rgb(97,239,162); }
H1.HeaderClassName
{
color: #61EFA2;
}
.AnyTagClassName
{
color: #61EFA2;
}
</style>
background-color css
<style>
a { background-color: #61EFA2; }
a { background-color: rgb(97,239,162); }
div.DivClassName
{
background-color: #61EFA2;
}
.BgClassName
{
background-color: #61EFA2;
}
</style>
border-color css
<style>
span { border-color: #61EFA2; }
span { border-color: rgb(97,239,162); }
td.TdClassName
{
border-color: #61EFA2;
}
.TagClassName
{
border-color: #61EFA2;
}
</style>