Shades of Medium Aquamarine #60D4A2
Tints of Medium Aquamarine #60D4A2
RGB
CMYK
RGB Variations
Color information
#60D4A2 (or 0x60D4A2) is known color: Medium Aquamarine. HEX triplet: 60, D4 and A2. RGB value is (96,212,162). Sum of RGB (Red+Green+Blue) = 96+212+162=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D4A2 is #9F2B5D. Grayscale: #ABABAB. Windows color (decimal): -10431326 or 10671200. OLE color: 10671200.
HSL color Cylindrical-coordinate representation of color #60D4A2: hue angle of 154.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4A2 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 212 | 162 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.17 |
| HSL | 154.14º | 0.57% | 0.6% | - |
| HSV(B) | 154.14º | 0.55% | 0.83% | - |
| XYZ | 34.89 | 52.18 | 42.42 | - |
| YUV | 171.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 212 | 162 | 0.55 | 0 | 0.24 | 0.17 | 154.14 | 0.57 | 0.6 |
| Hex | 60 | D4 | A2 | 37 | 0 | 18 | 11 | 9A | 39 | 3C |
| Octal | 140 | 324 | 242 | 67 | 0 | 30 | 21 | 232 | 71 | 74 |
| Binary | 1100000 | 11010100 | 10100010 | 110111 | 0 | 11000 | 10001 | 10011010 | 111001 | 111100 |
Color Harmonies of #60D4A2
Complementary color
Monochromatic Colors of #60D4A2
Black with #60D4A2
Text Example
Text Example
White with #60D4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D4A2; }
p { color: rgb(96,212,162); }
H1.HeaderClassName
{
color: #60D4A2;
}
.AnyTagClassName
{
color: #60D4A2;
}
</style>
background-color css
<style>
a { background-color: #60D4A2; }
a { background-color: rgb(96,212,162); }
div.DivClassName
{
background-color: #60D4A2;
}
.BgClassName
{
background-color: #60D4A2;
}
</style>
border-color css
<style>
span { border-color: #60D4A2; }
span { border-color: rgb(96,212,162); }
td.TdClassName
{
border-color: #60D4A2;
}
.TagClassName
{
border-color: #60D4A2;
}
</style>