Shades of Medium Aquamarine #60F5B1
Tints of Medium Aquamarine #60F5B1
RGB
CMYK
RGB Variations
Color information
#60F5B1 (or 0x60F5B1) is known color: Medium Aquamarine. HEX triplet: 60, F5 and B1. RGB value is (96,245,177). Sum of RGB (Red+Green+Blue) = 96+245+177=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F5B1 is #9F0A4E. Grayscale: #C0C0C0. Windows color (decimal): -10422863 or 11662688. OLE color: 11662688.
HSL color Cylindrical-coordinate representation of color #60F5B1: hue angle of 152.62º 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 #60F5B1 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 177 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.04 |
| HSL | 152.62º | 0.88% | 0.67% | - |
| HSV(B) | 152.62º | 0.61% | 0.96% | - |
| XYZ | 45.41 | 70.97 | 52.9 | - |
| YUV | 192.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 177 | 0.61 | 0 | 0.28 | 0.04 | 152.62 | 0.88 | 0.67 |
| Hex | 60 | F5 | B1 | 3D | 0 | 1C | 4 | 99 | 58 | 43 |
| Octal | 140 | 365 | 261 | 75 | 0 | 34 | 4 | 231 | 130 | 103 |
| Binary | 1100000 | 11110101 | 10110001 | 111101 | 0 | 11100 | 100 | 10011001 | 1011000 | 1000011 |
Color Harmonies of #60F5B1
Complementary color
Monochromatic Colors of #60F5B1
Black with #60F5B1
Text Example
Text Example
White with #60F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5B1; }
p { color: rgb(96,245,177); }
H1.HeaderClassName
{
color: #60F5B1;
}
.AnyTagClassName
{
color: #60F5B1;
}
</style>
background-color css
<style>
a { background-color: #60F5B1; }
a { background-color: rgb(96,245,177); }
div.DivClassName
{
background-color: #60F5B1;
}
.BgClassName
{
background-color: #60F5B1;
}
</style>
border-color css
<style>
span { border-color: #60F5B1; }
span { border-color: rgb(96,245,177); }
td.TdClassName
{
border-color: #60F5B1;
}
.TagClassName
{
border-color: #60F5B1;
}
</style>