Shades of Aquamarine #60FECD
Tints of Aquamarine #60FECD
RGB
CMYK
RGB Variations
Color information
#60FECD (or 0x60FECD) is known color: Aquamarine. HEX triplet: 60, FE and CD. RGB value is (96,254,205). Sum of RGB (Red+Green+Blue) = 96+254+205=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #60FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FECD is #9F0132. Grayscale: #C9C9C9. Windows color (decimal): -10420531 or 13500000. OLE color: 13500000.
HSL color Cylindrical-coordinate representation of color #60FECD: hue angle of 161.39º 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 #60FECD is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 205 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.00 |
| HSL | 161.39º | 0.99% | 0.69% | - |
| HSV(B) | 161.39º | 0.62% | 1% | - |
| XYZ | 51.29 | 77.78 | 70.07 | - |
| YUV | 201.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 205 | 0.62 | 0 | 0.19 | 0.00 | 161.39 | 0.99 | 0.69 |
| Hex | 60 | FE | CD | 3E | 0 | 13 | 0 | A1 | 63 | 45 |
| Octal | 140 | 376 | 315 | 76 | 0 | 23 | 0 | 241 | 143 | 105 |
| Binary | 1100000 | 11111110 | 11001101 | 111110 | 0 | 10011 | 0 | 10100001 | 1100011 | 1000101 |
Color Harmonies of #60FECD
Complementary color
Monochromatic Colors of #60FECD
Black with #60FECD
Text Example
Text Example
White with #60FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FECD; }
p { color: rgb(96,254,205); }
H1.HeaderClassName
{
color: #60FECD;
}
.AnyTagClassName
{
color: #60FECD;
}
</style>
background-color css
<style>
a { background-color: #60FECD; }
a { background-color: rgb(96,254,205); }
div.DivClassName
{
background-color: #60FECD;
}
.BgClassName
{
background-color: #60FECD;
}
</style>
border-color css
<style>
span { border-color: #60FECD; }
span { border-color: rgb(96,254,205); }
td.TdClassName
{
border-color: #60FECD;
}
.TagClassName
{
border-color: #60FECD;
}
</style>