Shades of Medium Aquamarine #60D49B
Tints of Medium Aquamarine #60D49B
RGB
CMYK
RGB Variations
Color information
#60D49B (or 0x60D49B) is known color: Medium Aquamarine. HEX triplet: 60, D4 and 9B. RGB value is (96,212,155). Sum of RGB (Red+Green+Blue) = 96+212+155=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #60D49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D49B is #9F2B64. Grayscale: #AAAAAA. Windows color (decimal): -10431333 or 10212448. OLE color: 10212448.
HSL color Cylindrical-coordinate representation of color #60D49B: hue angle of 150.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D49B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 155 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.17 |
| HSL | 150.52º | 0.57% | 0.6% | - |
| HSV(B) | 150.52º | 0.55% | 0.83% | - |
| XYZ | 34.28 | 51.94 | 39.23 | - |
| YUV | 170.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 155 | 0.55 | 0 | 0.27 | 0.17 | 150.52 | 0.57 | 0.6 |
| Hex | 60 | D4 | 9B | 37 | 0 | 1B | 11 | 97 | 39 | 3C |
| Octal | 140 | 324 | 233 | 67 | 0 | 33 | 21 | 227 | 71 | 74 |
| Binary | 1100000 | 11010100 | 10011011 | 110111 | 0 | 11011 | 10001 | 10010111 | 111001 | 111100 |
Color Harmonies of #60D49B
Complementary color
Monochromatic Colors of #60D49B
Black with #60D49B
Text Example
Text Example
White with #60D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D49B; }
p { color: rgb(96,212,155); }
H1.HeaderClassName
{
color: #60D49B;
}
.AnyTagClassName
{
color: #60D49B;
}
</style>
background-color css
<style>
a { background-color: #60D49B; }
a { background-color: rgb(96,212,155); }
div.DivClassName
{
background-color: #60D49B;
}
.BgClassName
{
background-color: #60D49B;
}
</style>
border-color css
<style>
span { border-color: #60D49B; }
span { border-color: rgb(96,212,155); }
td.TdClassName
{
border-color: #60D49B;
}
.TagClassName
{
border-color: #60D49B;
}
</style>