Shades of Medium Aquamarine #61C69D
Tints of Medium Aquamarine #61C69D
RGB
CMYK
RGB Variations
Color information
#61C69D (or 0x61C69D) is known color: Medium Aquamarine. HEX triplet: 61, C6 and 9D. RGB value is (97,198,157). Sum of RGB (Red+Green+Blue) = 97+198+157=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #61C69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C69D is #9E3962. Grayscale: #A3A3A3. Windows color (decimal): -10369379 or 10339937. OLE color: 10339937.
HSL color Cylindrical-coordinate representation of color #61C69D: hue angle of 155.64º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C69D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 157 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.22 |
| HSL | 155.64º | 0.47% | 0.58% | - |
| HSV(B) | 155.64º | 0.51% | 0.78% | - |
| XYZ | 31.21 | 45.36 | 39.01 | - |
| YUV | 163.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 157 | 0.51 | 0 | 0.21 | 0.22 | 155.64 | 0.47 | 0.58 |
| Hex | 61 | C6 | 9D | 33 | 0 | 15 | 16 | 9C | 2F | 3A |
| Octal | 141 | 306 | 235 | 63 | 0 | 25 | 26 | 234 | 57 | 72 |
| Binary | 1100001 | 11000110 | 10011101 | 110011 | 0 | 10101 | 10110 | 10011100 | 101111 | 111010 |
Color Harmonies of #61C69D
Complementary color
Monochromatic Colors of #61C69D
Black with #61C69D
Text Example
Text Example
White with #61C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C69D; }
p { color: rgb(97,198,157); }
H1.HeaderClassName
{
color: #61C69D;
}
.AnyTagClassName
{
color: #61C69D;
}
</style>
background-color css
<style>
a { background-color: #61C69D; }
a { background-color: rgb(97,198,157); }
div.DivClassName
{
background-color: #61C69D;
}
.BgClassName
{
background-color: #61C69D;
}
</style>
border-color css
<style>
span { border-color: #61C69D; }
span { border-color: rgb(97,198,157); }
td.TdClassName
{
border-color: #61C69D;
}
.TagClassName
{
border-color: #61C69D;
}
</style>