Shades of Medium Aquamarine #61FAA2
Tints of Medium Aquamarine #61FAA2
RGB
CMYK
RGB Variations
Color information
#61FAA2 (or 0x61FAA2) is known color: Medium Aquamarine. HEX triplet: 61, FA and A2. RGB value is (97,250,162). Sum of RGB (Red+Green+Blue) = 97+250+162=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FAA2 is #9E055D. Grayscale: #C2C2C2. Windows color (decimal): -10356062 or 10680929. OLE color: 10680929.
HSL color Cylindrical-coordinate representation of color #61FAA2: hue angle of 145.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FAA2 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 162 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.02 |
| HSL | 145.49º | 0.94% | 0.68% | - |
| HSV(B) | 145.49º | 0.61% | 0.98% | - |
| XYZ | 45.64 | 73.52 | 45.97 | - |
| YUV | 194.22 | 109.81 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 162 | 0.61 | 0 | 0.35 | 0.02 | 145.49 | 0.94 | 0.68 |
| Hex | 61 | FA | A2 | 3D | 0 | 23 | 2 | 91 | 5E | 44 |
| Octal | 141 | 372 | 242 | 75 | 0 | 43 | 2 | 221 | 136 | 104 |
| Binary | 1100001 | 11111010 | 10100010 | 111101 | 0 | 100011 | 10 | 10010001 | 1011110 | 1000100 |
Color Harmonies of #61FAA2
Complementary color
Monochromatic Colors of #61FAA2
Black with #61FAA2
Text Example
Text Example
White with #61FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FAA2; }
p { color: rgb(97,250,162); }
H1.HeaderClassName
{
color: #61FAA2;
}
.AnyTagClassName
{
color: #61FAA2;
}
</style>
background-color css
<style>
a { background-color: #61FAA2; }
a { background-color: rgb(97,250,162); }
div.DivClassName
{
background-color: #61FAA2;
}
.BgClassName
{
background-color: #61FAA2;
}
</style>
border-color css
<style>
span { border-color: #61FAA2; }
span { border-color: rgb(97,250,162); }
td.TdClassName
{
border-color: #61FAA2;
}
.TagClassName
{
border-color: #61FAA2;
}
</style>