Shades of Medium Aquamarine #61DFAF
Tints of Medium Aquamarine #61DFAF
RGB
CMYK
RGB Variations
Color information
#61DFAF (or 0x61DFAF) is known color: Medium Aquamarine. HEX triplet: 61, DF and AF. RGB value is (97,223,175). Sum of RGB (Red+Green+Blue) = 97+223+175=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DFAF is #9E2050. Grayscale: #B3B3B3. Windows color (decimal): -10362961 or 11525985. OLE color: 11525985.
HSL color Cylindrical-coordinate representation of color #61DFAF: hue angle of 157.14º 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 #61DFAF is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 175 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.13 |
| HSL | 157.14º | 0.66% | 0.63% | - |
| HSV(B) | 157.14º | 0.57% | 0.87% | - |
| XYZ | 39.06 | 58.41 | 49.77 | - |
| YUV | 179.85 | 125.26 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 175 | 0.57 | 0 | 0.22 | 0.13 | 157.14 | 0.66 | 0.63 |
| Hex | 61 | DF | AF | 39 | 0 | 16 | D | 9D | 42 | 3F |
| Octal | 141 | 337 | 257 | 71 | 0 | 26 | 15 | 235 | 102 | 77 |
| Binary | 1100001 | 11011111 | 10101111 | 111001 | 0 | 10110 | 1101 | 10011101 | 1000010 | 111111 |
Color Harmonies of #61DFAF
Complementary color
Monochromatic Colors of #61DFAF
Black with #61DFAF
Text Example
Text Example
White with #61DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFAF; }
p { color: rgb(97,223,175); }
H1.HeaderClassName
{
color: #61DFAF;
}
.AnyTagClassName
{
color: #61DFAF;
}
</style>
background-color css
<style>
a { background-color: #61DFAF; }
a { background-color: rgb(97,223,175); }
div.DivClassName
{
background-color: #61DFAF;
}
.BgClassName
{
background-color: #61DFAF;
}
</style>
border-color css
<style>
span { border-color: #61DFAF; }
span { border-color: rgb(97,223,175); }
td.TdClassName
{
border-color: #61DFAF;
}
.TagClassName
{
border-color: #61DFAF;
}
</style>