Shades of Medium Aquamarine #60FFAB
Tints of Medium Aquamarine #60FFAB
RGB
CMYK
RGB Variations
Color information
#60FFAB (or 0x60FFAB) is known color: Medium Aquamarine. HEX triplet: 60, FF and AB. RGB value is (96,255,171). Sum of RGB (Red+Green+Blue) = 96+255+171=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FFAB is #9F0054. Grayscale: #C6C6C6. Windows color (decimal): -10420309 or 11272032. OLE color: 11272032.
HSL color Cylindrical-coordinate representation of color #60FFAB: hue angle of 148.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFAB is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 171 | - |
| CMYK | 0.62 | 0 | 0.33 | 0 |
| HSL | 148.3º | 1% | 0.69% | - |
| HSV(B) | 148.3º | 0.62% | 1% | - |
| XYZ | 47.93 | 76.95 | 50.85 | - |
| YUV | 197.88 | 112.82 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 171 | 0.62 | 0 | 0.33 | 0 | 148.3 | 1 | 0.69 |
| Hex | 60 | FF | AB | 3E | 0 | 21 | 0 | 94 | 64 | 45 |
| Octal | 140 | 377 | 253 | 76 | 0 | 41 | 0 | 224 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10101011 | 111110 | 0 | 100001 | 0 | 10010100 | 1100100 | 1000101 |
Color Harmonies of #60FFAB
Complementary color
Monochromatic Colors of #60FFAB
Black with #60FFAB
Text Example
Text Example
White with #60FFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFAB; }
p { color: rgb(96,255,171); }
H1.HeaderClassName
{
color: #60FFAB;
}
.AnyTagClassName
{
color: #60FFAB;
}
</style>
background-color css
<style>
a { background-color: #60FFAB; }
a { background-color: rgb(96,255,171); }
div.DivClassName
{
background-color: #60FFAB;
}
.BgClassName
{
background-color: #60FFAB;
}
</style>
border-color css
<style>
span { border-color: #60FFAB; }
span { border-color: rgb(96,255,171); }
td.TdClassName
{
border-color: #60FFAB;
}
.TagClassName
{
border-color: #60FFAB;
}
</style>