Shades of Medium Aquamarine #60CAA6
Tints of Medium Aquamarine #60CAA6
RGB
CMYK
RGB Variations
Color information
#60CAA6 (or 0x60CAA6) is known color: Medium Aquamarine. HEX triplet: 60, CA and A6. RGB value is (96,202,166). Sum of RGB (Red+Green+Blue) = 96+202+166=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CAA6 is #9F3559. Grayscale: #A6A6A6. Windows color (decimal): -10433882 or 10930784. OLE color: 10930784.
HSL color Cylindrical-coordinate representation of color #60CAA6: hue angle of 159.62º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAA6 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 202 | 166 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.21 |
| HSL | 159.62º | 0.5% | 0.58% | - |
| HSV(B) | 159.62º | 0.52% | 0.79% | - |
| XYZ | 32.83 | 47.48 | 43.51 | - |
| YUV | 166.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 202 | 166 | 0.52 | 0 | 0.18 | 0.21 | 159.62 | 0.5 | 0.58 |
| Hex | 60 | CA | A6 | 34 | 0 | 12 | 15 | A0 | 32 | 3A |
| Octal | 140 | 312 | 246 | 64 | 0 | 22 | 25 | 240 | 62 | 72 |
| Binary | 1100000 | 11001010 | 10100110 | 110100 | 0 | 10010 | 10101 | 10100000 | 110010 | 111010 |
Color Harmonies of #60CAA6
Complementary color
Monochromatic Colors of #60CAA6
Black with #60CAA6
Text Example
Text Example
White with #60CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CAA6; }
p { color: rgb(96,202,166); }
H1.HeaderClassName
{
color: #60CAA6;
}
.AnyTagClassName
{
color: #60CAA6;
}
</style>
background-color css
<style>
a { background-color: #60CAA6; }
a { background-color: rgb(96,202,166); }
div.DivClassName
{
background-color: #60CAA6;
}
.BgClassName
{
background-color: #60CAA6;
}
</style>
border-color css
<style>
span { border-color: #60CAA6; }
span { border-color: rgb(96,202,166); }
td.TdClassName
{
border-color: #60CAA6;
}
.TagClassName
{
border-color: #60CAA6;
}
</style>