Shades of Medium Aquamarine #61D0A8
Tints of Medium Aquamarine #61D0A8
RGB
CMYK
RGB Variations
Color information
#61D0A8 (or 0x61D0A8) is known color: Medium Aquamarine. HEX triplet: 61, D0 and A8. RGB value is (97,208,168). Sum of RGB (Red+Green+Blue) = 97+208+168=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #61D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D0A8 is #9E2F57. Grayscale: #AAAAAA. Windows color (decimal): -10366808 or 11063393. OLE color: 11063393.
HSL color Cylindrical-coordinate representation of color #61D0A8: hue angle of 158.38º 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 #61D0A8 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 168 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.18 |
| HSL | 158.38º | 0.54% | 0.6% | - |
| HSV(B) | 158.38º | 0.53% | 0.82% | - |
| XYZ | 34.55 | 50.48 | 44.97 | - |
| YUV | 170.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 168 | 0.53 | 0 | 0.19 | 0.18 | 158.38 | 0.54 | 0.6 |
| Hex | 61 | D0 | A8 | 35 | 0 | 13 | 12 | 9E | 36 | 3C |
| Octal | 141 | 320 | 250 | 65 | 0 | 23 | 22 | 236 | 66 | 74 |
| Binary | 1100001 | 11010000 | 10101000 | 110101 | 0 | 10011 | 10010 | 10011110 | 110110 | 111100 |
Color Harmonies of #61D0A8
Complementary color
Monochromatic Colors of #61D0A8
Black with #61D0A8
Text Example
Text Example
White with #61D0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D0A8; }
p { color: rgb(97,208,168); }
H1.HeaderClassName
{
color: #61D0A8;
}
.AnyTagClassName
{
color: #61D0A8;
}
</style>
background-color css
<style>
a { background-color: #61D0A8; }
a { background-color: rgb(97,208,168); }
div.DivClassName
{
background-color: #61D0A8;
}
.BgClassName
{
background-color: #61D0A8;
}
</style>
border-color css
<style>
span { border-color: #61D0A8; }
span { border-color: rgb(97,208,168); }
td.TdClassName
{
border-color: #61D0A8;
}
.TagClassName
{
border-color: #61D0A8;
}
</style>