Shades of Medium Aquamarine #60EDB4
Tints of Medium Aquamarine #60EDB4
RGB
CMYK
RGB Variations
Color information
#60EDB4 (or 0x60EDB4) is known color: Medium Aquamarine. HEX triplet: 60, ED and B4. RGB value is (96,237,180). Sum of RGB (Red+Green+Blue) = 96+237+180=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDB4 is #9F124B. Grayscale: #BCBCBC. Windows color (decimal): -10424908 or 11857248. OLE color: 11857248.
HSL color Cylindrical-coordinate representation of color #60EDB4: hue angle of 155.74º 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 #60EDB4 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 237 | 180 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.07 |
| HSL | 155.74º | 0.8% | 0.65% | - |
| HSV(B) | 155.74º | 0.59% | 0.93% | - |
| XYZ | 43.35 | 66.35 | 53.7 | - |
| YUV | 188.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 237 | 180 | 0.59 | 0 | 0.24 | 0.07 | 155.74 | 0.8 | 0.65 |
| Hex | 60 | ED | B4 | 3B | 0 | 18 | 7 | 9C | 50 | 41 |
| Octal | 140 | 355 | 264 | 73 | 0 | 30 | 7 | 234 | 120 | 101 |
| Binary | 1100000 | 11101101 | 10110100 | 111011 | 0 | 11000 | 111 | 10011100 | 1010000 | 1000001 |
Color Harmonies of #60EDB4
Complementary color
Monochromatic Colors of #60EDB4
Black with #60EDB4
Text Example
Text Example
White with #60EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EDB4; }
p { color: rgb(96,237,180); }
H1.HeaderClassName
{
color: #60EDB4;
}
.AnyTagClassName
{
color: #60EDB4;
}
</style>
background-color css
<style>
a { background-color: #60EDB4; }
a { background-color: rgb(96,237,180); }
div.DivClassName
{
background-color: #60EDB4;
}
.BgClassName
{
background-color: #60EDB4;
}
</style>
border-color css
<style>
span { border-color: #60EDB4; }
span { border-color: rgb(96,237,180); }
td.TdClassName
{
border-color: #60EDB4;
}
.TagClassName
{
border-color: #60EDB4;
}
</style>