Shades of Medium Aquamarine #61DF96
Tints of Medium Aquamarine #61DF96
RGB
CMYK
RGB Variations
Color information
#61DF96 (or 0x61DF96) is known color: Medium Aquamarine. HEX triplet: 61, DF and 96. RGB value is (97,223,150). Sum of RGB (Red+Green+Blue) = 97+223+150=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DF96 is #9E2069. Grayscale: #B1B1B1. Windows color (decimal): -10362986 or 9887585. OLE color: 9887585.
HSL color Cylindrical-coordinate representation of color #61DF96: hue angle of 145.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DF96 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 150 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.13 |
| HSL | 145.24º | 0.66% | 0.63% | - |
| HSV(B) | 145.24º | 0.57% | 0.87% | - |
| XYZ | 36.82 | 57.52 | 38.02 | - |
| YUV | 177 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 150 | 0.57 | 0 | 0.33 | 0.13 | 145.24 | 0.66 | 0.63 |
| Hex | 61 | DF | 96 | 39 | 0 | 21 | D | 91 | 42 | 3F |
| Octal | 141 | 337 | 226 | 71 | 0 | 41 | 15 | 221 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10010110 | 111001 | 0 | 100001 | 1101 | 10010001 | 1000010 | 111111 |
Color Harmonies of #61DF96
Complementary color
Monochromatic Colors of #61DF96
Black with #61DF96
Text Example
Text Example
White with #61DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF96; }
p { color: rgb(97,223,150); }
H1.HeaderClassName
{
color: #61DF96;
}
.AnyTagClassName
{
color: #61DF96;
}
</style>
background-color css
<style>
a { background-color: #61DF96; }
a { background-color: rgb(97,223,150); }
div.DivClassName
{
background-color: #61DF96;
}
.BgClassName
{
background-color: #61DF96;
}
</style>
border-color css
<style>
span { border-color: #61DF96; }
span { border-color: rgb(97,223,150); }
td.TdClassName
{
border-color: #61DF96;
}
.TagClassName
{
border-color: #61DF96;
}
</style>