Shades of Medium Aquamarine #60FF9F
Tints of Medium Aquamarine #60FF9F
RGB
CMYK
RGB Variations
Color information
#60FF9F (or 0x60FF9F) is known color: Medium Aquamarine. HEX triplet: 60, FF and 9F. RGB value is (96,255,159). Sum of RGB (Red+Green+Blue) = 96+255+159=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FF9F is #9F0060. Grayscale: #C4C4C4. Windows color (decimal): -10420321 or 10485600. OLE color: 10485600.
HSL color Cylindrical-coordinate representation of color #60FF9F: hue angle of 143.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FF9F is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 159 | - |
| CMYK | 0.62 | 0 | 0.38 | 0 |
| HSL | 143.77º | 1% | 0.69% | - |
| HSV(B) | 143.77º | 0.62% | 1% | - |
| XYZ | 46.84 | 76.51 | 45.1 | - |
| YUV | 196.52 | 106.82 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 159 | 0.62 | 0 | 0.38 | 0 | 143.77 | 1 | 0.69 |
| Hex | 60 | FF | 9F | 3E | 0 | 26 | 0 | 90 | 64 | 45 |
| Octal | 140 | 377 | 237 | 76 | 0 | 46 | 0 | 220 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10011111 | 111110 | 0 | 100110 | 0 | 10010000 | 1100100 | 1000101 |
Color Harmonies of #60FF9F
Complementary color
Monochromatic Colors of #60FF9F
Black with #60FF9F
Text Example
Text Example
White with #60FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF9F; }
p { color: rgb(96,255,159); }
H1.HeaderClassName
{
color: #60FF9F;
}
.AnyTagClassName
{
color: #60FF9F;
}
</style>
background-color css
<style>
a { background-color: #60FF9F; }
a { background-color: rgb(96,255,159); }
div.DivClassName
{
background-color: #60FF9F;
}
.BgClassName
{
background-color: #60FF9F;
}
</style>
border-color css
<style>
span { border-color: #60FF9F; }
span { border-color: rgb(96,255,159); }
td.TdClassName
{
border-color: #60FF9F;
}
.TagClassName
{
border-color: #60FF9F;
}
</style>