Shades of Medium Aquamarine #60DFAB
Tints of Medium Aquamarine #60DFAB
RGB
CMYK
RGB Variations
Color information
#60DFAB (or 0x60DFAB) is known color: Medium Aquamarine. HEX triplet: 60, DF and AB. RGB value is (96,223,171). Sum of RGB (Red+Green+Blue) = 96+223+171=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DFAB is #9F2054. Grayscale: #B3B3B3. Windows color (decimal): -10428501 or 11263840. OLE color: 11263840.
HSL color Cylindrical-coordinate representation of color #60DFAB: hue angle of 155.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DFAB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 171 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.13 |
| HSL | 155.43º | 0.66% | 0.63% | - |
| HSV(B) | 155.43º | 0.57% | 0.87% | - |
| XYZ | 38.56 | 58.2 | 47.73 | - |
| YUV | 179.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 171 | 0.57 | 0 | 0.23 | 0.13 | 155.43 | 0.66 | 0.63 |
| Hex | 60 | DF | AB | 39 | 0 | 17 | D | 9B | 42 | 3F |
| Octal | 140 | 337 | 253 | 71 | 0 | 27 | 15 | 233 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10101011 | 111001 | 0 | 10111 | 1101 | 10011011 | 1000010 | 111111 |
Color Harmonies of #60DFAB
Complementary color
Monochromatic Colors of #60DFAB
Black with #60DFAB
Text Example
Text Example
White with #60DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DFAB; }
p { color: rgb(96,223,171); }
H1.HeaderClassName
{
color: #60DFAB;
}
.AnyTagClassName
{
color: #60DFAB;
}
</style>
background-color css
<style>
a { background-color: #60DFAB; }
a { background-color: rgb(96,223,171); }
div.DivClassName
{
background-color: #60DFAB;
}
.BgClassName
{
background-color: #60DFAB;
}
</style>
border-color css
<style>
span { border-color: #60DFAB; }
span { border-color: rgb(96,223,171); }
td.TdClassName
{
border-color: #60DFAB;
}
.TagClassName
{
border-color: #60DFAB;
}
</style>