Shades of Medium Aquamarine #60D7B5
Tints of Medium Aquamarine #60D7B5
RGB
CMYK
RGB Variations
Color information
#60D7B5 (or 0x60D7B5) is known color: Medium Aquamarine. HEX triplet: 60, D7 and B5. RGB value is (96,215,181). Sum of RGB (Red+Green+Blue) = 96+215+181=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7B5 is #9F284A. Grayscale: #AFAFAF. Windows color (decimal): -10430539 or 11917152. OLE color: 11917152.
HSL color Cylindrical-coordinate representation of color #60D7B5: hue angle of 162.86º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7B5 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 215 | 181 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.16 |
| HSL | 162.86º | 0.6% | 0.61% | - |
| HSV(B) | 162.86º | 0.55% | 0.84% | - |
| XYZ | 37.46 | 54.42 | 52.25 | - |
| YUV | 175.54 | 131.08 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 215 | 181 | 0.55 | 0 | 0.16 | 0.16 | 162.86 | 0.6 | 0.61 |
| Hex | 60 | D7 | B5 | 37 | 0 | 10 | 10 | A3 | 3C | 3D |
| Octal | 140 | 327 | 265 | 67 | 0 | 20 | 20 | 243 | 74 | 75 |
| Binary | 1100000 | 11010111 | 10110101 | 110111 | 0 | 10000 | 10000 | 10100011 | 111100 | 111101 |
Color Harmonies of #60D7B5
Complementary color
Monochromatic Colors of #60D7B5
Black with #60D7B5
Text Example
Text Example
White with #60D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D7B5; }
p { color: rgb(96,215,181); }
H1.HeaderClassName
{
color: #60D7B5;
}
.AnyTagClassName
{
color: #60D7B5;
}
</style>
background-color css
<style>
a { background-color: #60D7B5; }
a { background-color: rgb(96,215,181); }
div.DivClassName
{
background-color: #60D7B5;
}
.BgClassName
{
background-color: #60D7B5;
}
</style>
border-color css
<style>
span { border-color: #60D7B5; }
span { border-color: rgb(96,215,181); }
td.TdClassName
{
border-color: #60D7B5;
}
.TagClassName
{
border-color: #60D7B5;
}
</style>