Shades of Medium Aquamarine #61DCB4
Tints of Medium Aquamarine #61DCB4
RGB
CMYK
RGB Variations
Color information
#61DCB4 (or 0x61DCB4) is known color: Medium Aquamarine. HEX triplet: 61, DC and B4. RGB value is (97,220,180). Sum of RGB (Red+Green+Blue) = 97+220+180=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCB4 is #9E234B. Grayscale: #B2B2B2. Windows color (decimal): -10363724 or 11852897. OLE color: 11852897.
HSL color Cylindrical-coordinate representation of color #61DCB4: hue angle of 160.49º 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 #61DCB4 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 180 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.14 |
| HSL | 160.49º | 0.64% | 0.62% | - |
| HSV(B) | 160.49º | 0.56% | 0.86% | - |
| XYZ | 38.76 | 57.02 | 52.14 | - |
| YUV | 178.66 | 128.75 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 180 | 0.56 | 0 | 0.18 | 0.14 | 160.49 | 0.64 | 0.62 |
| Hex | 61 | DC | B4 | 38 | 0 | 12 | E | A0 | 40 | 3E |
| Octal | 141 | 334 | 264 | 70 | 0 | 22 | 16 | 240 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10110100 | 111000 | 0 | 10010 | 1110 | 10100000 | 1000000 | 111110 |
Color Harmonies of #61DCB4
Complementary color
Monochromatic Colors of #61DCB4
Black with #61DCB4
Text Example
Text Example
White with #61DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCB4; }
p { color: rgb(97,220,180); }
H1.HeaderClassName
{
color: #61DCB4;
}
.AnyTagClassName
{
color: #61DCB4;
}
</style>
background-color css
<style>
a { background-color: #61DCB4; }
a { background-color: rgb(97,220,180); }
div.DivClassName
{
background-color: #61DCB4;
}
.BgClassName
{
background-color: #61DCB4;
}
</style>
border-color css
<style>
span { border-color: #61DCB4; }
span { border-color: rgb(97,220,180); }
td.TdClassName
{
border-color: #61DCB4;
}
.TagClassName
{
border-color: #61DCB4;
}
</style>