Shades of Medium Aquamarine #60DCAB
Tints of Medium Aquamarine #60DCAB
RGB
CMYK
RGB Variations
Color information
#60DCAB (or 0x60DCAB) is known color: Medium Aquamarine. HEX triplet: 60, DC and AB. RGB value is (96,220,171). Sum of RGB (Red+Green+Blue) = 96+220+171=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DCAB is #9F2354. Grayscale: #B1B1B1. Windows color (decimal): -10429269 or 11263072. OLE color: 11263072.
HSL color Cylindrical-coordinate representation of color #60DCAB: hue angle of 156.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCAB is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 171 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.14 |
| HSL | 156.29º | 0.64% | 0.62% | - |
| HSV(B) | 156.29º | 0.56% | 0.86% | - |
| XYZ | 37.77 | 56.61 | 47.47 | - |
| YUV | 177.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 171 | 0.56 | 0 | 0.22 | 0.14 | 156.29 | 0.64 | 0.62 |
| Hex | 60 | DC | AB | 38 | 0 | 16 | E | 9C | 40 | 3E |
| Octal | 140 | 334 | 253 | 70 | 0 | 26 | 16 | 234 | 100 | 76 |
| Binary | 1100000 | 11011100 | 10101011 | 111000 | 0 | 10110 | 1110 | 10011100 | 1000000 | 111110 |
Color Harmonies of #60DCAB
Complementary color
Monochromatic Colors of #60DCAB
Black with #60DCAB
Text Example
Text Example
White with #60DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DCAB; }
p { color: rgb(96,220,171); }
H1.HeaderClassName
{
color: #60DCAB;
}
.AnyTagClassName
{
color: #60DCAB;
}
</style>
background-color css
<style>
a { background-color: #60DCAB; }
a { background-color: rgb(96,220,171); }
div.DivClassName
{
background-color: #60DCAB;
}
.BgClassName
{
background-color: #60DCAB;
}
</style>
border-color css
<style>
span { border-color: #60DCAB; }
span { border-color: rgb(96,220,171); }
td.TdClassName
{
border-color: #60DCAB;
}
.TagClassName
{
border-color: #60DCAB;
}
</style>