Shades of Aquamarine #60F9C5
Tints of Aquamarine #60F9C5
RGB
CMYK
RGB Variations
Color information
#60F9C5 (or 0x60F9C5) is known color: Aquamarine. HEX triplet: 60, F9 and C5. RGB value is (96,249,197). Sum of RGB (Red+Green+Blue) = 96+249+197=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9C5 is #9F063A. Grayscale: #C5C5C5. Windows color (decimal): -10421819 or 12974432. OLE color: 12974432.
HSL color Cylindrical-coordinate representation of color #60F9C5: hue angle of 159.61º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9C5 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 197 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.02 |
| HSL | 159.61º | 0.93% | 0.68% | - |
| HSV(B) | 159.61º | 0.61% | 0.98% | - |
| XYZ | 48.78 | 74.27 | 64.59 | - |
| YUV | 197.33 | 127.81 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 197 | 0.61 | 0 | 0.21 | 0.02 | 159.61 | 0.93 | 0.68 |
| Hex | 60 | F9 | C5 | 3D | 0 | 15 | 2 | A0 | 5D | 44 |
| Octal | 140 | 371 | 305 | 75 | 0 | 25 | 2 | 240 | 135 | 104 |
| Binary | 1100000 | 11111001 | 11000101 | 111101 | 0 | 10101 | 10 | 10100000 | 1011101 | 1000100 |
Color Harmonies of #60F9C5
Complementary color
Monochromatic Colors of #60F9C5
Black with #60F9C5
Text Example
Text Example
White with #60F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F9C5; }
p { color: rgb(96,249,197); }
H1.HeaderClassName
{
color: #60F9C5;
}
.AnyTagClassName
{
color: #60F9C5;
}
</style>
background-color css
<style>
a { background-color: #60F9C5; }
a { background-color: rgb(96,249,197); }
div.DivClassName
{
background-color: #60F9C5;
}
.BgClassName
{
background-color: #60F9C5;
}
</style>
border-color css
<style>
span { border-color: #60F9C5; }
span { border-color: rgb(96,249,197); }
td.TdClassName
{
border-color: #60F9C5;
}
.TagClassName
{
border-color: #60F9C5;
}
</style>