Shades of Aquamarine #60FED4
Tints of Aquamarine #60FED4
RGB
CMYK
RGB Variations
Color information
#60FED4 (or 0x60FED4) is known color: Aquamarine. HEX triplet: 60, FE and D4. RGB value is (96,254,212). Sum of RGB (Red+Green+Blue) = 96+254+212=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #60FED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FED4 is #9F012B. Grayscale: #C9C9C9. Windows color (decimal): -10420524 or 13958752. OLE color: 13958752.
HSL color Cylindrical-coordinate representation of color #60FED4: hue angle of 164.05º 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 #60FED4 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 212 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.00 |
| HSL | 164.05º | 0.99% | 0.69% | - |
| HSV(B) | 164.05º | 0.62% | 1% | - |
| XYZ | 52.15 | 78.12 | 74.62 | - |
| YUV | 201.97 | 133.65 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 212 | 0.62 | 0 | 0.17 | 0.00 | 164.05 | 0.99 | 0.69 |
| Hex | 60 | FE | D4 | 3E | 0 | 11 | 0 | A4 | 63 | 45 |
| Octal | 140 | 376 | 324 | 76 | 0 | 21 | 0 | 244 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11010100 | 111110 | 0 | 10001 | 0 | 10100100 | 1100011 | 1000101 |
Color Harmonies of #60FED4
Complementary color
Monochromatic Colors of #60FED4
Black with #60FED4
Text Example
Text Example
White with #60FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FED4; }
p { color: rgb(96,254,212); }
H1.HeaderClassName
{
color: #60FED4;
}
.AnyTagClassName
{
color: #60FED4;
}
</style>
background-color css
<style>
a { background-color: #60FED4; }
a { background-color: rgb(96,254,212); }
div.DivClassName
{
background-color: #60FED4;
}
.BgClassName
{
background-color: #60FED4;
}
</style>
border-color css
<style>
span { border-color: #60FED4; }
span { border-color: rgb(96,254,212); }
td.TdClassName
{
border-color: #60FED4;
}
.TagClassName
{
border-color: #60FED4;
}
</style>