Shades of Medium Aquamarine #60D09F
Tints of Medium Aquamarine #60D09F
RGB
CMYK
RGB Variations
Color information
#60D09F (or 0x60D09F) is known color: Medium Aquamarine. HEX triplet: 60, D0 and 9F. RGB value is (96,208,159). Sum of RGB (Red+Green+Blue) = 96+208+159=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #60D09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D09F is #9F2F60. Grayscale: #A9A9A9. Windows color (decimal): -10432353 or 10473568. OLE color: 10473568.
HSL color Cylindrical-coordinate representation of color #60D09F: hue angle of 153.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D09F is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 159 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.18 |
| HSL | 153.75º | 0.54% | 0.6% | - |
| HSV(B) | 153.75º | 0.54% | 0.82% | - |
| XYZ | 33.64 | 50.1 | 40.7 | - |
| YUV | 168.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 159 | 0.54 | 0 | 0.24 | 0.18 | 153.75 | 0.54 | 0.6 |
| Hex | 60 | D0 | 9F | 36 | 0 | 18 | 12 | 9A | 36 | 3C |
| Octal | 140 | 320 | 237 | 66 | 0 | 30 | 22 | 232 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10011111 | 110110 | 0 | 11000 | 10010 | 10011010 | 110110 | 111100 |
Color Harmonies of #60D09F
Complementary color
Monochromatic Colors of #60D09F
Black with #60D09F
Text Example
Text Example
White with #60D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D09F; }
p { color: rgb(96,208,159); }
H1.HeaderClassName
{
color: #60D09F;
}
.AnyTagClassName
{
color: #60D09F;
}
</style>
background-color css
<style>
a { background-color: #60D09F; }
a { background-color: rgb(96,208,159); }
div.DivClassName
{
background-color: #60D09F;
}
.BgClassName
{
background-color: #60D09F;
}
</style>
border-color css
<style>
span { border-color: #60D09F; }
span { border-color: rgb(96,208,159); }
td.TdClassName
{
border-color: #60D09F;
}
.TagClassName
{
border-color: #60D09F;
}
</style>