Shades of Medium Aquamarine #60C4AF
Tints of Medium Aquamarine #60C4AF
RGB
CMYK
RGB Variations
Color information
#60C4AF (or 0x60C4AF) is known color: Medium Aquamarine. HEX triplet: 60, C4 and AF. RGB value is (96,196,175). Sum of RGB (Red+Green+Blue) = 96+196+175=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #60C4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C4AF is #9F3B50. Grayscale: #A3A3A3. Windows color (decimal): -10435409 or 11519072. OLE color: 11519072.
HSL color Cylindrical-coordinate representation of color #60C4AF: hue angle of 167.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C4AF is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 196 | 175 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.23 |
| HSL | 167.4º | 0.46% | 0.57% | - |
| HSV(B) | 167.4º | 0.51% | 0.77% | - |
| XYZ | 32.3 | 45.06 | 47.55 | - |
| YUV | 163.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 175 | 0.51 | 0 | 0.11 | 0.23 | 167.4 | 0.46 | 0.57 |
| Hex | 60 | C4 | AF | 33 | 0 | B | 17 | A7 | 2E | 39 |
| Octal | 140 | 304 | 257 | 63 | 0 | 13 | 27 | 247 | 56 | 71 |
| Binary | 1100000 | 11000100 | 10101111 | 110011 | 0 | 1011 | 10111 | 10100111 | 101110 | 111001 |
Color Harmonies of #60C4AF
Complementary color
Monochromatic Colors of #60C4AF
Black with #60C4AF
Text Example
Text Example
White with #60C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C4AF; }
p { color: rgb(96,196,175); }
H1.HeaderClassName
{
color: #60C4AF;
}
.AnyTagClassName
{
color: #60C4AF;
}
</style>
background-color css
<style>
a { background-color: #60C4AF; }
a { background-color: rgb(96,196,175); }
div.DivClassName
{
background-color: #60C4AF;
}
.BgClassName
{
background-color: #60C4AF;
}
</style>
border-color css
<style>
span { border-color: #60C4AF; }
span { border-color: rgb(96,196,175); }
td.TdClassName
{
border-color: #60C4AF;
}
.TagClassName
{
border-color: #60C4AF;
}
</style>