Shades of Medium Aquamarine #60FBAB
Tints of Medium Aquamarine #60FBAB
RGB
CMYK
RGB Variations
Color information
#60FBAB (or 0x60FBAB) is known color: Medium Aquamarine. HEX triplet: 60, FB and AB. RGB value is (96,251,171). Sum of RGB (Red+Green+Blue) = 96+251+171=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FBAB is #9F0454. Grayscale: #C3C3C3. Windows color (decimal): -10421333 or 11271008. OLE color: 11271008.
HSL color Cylindrical-coordinate representation of color #60FBAB: hue angle of 149.03º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FBAB is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 171 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.02 |
| HSL | 149.03º | 0.95% | 0.68% | - |
| HSV(B) | 149.03º | 0.62% | 0.98% | - |
| XYZ | 46.67 | 74.42 | 50.43 | - |
| YUV | 195.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 171 | 0.62 | 0 | 0.32 | 0.02 | 149.03 | 0.95 | 0.68 |
| Hex | 60 | FB | AB | 3E | 0 | 20 | 2 | 95 | 5F | 44 |
| Octal | 140 | 373 | 253 | 76 | 0 | 40 | 2 | 225 | 137 | 104 |
| Binary | 1100000 | 11111011 | 10101011 | 111110 | 0 | 100000 | 10 | 10010101 | 1011111 | 1000100 |
Color Harmonies of #60FBAB
Complementary color
Monochromatic Colors of #60FBAB
Black with #60FBAB
Text Example
Text Example
White with #60FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBAB; }
p { color: rgb(96,251,171); }
H1.HeaderClassName
{
color: #60FBAB;
}
.AnyTagClassName
{
color: #60FBAB;
}
</style>
background-color css
<style>
a { background-color: #60FBAB; }
a { background-color: rgb(96,251,171); }
div.DivClassName
{
background-color: #60FBAB;
}
.BgClassName
{
background-color: #60FBAB;
}
</style>
border-color css
<style>
span { border-color: #60FBAB; }
span { border-color: rgb(96,251,171); }
td.TdClassName
{
border-color: #60FBAB;
}
.TagClassName
{
border-color: #60FBAB;
}
</style>