Shades of Medium Aquamarine #61DDB2
Tints of Medium Aquamarine #61DDB2
RGB
CMYK
RGB Variations
Color information
#61DDB2 (or 0x61DDB2) is known color: Medium Aquamarine. HEX triplet: 61, DD and B2. RGB value is (97,221,178). Sum of RGB (Red+Green+Blue) = 97+221+178=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDB2 is #9E224D. Grayscale: #B3B3B3. Windows color (decimal): -10363470 or 11722081. OLE color: 11722081.
HSL color Cylindrical-coordinate representation of color #61DDB2: hue angle of 159.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDB2 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 178 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.13 |
| HSL | 159.19º | 0.65% | 0.62% | - |
| HSV(B) | 159.19º | 0.56% | 0.87% | - |
| XYZ | 38.82 | 57.47 | 51.17 | - |
| YUV | 179.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 178 | 0.56 | 0 | 0.19 | 0.13 | 159.19 | 0.65 | 0.62 |
| Hex | 61 | DD | B2 | 38 | 0 | 13 | D | 9F | 41 | 3E |
| Octal | 141 | 335 | 262 | 70 | 0 | 23 | 15 | 237 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10110010 | 111000 | 0 | 10011 | 1101 | 10011111 | 1000001 | 111110 |
Color Harmonies of #61DDB2
Complementary color
Monochromatic Colors of #61DDB2
Black with #61DDB2
Text Example
Text Example
White with #61DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDB2; }
p { color: rgb(97,221,178); }
H1.HeaderClassName
{
color: #61DDB2;
}
.AnyTagClassName
{
color: #61DDB2;
}
</style>
background-color css
<style>
a { background-color: #61DDB2; }
a { background-color: rgb(97,221,178); }
div.DivClassName
{
background-color: #61DDB2;
}
.BgClassName
{
background-color: #61DDB2;
}
</style>
border-color css
<style>
span { border-color: #61DDB2; }
span { border-color: rgb(97,221,178); }
td.TdClassName
{
border-color: #61DDB2;
}
.TagClassName
{
border-color: #61DDB2;
}
</style>