Shades of Aquamarine #60FADF
Tints of Aquamarine #60FADF
RGB
CMYK
RGB Variations
Color information
#60FADF (or 0x60FADF) is known color: Aquamarine. HEX triplet: 60, FA and DF. RGB value is (96,250,223). Sum of RGB (Red+Green+Blue) = 96+250+223=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #60FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FADF is #9F0520. Grayscale: #C8C8C8. Windows color (decimal): -10421537 or 14678624. OLE color: 14678624.
HSL color Cylindrical-coordinate representation of color #60FADF: hue angle of 169.48º 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 #60FADF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 223 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.02 |
| HSL | 169.48º | 0.94% | 0.68% | - |
| HSV(B) | 169.48º | 0.62% | 0.98% | - |
| XYZ | 52.33 | 76.19 | 81.76 | - |
| YUV | 200.88 | 140.48 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 223 | 0.62 | 0 | 0.11 | 0.02 | 169.48 | 0.94 | 0.68 |
| Hex | 60 | FA | DF | 3E | 0 | B | 2 | A9 | 5E | 44 |
| Octal | 140 | 372 | 337 | 76 | 0 | 13 | 2 | 251 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11011111 | 111110 | 0 | 1011 | 10 | 10101001 | 1011110 | 1000100 |
Color Harmonies of #60FADF
Complementary color
Monochromatic Colors of #60FADF
Black with #60FADF
Text Example
Text Example
White with #60FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FADF; }
p { color: rgb(96,250,223); }
H1.HeaderClassName
{
color: #60FADF;
}
.AnyTagClassName
{
color: #60FADF;
}
</style>
background-color css
<style>
a { background-color: #60FADF; }
a { background-color: rgb(96,250,223); }
div.DivClassName
{
background-color: #60FADF;
}
.BgClassName
{
background-color: #60FADF;
}
</style>
border-color css
<style>
span { border-color: #60FADF; }
span { border-color: rgb(96,250,223); }
td.TdClassName
{
border-color: #60FADF;
}
.TagClassName
{
border-color: #60FADF;
}
</style>