Shades of Medium Aquamarine #60F5B0
Tints of Medium Aquamarine #60F5B0
RGB
CMYK
RGB Variations
Color information
#60F5B0 (or 0x60F5B0) is known color: Medium Aquamarine. HEX triplet: 60, F5 and B0. RGB value is (96,245,176). Sum of RGB (Red+Green+Blue) = 96+245+176=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F5B0 is #9F0A4F. Grayscale: #C0C0C0. Windows color (decimal): -10422864 or 11597152. OLE color: 11597152.
HSL color Cylindrical-coordinate representation of color #60F5B0: hue angle of 152.21º 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 #60F5B0 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 176 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.04 |
| HSL | 152.21º | 0.88% | 0.67% | - |
| HSV(B) | 152.21º | 0.61% | 0.96% | - |
| XYZ | 45.31 | 70.93 | 52.38 | - |
| YUV | 192.58 | 118.64 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 176 | 0.61 | 0 | 0.28 | 0.04 | 152.21 | 0.88 | 0.67 |
| Hex | 60 | F5 | B0 | 3D | 0 | 1C | 4 | 98 | 58 | 43 |
| Octal | 140 | 365 | 260 | 75 | 0 | 34 | 4 | 230 | 130 | 103 |
| Binary | 1100000 | 11110101 | 10110000 | 111101 | 0 | 11100 | 100 | 10011000 | 1011000 | 1000011 |
Color Harmonies of #60F5B0
Complementary color
Monochromatic Colors of #60F5B0
Black with #60F5B0
Text Example
Text Example
White with #60F5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5B0; }
p { color: rgb(96,245,176); }
H1.HeaderClassName
{
color: #60F5B0;
}
.AnyTagClassName
{
color: #60F5B0;
}
</style>
background-color css
<style>
a { background-color: #60F5B0; }
a { background-color: rgb(96,245,176); }
div.DivClassName
{
background-color: #60F5B0;
}
.BgClassName
{
background-color: #60F5B0;
}
</style>
border-color css
<style>
span { border-color: #60F5B0; }
span { border-color: rgb(96,245,176); }
td.TdClassName
{
border-color: #60F5B0;
}
.TagClassName
{
border-color: #60F5B0;
}
</style>