Shades of Medium Aquamarine #60DA9C
Tints of Medium Aquamarine #60DA9C
RGB
CMYK
RGB Variations
Color information
#60DA9C (or 0x60DA9C) is known color: Medium Aquamarine. HEX triplet: 60, DA and 9C. RGB value is (96,218,156). Sum of RGB (Red+Green+Blue) = 96+218+156=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA9C is #9F2563. Grayscale: #AEAEAE. Windows color (decimal): -10429796 or 10279520. OLE color: 10279520.
HSL color Cylindrical-coordinate representation of color #60DA9C: hue angle of 149.51º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA9C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 156 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.15 |
| HSL | 149.51º | 0.62% | 0.62% | - |
| HSV(B) | 149.51º | 0.56% | 0.85% | - |
| XYZ | 35.9 | 55.03 | 40.18 | - |
| YUV | 174.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 156 | 0.56 | 0 | 0.28 | 0.15 | 149.51 | 0.62 | 0.62 |
| Hex | 60 | DA | 9C | 38 | 0 | 1C | F | 96 | 3E | 3E |
| Octal | 140 | 332 | 234 | 70 | 0 | 34 | 17 | 226 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10011100 | 111000 | 0 | 11100 | 1111 | 10010110 | 111110 | 111110 |
Color Harmonies of #60DA9C
Complementary color
Monochromatic Colors of #60DA9C
Black with #60DA9C
Text Example
Text Example
White with #60DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA9C; }
p { color: rgb(96,218,156); }
H1.HeaderClassName
{
color: #60DA9C;
}
.AnyTagClassName
{
color: #60DA9C;
}
</style>
background-color css
<style>
a { background-color: #60DA9C; }
a { background-color: rgb(96,218,156); }
div.DivClassName
{
background-color: #60DA9C;
}
.BgClassName
{
background-color: #60DA9C;
}
</style>
border-color css
<style>
span { border-color: #60DA9C; }
span { border-color: rgb(96,218,156); }
td.TdClassName
{
border-color: #60DA9C;
}
.TagClassName
{
border-color: #60DA9C;
}
</style>