Shades of Aquamarine #60FADA
Tints of Aquamarine #60FADA
RGB
CMYK
RGB Variations
Color information
#60FADA (or 0x60FADA) is known color: Aquamarine. HEX triplet: 60, FA and DA. RGB value is (96,250,218). Sum of RGB (Red+Green+Blue) = 96+250+218=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #60FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FADA is #9F0525. Grayscale: #C8C8C8. Windows color (decimal): -10421542 or 14350944. OLE color: 14350944.
HSL color Cylindrical-coordinate representation of color #60FADA: hue angle of 167.53º 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 #60FADA is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 218 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.02 |
| HSL | 167.53º | 0.94% | 0.68% | - |
| HSV(B) | 167.53º | 0.62% | 0.98% | - |
| XYZ | 51.66 | 75.92 | 78.26 | - |
| YUV | 200.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 218 | 0.62 | 0 | 0.13 | 0.02 | 167.53 | 0.94 | 0.68 |
| Hex | 60 | FA | DA | 3E | 0 | D | 2 | A8 | 5E | 44 |
| Octal | 140 | 372 | 332 | 76 | 0 | 15 | 2 | 250 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11011010 | 111110 | 0 | 1101 | 10 | 10101000 | 1011110 | 1000100 |
Color Harmonies of #60FADA
Complementary color
Monochromatic Colors of #60FADA
Black with #60FADA
Text Example
Text Example
White with #60FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FADA; }
p { color: rgb(96,250,218); }
H1.HeaderClassName
{
color: #60FADA;
}
.AnyTagClassName
{
color: #60FADA;
}
</style>
background-color css
<style>
a { background-color: #60FADA; }
a { background-color: rgb(96,250,218); }
div.DivClassName
{
background-color: #60FADA;
}
.BgClassName
{
background-color: #60FADA;
}
</style>
border-color css
<style>
span { border-color: #60FADA; }
span { border-color: rgb(96,250,218); }
td.TdClassName
{
border-color: #60FADA;
}
.TagClassName
{
border-color: #60FADA;
}
</style>