Shades of Aquamarine #60FDCE
Tints of Aquamarine #60FDCE
RGB
CMYK
RGB Variations
Color information
#60FDCE (or 0x60FDCE) is known color: Aquamarine. HEX triplet: 60, FD and CE. RGB value is (96,253,206). Sum of RGB (Red+Green+Blue) = 96+253+206=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FDCE is #9F0231. Grayscale: #C8C8C8. Windows color (decimal): -10420786 or 13565280. OLE color: 13565280.
HSL color Cylindrical-coordinate representation of color #60FDCE: hue angle of 162.04º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDCE is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 206 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.01 |
| HSL | 162.04º | 0.98% | 0.68% | - |
| HSV(B) | 162.04º | 0.62% | 0.99% | - |
| XYZ | 51.09 | 77.19 | 70.6 | - |
| YUV | 200.7 | 130.99 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 206 | 0.62 | 0 | 0.19 | 0.01 | 162.04 | 0.98 | 0.68 |
| Hex | 60 | FD | CE | 3E | 0 | 13 | 1 | A2 | 62 | 44 |
| Octal | 140 | 375 | 316 | 76 | 0 | 23 | 1 | 242 | 142 | 104 |
| Binary | 1100000 | 11111101 | 11001110 | 111110 | 0 | 10011 | 1 | 10100010 | 1100010 | 1000100 |
Color Harmonies of #60FDCE
Complementary color
Monochromatic Colors of #60FDCE
Black with #60FDCE
Text Example
Text Example
White with #60FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDCE; }
p { color: rgb(96,253,206); }
H1.HeaderClassName
{
color: #60FDCE;
}
.AnyTagClassName
{
color: #60FDCE;
}
</style>
background-color css
<style>
a { background-color: #60FDCE; }
a { background-color: rgb(96,253,206); }
div.DivClassName
{
background-color: #60FDCE;
}
.BgClassName
{
background-color: #60FDCE;
}
</style>
border-color css
<style>
span { border-color: #60FDCE; }
span { border-color: rgb(96,253,206); }
td.TdClassName
{
border-color: #60FDCE;
}
.TagClassName
{
border-color: #60FDCE;
}
</style>