Shades of Medium Aquamarine #61DCB3
Tints of Medium Aquamarine #61DCB3
RGB
CMYK
RGB Variations
Color information
#61DCB3 (or 0x61DCB3) is known color: Medium Aquamarine. HEX triplet: 61, DC and B3. RGB value is (97,220,179). Sum of RGB (Red+Green+Blue) = 97+220+179=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCB3 is #9E234C. Grayscale: #B2B2B2. Windows color (decimal): -10363725 or 11787361. OLE color: 11787361.
HSL color Cylindrical-coordinate representation of color #61DCB3: hue angle of 160º 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 #61DCB3 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 179 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.14 |
| HSL | 160º | 0.64% | 0.62% | - |
| HSV(B) | 160º | 0.56% | 0.86% | - |
| XYZ | 38.66 | 56.98 | 51.61 | - |
| YUV | 178.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 179 | 0.56 | 0 | 0.19 | 0.14 | 160 | 0.64 | 0.62 |
| Hex | 61 | DC | B3 | 38 | 0 | 13 | E | A0 | 40 | 3E |
| Octal | 141 | 334 | 263 | 70 | 0 | 23 | 16 | 240 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10110011 | 111000 | 0 | 10011 | 1110 | 10100000 | 1000000 | 111110 |
Color Harmonies of #61DCB3
Complementary color
Monochromatic Colors of #61DCB3
Black with #61DCB3
Text Example
Text Example
White with #61DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCB3; }
p { color: rgb(97,220,179); }
H1.HeaderClassName
{
color: #61DCB3;
}
.AnyTagClassName
{
color: #61DCB3;
}
</style>
background-color css
<style>
a { background-color: #61DCB3; }
a { background-color: rgb(97,220,179); }
div.DivClassName
{
background-color: #61DCB3;
}
.BgClassName
{
background-color: #61DCB3;
}
</style>
border-color css
<style>
span { border-color: #61DCB3; }
span { border-color: rgb(97,220,179); }
td.TdClassName
{
border-color: #61DCB3;
}
.TagClassName
{
border-color: #61DCB3;
}
</style>