Shades of Medium Aquamarine #61D6A2
Tints of Medium Aquamarine #61D6A2
RGB
CMYK
RGB Variations
Color information
#61D6A2 (or 0x61D6A2) is known color: Medium Aquamarine. HEX triplet: 61, D6 and A2. RGB value is (97,214,162). Sum of RGB (Red+Green+Blue) = 97+214+162=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D6A2 is #9E295D. Grayscale: #ADADAD. Windows color (decimal): -10365278 or 10671713. OLE color: 10671713.
HSL color Cylindrical-coordinate representation of color #61D6A2: hue angle of 153.33º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D6A2 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 162 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.16 |
| HSL | 153.33º | 0.59% | 0.61% | - |
| HSV(B) | 153.33º | 0.55% | 0.84% | - |
| XYZ | 35.5 | 53.24 | 42.59 | - |
| YUV | 173.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 162 | 0.55 | 0 | 0.24 | 0.16 | 153.33 | 0.59 | 0.61 |
| Hex | 61 | D6 | A2 | 37 | 0 | 18 | 10 | 99 | 3B | 3D |
| Octal | 141 | 326 | 242 | 67 | 0 | 30 | 20 | 231 | 73 | 75 |
| Binary | 1100001 | 11010110 | 10100010 | 110111 | 0 | 11000 | 10000 | 10011001 | 111011 | 111101 |
Color Harmonies of #61D6A2
Complementary color
Monochromatic Colors of #61D6A2
Black with #61D6A2
Text Example
Text Example
White with #61D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D6A2; }
p { color: rgb(97,214,162); }
H1.HeaderClassName
{
color: #61D6A2;
}
.AnyTagClassName
{
color: #61D6A2;
}
</style>
background-color css
<style>
a { background-color: #61D6A2; }
a { background-color: rgb(97,214,162); }
div.DivClassName
{
background-color: #61D6A2;
}
.BgClassName
{
background-color: #61D6A2;
}
</style>
border-color css
<style>
span { border-color: #61D6A2; }
span { border-color: rgb(97,214,162); }
td.TdClassName
{
border-color: #61D6A2;
}
.TagClassName
{
border-color: #61D6A2;
}
</style>