Shades of Medium Aquamarine #60DAB2
Tints of Medium Aquamarine #60DAB2
RGB
CMYK
RGB Variations
Color information
#60DAB2 (or 0x60DAB2) is known color: Medium Aquamarine. HEX triplet: 60, DA and B2. RGB value is (96,218,178). Sum of RGB (Red+Green+Blue) = 96+218+178=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #60DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DAB2 is #9F254D. Grayscale: #B1B1B1. Windows color (decimal): -10429774 or 11721312. OLE color: 11721312.
HSL color Cylindrical-coordinate representation of color #60DAB2: hue angle of 160.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DAB2 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 178 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.15 |
| HSL | 160.33º | 0.62% | 0.62% | - |
| HSV(B) | 160.33º | 0.56% | 0.85% | - |
| XYZ | 37.93 | 55.84 | 50.9 | - |
| YUV | 176.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 178 | 0.56 | 0 | 0.18 | 0.15 | 160.33 | 0.62 | 0.62 |
| Hex | 60 | DA | B2 | 38 | 0 | 12 | F | A0 | 3E | 3E |
| Octal | 140 | 332 | 262 | 70 | 0 | 22 | 17 | 240 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10110010 | 111000 | 0 | 10010 | 1111 | 10100000 | 111110 | 111110 |
Color Harmonies of #60DAB2
Complementary color
Monochromatic Colors of #60DAB2
Black with #60DAB2
Text Example
Text Example
White with #60DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DAB2; }
p { color: rgb(96,218,178); }
H1.HeaderClassName
{
color: #60DAB2;
}
.AnyTagClassName
{
color: #60DAB2;
}
</style>
background-color css
<style>
a { background-color: #60DAB2; }
a { background-color: rgb(96,218,178); }
div.DivClassName
{
background-color: #60DAB2;
}
.BgClassName
{
background-color: #60DAB2;
}
</style>
border-color css
<style>
span { border-color: #60DAB2; }
span { border-color: rgb(96,218,178); }
td.TdClassName
{
border-color: #60DAB2;
}
.TagClassName
{
border-color: #60DAB2;
}
</style>