Shades of Medium Aquamarine #60D99F
Tints of Medium Aquamarine #60D99F
RGB
CMYK
RGB Variations
Color information
#60D99F (or 0x60D99F) is known color: Medium Aquamarine. HEX triplet: 60, D9 and 9F. RGB value is (96,217,159). Sum of RGB (Red+Green+Blue) = 96+217+159=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #60D99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D99F is #9F2660. Grayscale: #AEAEAE. Windows color (decimal): -10430049 or 10475872. OLE color: 10475872.
HSL color Cylindrical-coordinate representation of color #60D99F: hue angle of 151.24º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D99F is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 159 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.15 |
| HSL | 151.24º | 0.61% | 0.61% | - |
| HSV(B) | 151.24º | 0.56% | 0.85% | - |
| XYZ | 35.89 | 54.62 | 41.45 | - |
| YUV | 174.21 | 119.41 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 159 | 0.56 | 0 | 0.27 | 0.15 | 151.24 | 0.61 | 0.61 |
| Hex | 60 | D9 | 9F | 38 | 0 | 1B | F | 97 | 3D | 3D |
| Octal | 140 | 331 | 237 | 70 | 0 | 33 | 17 | 227 | 75 | 75 |
| Binary | 1100000 | 11011001 | 10011111 | 111000 | 0 | 11011 | 1111 | 10010111 | 111101 | 111101 |
Color Harmonies of #60D99F
Complementary color
Monochromatic Colors of #60D99F
Black with #60D99F
Text Example
Text Example
White with #60D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D99F; }
p { color: rgb(96,217,159); }
H1.HeaderClassName
{
color: #60D99F;
}
.AnyTagClassName
{
color: #60D99F;
}
</style>
background-color css
<style>
a { background-color: #60D99F; }
a { background-color: rgb(96,217,159); }
div.DivClassName
{
background-color: #60D99F;
}
.BgClassName
{
background-color: #60D99F;
}
</style>
border-color css
<style>
span { border-color: #60D99F; }
span { border-color: rgb(96,217,159); }
td.TdClassName
{
border-color: #60D99F;
}
.TagClassName
{
border-color: #60D99F;
}
</style>