Shades of Aquamarine #60F5D7
Tints of Aquamarine #60F5D7
RGB
CMYK
RGB Variations
Color information
#60F5D7 (or 0x60F5D7) is known color: Aquamarine. HEX triplet: 60, F5 and D7. RGB value is (96,245,215). Sum of RGB (Red+Green+Blue) = 96+245+215=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F5D7 is #9F0A28. Grayscale: #C4C4C4. Windows color (decimal): -10422825 or 14153056. OLE color: 14153056.
HSL color Cylindrical-coordinate representation of color #60F5D7: hue angle of 167.92º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5D7 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 215 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.04 |
| HSL | 167.92º | 0.88% | 0.67% | - |
| HSV(B) | 167.92º | 0.61% | 0.96% | - |
| XYZ | 49.74 | 72.7 | 75.7 | - |
| YUV | 197.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 215 | 0.61 | 0 | 0.12 | 0.04 | 167.92 | 0.88 | 0.67 |
| Hex | 60 | F5 | D7 | 3D | 0 | C | 4 | A8 | 58 | 43 |
| Octal | 140 | 365 | 327 | 75 | 0 | 14 | 4 | 250 | 130 | 103 |
| Binary | 1100000 | 11110101 | 11010111 | 111101 | 0 | 1100 | 100 | 10101000 | 1011000 | 1000011 |
Color Harmonies of #60F5D7
Complementary color
Monochromatic Colors of #60F5D7
Black with #60F5D7
Text Example
Text Example
White with #60F5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5D7; }
p { color: rgb(96,245,215); }
H1.HeaderClassName
{
color: #60F5D7;
}
.AnyTagClassName
{
color: #60F5D7;
}
</style>
background-color css
<style>
a { background-color: #60F5D7; }
a { background-color: rgb(96,245,215); }
div.DivClassName
{
background-color: #60F5D7;
}
.BgClassName
{
background-color: #60F5D7;
}
</style>
border-color css
<style>
span { border-color: #60F5D7; }
span { border-color: rgb(96,245,215); }
td.TdClassName
{
border-color: #60F5D7;
}
.TagClassName
{
border-color: #60F5D7;
}
</style>