Shades of Medium Aquamarine #61DAA0
Tints of Medium Aquamarine #61DAA0
RGB
CMYK
RGB Variations
Color information
#61DAA0 (or 0x61DAA0) is known color: Medium Aquamarine. HEX triplet: 61, DA and A0. RGB value is (97,218,160). Sum of RGB (Red+Green+Blue) = 97+218+160=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DAA0 is #9E255F. Grayscale: #AFAFAF. Windows color (decimal): -10364256 or 10541665. OLE color: 10541665.
HSL color Cylindrical-coordinate representation of color #61DAA0: hue angle of 151.24º 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 #61DAA0 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 160 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.15 |
| HSL | 151.24º | 0.62% | 0.62% | - |
| HSV(B) | 151.24º | 0.56% | 0.85% | - |
| XYZ | 36.35 | 55.22 | 42 | - |
| YUV | 175.21 | 119.41 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 160 | 0.56 | 0 | 0.27 | 0.15 | 151.24 | 0.62 | 0.62 |
| Hex | 61 | DA | A0 | 38 | 0 | 1B | F | 97 | 3E | 3E |
| Octal | 141 | 332 | 240 | 70 | 0 | 33 | 17 | 227 | 76 | 76 |
| Binary | 1100001 | 11011010 | 10100000 | 111000 | 0 | 11011 | 1111 | 10010111 | 111110 | 111110 |
Color Harmonies of #61DAA0
Complementary color
Monochromatic Colors of #61DAA0
Black with #61DAA0
Text Example
Text Example
White with #61DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DAA0; }
p { color: rgb(97,218,160); }
H1.HeaderClassName
{
color: #61DAA0;
}
.AnyTagClassName
{
color: #61DAA0;
}
</style>
background-color css
<style>
a { background-color: #61DAA0; }
a { background-color: rgb(97,218,160); }
div.DivClassName
{
background-color: #61DAA0;
}
.BgClassName
{
background-color: #61DAA0;
}
</style>
border-color css
<style>
span { border-color: #61DAA0; }
span { border-color: rgb(97,218,160); }
td.TdClassName
{
border-color: #61DAA0;
}
.TagClassName
{
border-color: #61DAA0;
}
</style>