Shades of Aquamarine #60FABB
Tints of Aquamarine #60FABB
RGB
CMYK
RGB Variations
Color information
#60FABB (or 0x60FABB) is known color: Aquamarine. HEX triplet: 60, FA and BB. RGB value is (96,250,187). Sum of RGB (Red+Green+Blue) = 96+250+187=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #60FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FABB is #9F0544. Grayscale: #C4C4C4. Windows color (decimal): -10421573 or 12319328. OLE color: 12319328.
HSL color Cylindrical-coordinate representation of color #60FABB: hue angle of 155.45º degrees, saturation: 0.94, 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 #60FABB is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 187 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.02 |
| HSL | 155.45º | 0.94% | 0.68% | - |
| HSV(B) | 155.45º | 0.62% | 0.98% | - |
| XYZ | 47.98 | 74.45 | 58.85 | - |
| YUV | 196.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 187 | 0.62 | 0 | 0.25 | 0.02 | 155.45 | 0.94 | 0.68 |
| Hex | 60 | FA | BB | 3E | 0 | 19 | 2 | 9B | 5E | 44 |
| Octal | 140 | 372 | 273 | 76 | 0 | 31 | 2 | 233 | 136 | 104 |
| Binary | 1100000 | 11111010 | 10111011 | 111110 | 0 | 11001 | 10 | 10011011 | 1011110 | 1000100 |
Color Harmonies of #60FABB
Complementary color
Monochromatic Colors of #60FABB
Black with #60FABB
Text Example
Text Example
White with #60FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FABB; }
p { color: rgb(96,250,187); }
H1.HeaderClassName
{
color: #60FABB;
}
.AnyTagClassName
{
color: #60FABB;
}
</style>
background-color css
<style>
a { background-color: #60FABB; }
a { background-color: rgb(96,250,187); }
div.DivClassName
{
background-color: #60FABB;
}
.BgClassName
{
background-color: #60FABB;
}
</style>
border-color css
<style>
span { border-color: #60FABB; }
span { border-color: rgb(96,250,187); }
td.TdClassName
{
border-color: #60FABB;
}
.TagClassName
{
border-color: #60FABB;
}
</style>