Shades of Aquamarine #60FACC
Tints of Aquamarine #60FACC
RGB
CMYK
RGB Variations
Color information
#60FACC (or 0x60FACC) is known color: Aquamarine. HEX triplet: 60, FA and CC. RGB value is (96,250,204). Sum of RGB (Red+Green+Blue) = 96+250+204=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #60FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FACC is #9F0533. Grayscale: #C6C6C6. Windows color (decimal): -10421556 or 13433440. OLE color: 13433440.
HSL color Cylindrical-coordinate representation of color #60FACC: hue angle of 162.08º 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 #60FACC is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 204 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.02 |
| HSL | 162.08º | 0.94% | 0.68% | - |
| HSV(B) | 162.08º | 0.62% | 0.98% | - |
| XYZ | 49.91 | 75.22 | 69.01 | - |
| YUV | 198.71 | 130.98 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 204 | 0.62 | 0 | 0.18 | 0.02 | 162.08 | 0.94 | 0.68 |
| Hex | 60 | FA | CC | 3E | 0 | 12 | 2 | A2 | 5E | 44 |
| Octal | 140 | 372 | 314 | 76 | 0 | 22 | 2 | 242 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11001100 | 111110 | 0 | 10010 | 10 | 10100010 | 1011110 | 1000100 |
Color Harmonies of #60FACC
Complementary color
Monochromatic Colors of #60FACC
Black with #60FACC
Text Example
Text Example
White with #60FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FACC; }
p { color: rgb(96,250,204); }
H1.HeaderClassName
{
color: #60FACC;
}
.AnyTagClassName
{
color: #60FACC;
}
</style>
background-color css
<style>
a { background-color: #60FACC; }
a { background-color: rgb(96,250,204); }
div.DivClassName
{
background-color: #60FACC;
}
.BgClassName
{
background-color: #60FACC;
}
</style>
border-color css
<style>
span { border-color: #60FACC; }
span { border-color: rgb(96,250,204); }
td.TdClassName
{
border-color: #60FACC;
}
.TagClassName
{
border-color: #60FACC;
}
</style>