Shades of Medium Aquamarine #60D9B5
Tints of Medium Aquamarine #60D9B5
RGB
CMYK
RGB Variations
Color information
#60D9B5 (or 0x60D9B5) is known color: Medium Aquamarine. HEX triplet: 60, D9 and B5. RGB value is (96,217,181). Sum of RGB (Red+Green+Blue) = 96+217+181=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #60D9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D9B5 is #9F264A. Grayscale: #B0B0B0. Windows color (decimal): -10430027 or 11917664. OLE color: 11917664.
HSL color Cylindrical-coordinate representation of color #60D9B5: hue angle of 162.15º 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 #60D9B5 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 217 | 181 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.15 |
| HSL | 162.15º | 0.61% | 0.61% | - |
| HSV(B) | 162.15º | 0.56% | 0.85% | - |
| XYZ | 37.98 | 55.45 | 52.42 | - |
| YUV | 176.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 217 | 181 | 0.56 | 0 | 0.17 | 0.15 | 162.15 | 0.61 | 0.61 |
| Hex | 60 | D9 | B5 | 38 | 0 | 11 | F | A2 | 3D | 3D |
| Octal | 140 | 331 | 265 | 70 | 0 | 21 | 17 | 242 | 75 | 75 |
| Binary | 1100000 | 11011001 | 10110101 | 111000 | 0 | 10001 | 1111 | 10100010 | 111101 | 111101 |
Color Harmonies of #60D9B5
Complementary color
Monochromatic Colors of #60D9B5
Black with #60D9B5
Text Example
Text Example
White with #60D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D9B5; }
p { color: rgb(96,217,181); }
H1.HeaderClassName
{
color: #60D9B5;
}
.AnyTagClassName
{
color: #60D9B5;
}
</style>
background-color css
<style>
a { background-color: #60D9B5; }
a { background-color: rgb(96,217,181); }
div.DivClassName
{
background-color: #60D9B5;
}
.BgClassName
{
background-color: #60D9B5;
}
</style>
border-color css
<style>
span { border-color: #60D9B5; }
span { border-color: rgb(96,217,181); }
td.TdClassName
{
border-color: #60D9B5;
}
.TagClassName
{
border-color: #60D9B5;
}
</style>