Shades of Medium Aquamarine #61DBA7
Tints of Medium Aquamarine #61DBA7
RGB
CMYK
RGB Variations
Color information
#61DBA7 (or 0x61DBA7) is known color: Medium Aquamarine. HEX triplet: 61, DB and A7. RGB value is (97,219,167). Sum of RGB (Red+Green+Blue) = 97+219+167=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBA7 is #9E2458. Grayscale: #B0B0B0. Windows color (decimal): -10363993 or 11000673. OLE color: 11000673.
HSL color Cylindrical-coordinate representation of color #61DBA7: hue angle of 154.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBA7 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 167 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.14 |
| HSL | 154.43º | 0.63% | 0.62% | - |
| HSV(B) | 154.43º | 0.56% | 0.86% | - |
| XYZ | 37.24 | 55.99 | 45.4 | - |
| YUV | 176.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 167 | 0.56 | 0 | 0.24 | 0.14 | 154.43 | 0.63 | 0.62 |
| Hex | 61 | DB | A7 | 38 | 0 | 18 | E | 9A | 3F | 3E |
| Octal | 141 | 333 | 247 | 70 | 0 | 30 | 16 | 232 | 77 | 76 |
| Binary | 1100001 | 11011011 | 10100111 | 111000 | 0 | 11000 | 1110 | 10011010 | 111111 | 111110 |
Color Harmonies of #61DBA7
Complementary color
Monochromatic Colors of #61DBA7
Black with #61DBA7
Text Example
Text Example
White with #61DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBA7; }
p { color: rgb(97,219,167); }
H1.HeaderClassName
{
color: #61DBA7;
}
.AnyTagClassName
{
color: #61DBA7;
}
</style>
background-color css
<style>
a { background-color: #61DBA7; }
a { background-color: rgb(97,219,167); }
div.DivClassName
{
background-color: #61DBA7;
}
.BgClassName
{
background-color: #61DBA7;
}
</style>
border-color css
<style>
span { border-color: #61DBA7; }
span { border-color: rgb(97,219,167); }
td.TdClassName
{
border-color: #61DBA7;
}
.TagClassName
{
border-color: #61DBA7;
}
</style>