Shades of Medium Aquamarine #60C99F
Tints of Medium Aquamarine #60C99F
RGB
CMYK
RGB Variations
Color information
#60C99F (or 0x60C99F) is known color: Medium Aquamarine. HEX triplet: 60, C9 and 9F. RGB value is (96,201,159). Sum of RGB (Red+Green+Blue) = 96+201+159=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #60C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C99F is #9F3660. Grayscale: #A4A4A4. Windows color (decimal): -10434145 or 10471776. OLE color: 10471776.
HSL color Cylindrical-coordinate representation of color #60C99F: hue angle of 156º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C99F is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 159 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.21 |
| HSL | 156º | 0.49% | 0.58% | - |
| HSV(B) | 156º | 0.52% | 0.79% | - |
| XYZ | 31.97 | 46.76 | 40.14 | - |
| YUV | 164.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 159 | 0.52 | 0 | 0.21 | 0.21 | 156 | 0.49 | 0.58 |
| Hex | 60 | C9 | 9F | 34 | 0 | 15 | 15 | 9C | 31 | 3A |
| Octal | 140 | 311 | 237 | 64 | 0 | 25 | 25 | 234 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10011111 | 110100 | 0 | 10101 | 10101 | 10011100 | 110001 | 111010 |
Color Harmonies of #60C99F
Complementary color
Monochromatic Colors of #60C99F
Black with #60C99F
Text Example
Text Example
White with #60C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C99F; }
p { color: rgb(96,201,159); }
H1.HeaderClassName
{
color: #60C99F;
}
.AnyTagClassName
{
color: #60C99F;
}
</style>
background-color css
<style>
a { background-color: #60C99F; }
a { background-color: rgb(96,201,159); }
div.DivClassName
{
background-color: #60C99F;
}
.BgClassName
{
background-color: #60C99F;
}
</style>
border-color css
<style>
span { border-color: #60C99F; }
span { border-color: rgb(96,201,159); }
td.TdClassName
{
border-color: #60C99F;
}
.TagClassName
{
border-color: #60C99F;
}
</style>