Shades of Medium Aquamarine #61DCB5
Tints of Medium Aquamarine #61DCB5
RGB
CMYK
RGB Variations
Color information
#61DCB5 (or 0x61DCB5) is known color: Medium Aquamarine. HEX triplet: 61, DC and B5. RGB value is (97,220,181). Sum of RGB (Red+Green+Blue) = 97+220+181=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCB5 is #9E234A. Grayscale: #B2B2B2. Windows color (decimal): -10363723 or 11918433. OLE color: 11918433.
HSL color Cylindrical-coordinate representation of color #61DCB5: hue angle of 160.98º 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 #61DCB5 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 181 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.14 |
| HSL | 160.98º | 0.64% | 0.62% | - |
| HSV(B) | 160.98º | 0.56% | 0.86% | - |
| XYZ | 38.86 | 57.06 | 52.68 | - |
| YUV | 178.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 181 | 0.56 | 0 | 0.18 | 0.14 | 160.98 | 0.64 | 0.62 |
| Hex | 61 | DC | B5 | 38 | 0 | 12 | E | A1 | 40 | 3E |
| Octal | 141 | 334 | 265 | 70 | 0 | 22 | 16 | 241 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10110101 | 111000 | 0 | 10010 | 1110 | 10100001 | 1000000 | 111110 |
Color Harmonies of #61DCB5
Complementary color
Monochromatic Colors of #61DCB5
Black with #61DCB5
Text Example
Text Example
White with #61DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCB5; }
p { color: rgb(97,220,181); }
H1.HeaderClassName
{
color: #61DCB5;
}
.AnyTagClassName
{
color: #61DCB5;
}
</style>
background-color css
<style>
a { background-color: #61DCB5; }
a { background-color: rgb(97,220,181); }
div.DivClassName
{
background-color: #61DCB5;
}
.BgClassName
{
background-color: #61DCB5;
}
</style>
border-color css
<style>
span { border-color: #61DCB5; }
span { border-color: rgb(97,220,181); }
td.TdClassName
{
border-color: #61DCB5;
}
.TagClassName
{
border-color: #61DCB5;
}
</style>