Shades of Medium Aquamarine #61D0AF
Tints of Medium Aquamarine #61D0AF
RGB
CMYK
RGB Variations
Color information
#61D0AF (or 0x61D0AF) is known color: Medium Aquamarine. HEX triplet: 61, D0 and AF. RGB value is (97,208,175). Sum of RGB (Red+Green+Blue) = 97+208+175=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D0AF is #9E2F50. Grayscale: #ABABAB. Windows color (decimal): -10366801 or 11522145. OLE color: 11522145.
HSL color Cylindrical-coordinate representation of color #61D0AF: hue angle of 162.16º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D0AF is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 175 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.18 |
| HSL | 162.16º | 0.54% | 0.6% | - |
| HSV(B) | 162.16º | 0.53% | 0.82% | - |
| XYZ | 35.22 | 50.75 | 48.5 | - |
| YUV | 171.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 175 | 0.53 | 0 | 0.16 | 0.18 | 162.16 | 0.54 | 0.6 |
| Hex | 61 | D0 | AF | 35 | 0 | 10 | 12 | A2 | 36 | 3C |
| Octal | 141 | 320 | 257 | 65 | 0 | 20 | 22 | 242 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10101111 | 110101 | 0 | 10000 | 10010 | 10100010 | 110110 | 111100 |
Color Harmonies of #61D0AF
Complementary color
Monochromatic Colors of #61D0AF
Black with #61D0AF
Text Example
Text Example
White with #61D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0AF; }
p { color: rgb(97,208,175); }
H1.HeaderClassName
{
color: #61D0AF;
}
.AnyTagClassName
{
color: #61D0AF;
}
</style>
background-color css
<style>
a { background-color: #61D0AF; }
a { background-color: rgb(97,208,175); }
div.DivClassName
{
background-color: #61D0AF;
}
.BgClassName
{
background-color: #61D0AF;
}
</style>
border-color css
<style>
span { border-color: #61D0AF; }
span { border-color: rgb(97,208,175); }
td.TdClassName
{
border-color: #61D0AF;
}
.TagClassName
{
border-color: #61D0AF;
}
</style>