Shades of Medium Aquamarine #61DAA2
Tints of Medium Aquamarine #61DAA2
RGB
CMYK
RGB Variations
Color information
#61DAA2 (or 0x61DAA2) is known color: Medium Aquamarine. HEX triplet: 61, DA and A2. RGB value is (97,218,162). Sum of RGB (Red+Green+Blue) = 97+218+162=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DAA2 is #9E255D. Grayscale: #AFAFAF. Windows color (decimal): -10364254 or 10672737. OLE color: 10672737.
HSL color Cylindrical-coordinate representation of color #61DAA2: hue angle of 152.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DAA2 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 162 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.15 |
| HSL | 152.23º | 0.62% | 0.62% | - |
| HSV(B) | 152.23º | 0.56% | 0.85% | - |
| XYZ | 36.52 | 55.29 | 42.93 | - |
| YUV | 175.44 | 120.41 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 162 | 0.56 | 0 | 0.26 | 0.15 | 152.23 | 0.62 | 0.62 |
| Hex | 61 | DA | A2 | 38 | 0 | 1A | F | 98 | 3E | 3E |
| Octal | 141 | 332 | 242 | 70 | 0 | 32 | 17 | 230 | 76 | 76 |
| Binary | 1100001 | 11011010 | 10100010 | 111000 | 0 | 11010 | 1111 | 10011000 | 111110 | 111110 |
Color Harmonies of #61DAA2
Complementary color
Monochromatic Colors of #61DAA2
Black with #61DAA2
Text Example
Text Example
White with #61DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DAA2; }
p { color: rgb(97,218,162); }
H1.HeaderClassName
{
color: #61DAA2;
}
.AnyTagClassName
{
color: #61DAA2;
}
</style>
background-color css
<style>
a { background-color: #61DAA2; }
a { background-color: rgb(97,218,162); }
div.DivClassName
{
background-color: #61DAA2;
}
.BgClassName
{
background-color: #61DAA2;
}
</style>
border-color css
<style>
span { border-color: #61DAA2; }
span { border-color: rgb(97,218,162); }
td.TdClassName
{
border-color: #61DAA2;
}
.TagClassName
{
border-color: #61DAA2;
}
</style>