Shades of Medium Aquamarine #60C99D
Tints of Medium Aquamarine #60C99D
RGB
CMYK
RGB Variations
Color information
#60C99D (or 0x60C99D) is known color: Medium Aquamarine. HEX triplet: 60, C9 and 9D. RGB value is (96,201,157). Sum of RGB (Red+Green+Blue) = 96+201+157=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #60C99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C99D is #9F3662. Grayscale: #A4A4A4. Windows color (decimal): -10434147 or 10340704. OLE color: 10340704.
HSL color Cylindrical-coordinate representation of color #60C99D: hue angle of 154.86º 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 #60C99D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 157 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.21 |
| HSL | 154.86º | 0.49% | 0.58% | - |
| HSV(B) | 154.86º | 0.52% | 0.79% | - |
| XYZ | 31.8 | 46.69 | 39.24 | - |
| YUV | 164.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 157 | 0.52 | 0 | 0.22 | 0.21 | 154.86 | 0.49 | 0.58 |
| Hex | 60 | C9 | 9D | 34 | 0 | 16 | 15 | 9B | 31 | 3A |
| Octal | 140 | 311 | 235 | 64 | 0 | 26 | 25 | 233 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10011101 | 110100 | 0 | 10110 | 10101 | 10011011 | 110001 | 111010 |
Color Harmonies of #60C99D
Complementary color
Monochromatic Colors of #60C99D
Black with #60C99D
Text Example
Text Example
White with #60C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C99D; }
p { color: rgb(96,201,157); }
H1.HeaderClassName
{
color: #60C99D;
}
.AnyTagClassName
{
color: #60C99D;
}
</style>
background-color css
<style>
a { background-color: #60C99D; }
a { background-color: rgb(96,201,157); }
div.DivClassName
{
background-color: #60C99D;
}
.BgClassName
{
background-color: #60C99D;
}
</style>
border-color css
<style>
span { border-color: #60C99D; }
span { border-color: rgb(96,201,157); }
td.TdClassName
{
border-color: #60C99D;
}
.TagClassName
{
border-color: #60C99D;
}
</style>