Shades of Medium Aquamarine #60DDB0
Tints of Medium Aquamarine #60DDB0
RGB
CMYK
RGB Variations
Color information
#60DDB0 (or 0x60DDB0) is known color: Medium Aquamarine. HEX triplet: 60, DD and B0. RGB value is (96,221,176). Sum of RGB (Red+Green+Blue) = 96+221+176=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DDB0 is #9F224F. Grayscale: #B2B2B2. Windows color (decimal): -10429008 or 11591008. OLE color: 11591008.
HSL color Cylindrical-coordinate representation of color #60DDB0: hue angle of 158.4º 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 #60DDB0 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 221 | 176 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.13 |
| HSL | 158.4º | 0.65% | 0.62% | - |
| HSV(B) | 158.4º | 0.57% | 0.87% | - |
| XYZ | 38.52 | 57.33 | 50.11 | - |
| YUV | 178.5 | 126.59 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 221 | 176 | 0.57 | 0 | 0.20 | 0.13 | 158.4 | 0.65 | 0.62 |
| Hex | 60 | DD | B0 | 39 | 0 | 14 | D | 9E | 41 | 3E |
| Octal | 140 | 335 | 260 | 71 | 0 | 24 | 15 | 236 | 101 | 76 |
| Binary | 1100000 | 11011101 | 10110000 | 111001 | 0 | 10100 | 1101 | 10011110 | 1000001 | 111110 |
Color Harmonies of #60DDB0
Complementary color
Monochromatic Colors of #60DDB0
Black with #60DDB0
Text Example
Text Example
White with #60DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DDB0; }
p { color: rgb(96,221,176); }
H1.HeaderClassName
{
color: #60DDB0;
}
.AnyTagClassName
{
color: #60DDB0;
}
</style>
background-color css
<style>
a { background-color: #60DDB0; }
a { background-color: rgb(96,221,176); }
div.DivClassName
{
background-color: #60DDB0;
}
.BgClassName
{
background-color: #60DDB0;
}
</style>
border-color css
<style>
span { border-color: #60DDB0; }
span { border-color: rgb(96,221,176); }
td.TdClassName
{
border-color: #60DDB0;
}
.TagClassName
{
border-color: #60DDB0;
}
</style>