Shades of Aquamarine #60FFDC
Tints of Aquamarine #60FFDC
RGB
CMYK
RGB Variations
Color information
#60FFDC (or 0x60FFDC) is known color: Aquamarine. HEX triplet: 60, FF and DC. RGB value is (96,255,220). Sum of RGB (Red+Green+Blue) = 96+255+220=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FFDC is #9F0023. Grayscale: #CBCBCB. Windows color (decimal): -10420260 or 14483296. OLE color: 14483296.
HSL color Cylindrical-coordinate representation of color #60FFDC: hue angle of 166.79º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFDC is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 220 | - |
| CMYK | 0.62 | 0 | 0.14 | 0 |
| HSL | 166.79º | 1% | 0.69% | - |
| HSV(B) | 166.79º | 0.62% | 1% | - |
| XYZ | 53.5 | 79.17 | 80.17 | - |
| YUV | 203.47 | 137.32 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 220 | 0.62 | 0 | 0.14 | 0 | 166.79 | 1 | 0.69 |
| Hex | 60 | FF | DC | 3E | 0 | E | 0 | A7 | 64 | 45 |
| Octal | 140 | 377 | 334 | 76 | 0 | 16 | 0 | 247 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11011100 | 111110 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000101 |
Color Harmonies of #60FFDC
Complementary color
Monochromatic Colors of #60FFDC
Black with #60FFDC
Text Example
Text Example
White with #60FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFDC; }
p { color: rgb(96,255,220); }
H1.HeaderClassName
{
color: #60FFDC;
}
.AnyTagClassName
{
color: #60FFDC;
}
</style>
background-color css
<style>
a { background-color: #60FFDC; }
a { background-color: rgb(96,255,220); }
div.DivClassName
{
background-color: #60FFDC;
}
.BgClassName
{
background-color: #60FFDC;
}
</style>
border-color css
<style>
span { border-color: #60FFDC; }
span { border-color: rgb(96,255,220); }
td.TdClassName
{
border-color: #60FFDC;
}
.TagClassName
{
border-color: #60FFDC;
}
</style>