Shades of Medium Aquamarine #60DA9F
Tints of Medium Aquamarine #60DA9F
RGB
CMYK
RGB Variations
Color information
#60DA9F (or 0x60DA9F) is known color: Medium Aquamarine. HEX triplet: 60, DA and 9F. RGB value is (96,218,159). Sum of RGB (Red+Green+Blue) = 96+218+159=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA9F is #9F2560. Grayscale: #AEAEAE. Windows color (decimal): -10429793 or 10476128. OLE color: 10476128.
HSL color Cylindrical-coordinate representation of color #60DA9F: hue angle of 150.98º 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 #60DA9F is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 159 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.15 |
| HSL | 150.98º | 0.62% | 0.62% | - |
| HSV(B) | 150.98º | 0.56% | 0.85% | - |
| XYZ | 36.15 | 55.13 | 41.54 | - |
| YUV | 174.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 159 | 0.56 | 0 | 0.27 | 0.15 | 150.98 | 0.62 | 0.62 |
| Hex | 60 | DA | 9F | 38 | 0 | 1B | F | 97 | 3E | 3E |
| Octal | 140 | 332 | 237 | 70 | 0 | 33 | 17 | 227 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10011111 | 111000 | 0 | 11011 | 1111 | 10010111 | 111110 | 111110 |
Color Harmonies of #60DA9F
Complementary color
Monochromatic Colors of #60DA9F
Black with #60DA9F
Text Example
Text Example
White with #60DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA9F; }
p { color: rgb(96,218,159); }
H1.HeaderClassName
{
color: #60DA9F;
}
.AnyTagClassName
{
color: #60DA9F;
}
</style>
background-color css
<style>
a { background-color: #60DA9F; }
a { background-color: rgb(96,218,159); }
div.DivClassName
{
background-color: #60DA9F;
}
.BgClassName
{
background-color: #60DA9F;
}
</style>
border-color css
<style>
span { border-color: #60DA9F; }
span { border-color: rgb(96,218,159); }
td.TdClassName
{
border-color: #60DA9F;
}
.TagClassName
{
border-color: #60DA9F;
}
</style>