Shades of Aquamarine #60FEC9
Tints of Aquamarine #60FEC9
RGB
CMYK
RGB Variations
Color information
#60FEC9 (or 0x60FEC9) is known color: Aquamarine. HEX triplet: 60, FE and C9. RGB value is (96,254,201). Sum of RGB (Red+Green+Blue) = 96+254+201=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FEC9 is #9F0136. Grayscale: #C8C8C8. Windows color (decimal): -10420535 or 13237856. OLE color: 13237856.
HSL color Cylindrical-coordinate representation of color #60FEC9: hue angle of 159.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEC9 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 201 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.00 |
| HSL | 159.87º | 0.99% | 0.69% | - |
| HSV(B) | 159.87º | 0.62% | 1% | - |
| XYZ | 50.81 | 77.59 | 67.56 | - |
| YUV | 200.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 201 | 0.62 | 0 | 0.21 | 0.00 | 159.87 | 0.99 | 0.69 |
| Hex | 60 | FE | C9 | 3E | 0 | 15 | 0 | A0 | 63 | 45 |
| Octal | 140 | 376 | 311 | 76 | 0 | 25 | 0 | 240 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11001001 | 111110 | 0 | 10101 | 0 | 10100000 | 1100011 | 1000101 |
Color Harmonies of #60FEC9
Complementary color
Monochromatic Colors of #60FEC9
Black with #60FEC9
Text Example
Text Example
White with #60FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEC9; }
p { color: rgb(96,254,201); }
H1.HeaderClassName
{
color: #60FEC9;
}
.AnyTagClassName
{
color: #60FEC9;
}
</style>
background-color css
<style>
a { background-color: #60FEC9; }
a { background-color: rgb(96,254,201); }
div.DivClassName
{
background-color: #60FEC9;
}
.BgClassName
{
background-color: #60FEC9;
}
</style>
border-color css
<style>
span { border-color: #60FEC9; }
span { border-color: rgb(96,254,201); }
td.TdClassName
{
border-color: #60FEC9;
}
.TagClassName
{
border-color: #60FEC9;
}
</style>