Shades of Medium Aquamarine #60EFB0
Tints of Medium Aquamarine #60EFB0
RGB
CMYK
RGB Variations
Color information
#60EFB0 (or 0x60EFB0) is known color: Medium Aquamarine. HEX triplet: 60, EF and B0. RGB value is (96,239,176). Sum of RGB (Red+Green+Blue) = 96+239+176=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EFB0 is #9F104F. Grayscale: #BDBDBD. Windows color (decimal): -10424400 or 11595616. OLE color: 11595616.
HSL color Cylindrical-coordinate representation of color #60EFB0: hue angle of 153.57º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFB0 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 176 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.06 |
| HSL | 153.57º | 0.82% | 0.66% | - |
| HSV(B) | 153.57º | 0.6% | 0.94% | - |
| XYZ | 43.53 | 67.35 | 51.78 | - |
| YUV | 189.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 176 | 0.60 | 0 | 0.26 | 0.06 | 153.57 | 0.82 | 0.66 |
| Hex | 60 | EF | B0 | 3C | 0 | 1A | 6 | 9A | 52 | 42 |
| Octal | 140 | 357 | 260 | 74 | 0 | 32 | 6 | 232 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10110000 | 111100 | 0 | 11010 | 110 | 10011010 | 1010010 | 1000010 |
Color Harmonies of #60EFB0
Complementary color
Monochromatic Colors of #60EFB0
Black with #60EFB0
Text Example
Text Example
White with #60EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFB0; }
p { color: rgb(96,239,176); }
H1.HeaderClassName
{
color: #60EFB0;
}
.AnyTagClassName
{
color: #60EFB0;
}
</style>
background-color css
<style>
a { background-color: #60EFB0; }
a { background-color: rgb(96,239,176); }
div.DivClassName
{
background-color: #60EFB0;
}
.BgClassName
{
background-color: #60EFB0;
}
</style>
border-color css
<style>
span { border-color: #60EFB0; }
span { border-color: rgb(96,239,176); }
td.TdClassName
{
border-color: #60EFB0;
}
.TagClassName
{
border-color: #60EFB0;
}
</style>