Shades of Medium Aquamarine #60ECB3
Tints of Medium Aquamarine #60ECB3
RGB
CMYK
RGB Variations
Color information
#60ECB3 (or 0x60ECB3) is known color: Medium Aquamarine. HEX triplet: 60, EC and B3. RGB value is (96,236,179). Sum of RGB (Red+Green+Blue) = 96+236+179=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECB3 is #9F134C. Grayscale: #BBBBBB. Windows color (decimal): -10425165 or 11791456. OLE color: 11791456.
HSL color Cylindrical-coordinate representation of color #60ECB3: hue angle of 155.57º degrees, saturation: 0.79, 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 #60ECB3 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 179 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.07 |
| HSL | 155.57º | 0.79% | 0.65% | - |
| HSV(B) | 155.57º | 0.59% | 0.93% | - |
| XYZ | 42.96 | 65.73 | 53.07 | - |
| YUV | 187.64 | 123.12 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 179 | 0.59 | 0 | 0.24 | 0.07 | 155.57 | 0.79 | 0.65 |
| Hex | 60 | EC | B3 | 3B | 0 | 18 | 7 | 9C | 4F | 41 |
| Octal | 140 | 354 | 263 | 73 | 0 | 30 | 7 | 234 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10110011 | 111011 | 0 | 11000 | 111 | 10011100 | 1001111 | 1000001 |
Color Harmonies of #60ECB3
Complementary color
Monochromatic Colors of #60ECB3
Black with #60ECB3
Text Example
Text Example
White with #60ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECB3; }
p { color: rgb(96,236,179); }
H1.HeaderClassName
{
color: #60ECB3;
}
.AnyTagClassName
{
color: #60ECB3;
}
</style>
background-color css
<style>
a { background-color: #60ECB3; }
a { background-color: rgb(96,236,179); }
div.DivClassName
{
background-color: #60ECB3;
}
.BgClassName
{
background-color: #60ECB3;
}
</style>
border-color css
<style>
span { border-color: #60ECB3; }
span { border-color: rgb(96,236,179); }
td.TdClassName
{
border-color: #60ECB3;
}
.TagClassName
{
border-color: #60ECB3;
}
</style>