Shades of Medium Aquamarine #61DCB1
Tints of Medium Aquamarine #61DCB1
RGB
CMYK
RGB Variations
Color information
#61DCB1 (or 0x61DCB1) is known color: Medium Aquamarine. HEX triplet: 61, DC and B1. RGB value is (97,220,177). Sum of RGB (Red+Green+Blue) = 97+220+177=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DCB1 is #9E234E. Grayscale: #B2B2B2. Windows color (decimal): -10363727 or 11656289. OLE color: 11656289.
HSL color Cylindrical-coordinate representation of color #61DCB1: hue angle of 159.02º degrees, saturation: 0.64, 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 #61DCB1 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 177 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.14 |
| HSL | 159.02º | 0.64% | 0.62% | - |
| HSV(B) | 159.02º | 0.56% | 0.86% | - |
| XYZ | 38.46 | 56.9 | 50.55 | - |
| YUV | 178.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 177 | 0.56 | 0 | 0.20 | 0.14 | 159.02 | 0.64 | 0.62 |
| Hex | 61 | DC | B1 | 38 | 0 | 14 | E | 9F | 40 | 3E |
| Octal | 141 | 334 | 261 | 70 | 0 | 24 | 16 | 237 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10110001 | 111000 | 0 | 10100 | 1110 | 10011111 | 1000000 | 111110 |
Color Harmonies of #61DCB1
Complementary color
Monochromatic Colors of #61DCB1
Black with #61DCB1
Text Example
Text Example
White with #61DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCB1; }
p { color: rgb(97,220,177); }
H1.HeaderClassName
{
color: #61DCB1;
}
.AnyTagClassName
{
color: #61DCB1;
}
</style>
background-color css
<style>
a { background-color: #61DCB1; }
a { background-color: rgb(97,220,177); }
div.DivClassName
{
background-color: #61DCB1;
}
.BgClassName
{
background-color: #61DCB1;
}
</style>
border-color css
<style>
span { border-color: #61DCB1; }
span { border-color: rgb(97,220,177); }
td.TdClassName
{
border-color: #61DCB1;
}
.TagClassName
{
border-color: #61DCB1;
}
</style>