Shades of Medium Aquamarine #60D9B1
Tints of Medium Aquamarine #60D9B1
RGB
CMYK
RGB Variations
Color information
#60D9B1 (or 0x60D9B1) is known color: Medium Aquamarine. HEX triplet: 60, D9 and B1. RGB value is (96,217,177). Sum of RGB (Red+Green+Blue) = 96+217+177=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #60D9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D9B1 is #9F264E. Grayscale: #B0B0B0. Windows color (decimal): -10430031 or 11655520. OLE color: 11655520.
HSL color Cylindrical-coordinate representation of color #60D9B1: hue angle of 160.17º 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 #60D9B1 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 177 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.15 |
| HSL | 160.17º | 0.61% | 0.61% | - |
| HSV(B) | 160.17º | 0.56% | 0.85% | - |
| XYZ | 37.57 | 55.29 | 50.29 | - |
| YUV | 176.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 177 | 0.56 | 0 | 0.18 | 0.15 | 160.17 | 0.61 | 0.61 |
| Hex | 60 | D9 | B1 | 38 | 0 | 12 | F | A0 | 3D | 3D |
| Octal | 140 | 331 | 261 | 70 | 0 | 22 | 17 | 240 | 75 | 75 |
| Binary | 1100000 | 11011001 | 10110001 | 111000 | 0 | 10010 | 1111 | 10100000 | 111101 | 111101 |
Color Harmonies of #60D9B1
Complementary color
Monochromatic Colors of #60D9B1
Black with #60D9B1
Text Example
Text Example
White with #60D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D9B1; }
p { color: rgb(96,217,177); }
H1.HeaderClassName
{
color: #60D9B1;
}
.AnyTagClassName
{
color: #60D9B1;
}
</style>
background-color css
<style>
a { background-color: #60D9B1; }
a { background-color: rgb(96,217,177); }
div.DivClassName
{
background-color: #60D9B1;
}
.BgClassName
{
background-color: #60D9B1;
}
</style>
border-color css
<style>
span { border-color: #60D9B1; }
span { border-color: rgb(96,217,177); }
td.TdClassName
{
border-color: #60D9B1;
}
.TagClassName
{
border-color: #60D9B1;
}
</style>