Shades of Medium Aquamarine #60EEB5
Tints of Medium Aquamarine #60EEB5
RGB
CMYK
RGB Variations
Color information
#60EEB5 (or 0x60EEB5) is known color: Medium Aquamarine. HEX triplet: 60, EE and B5. RGB value is (96,238,181). Sum of RGB (Red+Green+Blue) = 96+238+181=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EEB5 is #9F114A. Grayscale: #BDBDBD. Windows color (decimal): -10424651 or 11923040. OLE color: 11923040.
HSL color Cylindrical-coordinate representation of color #60EEB5: hue angle of 155.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEB5 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 181 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.07 |
| HSL | 155.92º | 0.81% | 0.65% | - |
| HSV(B) | 155.92º | 0.6% | 0.93% | - |
| XYZ | 43.74 | 66.97 | 54.34 | - |
| YUV | 189.04 | 123.46 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 181 | 0.60 | 0 | 0.24 | 0.07 | 155.92 | 0.81 | 0.65 |
| Hex | 60 | EE | B5 | 3C | 0 | 18 | 7 | 9C | 51 | 41 |
| Octal | 140 | 356 | 265 | 74 | 0 | 30 | 7 | 234 | 121 | 101 |
| Binary | 1100000 | 11101110 | 10110101 | 111100 | 0 | 11000 | 111 | 10011100 | 1010001 | 1000001 |
Color Harmonies of #60EEB5
Complementary color
Monochromatic Colors of #60EEB5
Black with #60EEB5
Text Example
Text Example
White with #60EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEB5; }
p { color: rgb(96,238,181); }
H1.HeaderClassName
{
color: #60EEB5;
}
.AnyTagClassName
{
color: #60EEB5;
}
</style>
background-color css
<style>
a { background-color: #60EEB5; }
a { background-color: rgb(96,238,181); }
div.DivClassName
{
background-color: #60EEB5;
}
.BgClassName
{
background-color: #60EEB5;
}
</style>
border-color css
<style>
span { border-color: #60EEB5; }
span { border-color: rgb(96,238,181); }
td.TdClassName
{
border-color: #60EEB5;
}
.TagClassName
{
border-color: #60EEB5;
}
</style>