Shades of Medium Aquamarine #60EDB5
Tints of Medium Aquamarine #60EDB5
RGB
CMYK
RGB Variations
Color information
#60EDB5 (or 0x60EDB5) is known color: Medium Aquamarine. HEX triplet: 60, ED and B5. RGB value is (96,237,181). Sum of RGB (Red+Green+Blue) = 96+237+181=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDB5 is #9F124A. Grayscale: #BCBCBC. Windows color (decimal): -10424907 or 11922784. OLE color: 11922784.
HSL color Cylindrical-coordinate representation of color #60EDB5: hue angle of 156.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDB5 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 237 | 181 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.07 |
| HSL | 156.17º | 0.8% | 0.65% | - |
| HSV(B) | 156.17º | 0.59% | 0.93% | - |
| XYZ | 43.45 | 66.39 | 54.24 | - |
| YUV | 188.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 181 | 0.59 | 0 | 0.24 | 0.07 | 156.17 | 0.8 | 0.65 |
| Hex | 60 | ED | B5 | 3B | 0 | 18 | 7 | 9C | 50 | 41 |
| Octal | 140 | 355 | 265 | 73 | 0 | 30 | 7 | 234 | 120 | 101 |
| Binary | 1100000 | 11101101 | 10110101 | 111011 | 0 | 11000 | 111 | 10011100 | 1010000 | 1000001 |
Color Harmonies of #60EDB5
Complementary color
Monochromatic Colors of #60EDB5
Black with #60EDB5
Text Example
Text Example
White with #60EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDB5; }
p { color: rgb(96,237,181); }
H1.HeaderClassName
{
color: #60EDB5;
}
.AnyTagClassName
{
color: #60EDB5;
}
</style>
background-color css
<style>
a { background-color: #60EDB5; }
a { background-color: rgb(96,237,181); }
div.DivClassName
{
background-color: #60EDB5;
}
.BgClassName
{
background-color: #60EDB5;
}
</style>
border-color css
<style>
span { border-color: #60EDB5; }
span { border-color: rgb(96,237,181); }
td.TdClassName
{
border-color: #60EDB5;
}
.TagClassName
{
border-color: #60EDB5;
}
</style>