Shades of Medium Aquamarine #60DDA1
Tints of Medium Aquamarine #60DDA1
RGB
CMYK
RGB Variations
Color information
#60DDA1 (or 0x60DDA1) is known color: Medium Aquamarine. HEX triplet: 60, DD and A1. RGB value is (96,221,161). Sum of RGB (Red+Green+Blue) = 96+221+161=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDA1 is #9F225E. Grayscale: #B0B0B0. Windows color (decimal): -10429023 or 10607968. OLE color: 10607968.
HSL color Cylindrical-coordinate representation of color #60DDA1: hue angle of 151.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDA1 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 161 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.13 |
| HSL | 151.2º | 0.65% | 0.62% | - |
| HSV(B) | 151.2º | 0.57% | 0.87% | - |
| XYZ | 37.11 | 56.77 | 42.72 | - |
| YUV | 176.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 161 | 0.57 | 0 | 0.27 | 0.13 | 151.2 | 0.65 | 0.62 |
| Hex | 60 | DD | A1 | 39 | 0 | 1B | D | 97 | 41 | 3E |
| Octal | 140 | 335 | 241 | 71 | 0 | 33 | 15 | 227 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10100001 | 111001 | 0 | 11011 | 1101 | 10010111 | 1000001 | 111110 |
Color Harmonies of #60DDA1
Complementary color
Monochromatic Colors of #60DDA1
Black with #60DDA1
Text Example
Text Example
White with #60DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDA1; }
p { color: rgb(96,221,161); }
H1.HeaderClassName
{
color: #60DDA1;
}
.AnyTagClassName
{
color: #60DDA1;
}
</style>
background-color css
<style>
a { background-color: #60DDA1; }
a { background-color: rgb(96,221,161); }
div.DivClassName
{
background-color: #60DDA1;
}
.BgClassName
{
background-color: #60DDA1;
}
</style>
border-color css
<style>
span { border-color: #60DDA1; }
span { border-color: rgb(96,221,161); }
td.TdClassName
{
border-color: #60DDA1;
}
.TagClassName
{
border-color: #60DDA1;
}
</style>