Shades of Medium Aquamarine #5FECB0
Tints of Medium Aquamarine #5FECB0
RGB
CMYK
RGB Variations
Color information
#5FECB0 (or 0x5FECB0) is known color: Medium Aquamarine. HEX triplet: 5F, EC and B0. RGB value is (95,236,176). Sum of RGB (Red+Green+Blue) = 95+236+176=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FECB0 is #A0134F. Grayscale: #BBBBBB. Windows color (decimal): -10490704 or 11594847. OLE color: 11594847.
HSL color Cylindrical-coordinate representation of color #5FECB0: hue angle of 154.47º degrees, saturation: 0.79, 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 #5FECB0 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 176 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.07 |
| HSL | 154.47º | 0.79% | 0.65% | - |
| HSV(B) | 154.47º | 0.6% | 0.93% | - |
| XYZ | 42.55 | 65.56 | 51.49 | - |
| YUV | 187 | 121.79 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 176 | 0.60 | 0 | 0.25 | 0.07 | 154.47 | 0.79 | 0.65 |
| Hex | 5F | EC | B0 | 3C | 0 | 19 | 7 | 9A | 4F | 41 |
| Octal | 137 | 354 | 260 | 74 | 0 | 31 | 7 | 232 | 117 | 101 |
| Binary | 1011111 | 11101100 | 10110000 | 111100 | 0 | 11001 | 111 | 10011010 | 1001111 | 1000001 |
Color Harmonies of #5FECB0
Complementary color
Monochromatic Colors of #5FECB0
Black with #5FECB0
Text Example
Text Example
White with #5FECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECB0; }
p { color: rgb(95,236,176); }
H1.HeaderClassName
{
color: #5FECB0;
}
.AnyTagClassName
{
color: #5FECB0;
}
</style>
background-color css
<style>
a { background-color: #5FECB0; }
a { background-color: rgb(95,236,176); }
div.DivClassName
{
background-color: #5FECB0;
}
.BgClassName
{
background-color: #5FECB0;
}
</style>
border-color css
<style>
span { border-color: #5FECB0; }
span { border-color: rgb(95,236,176); }
td.TdClassName
{
border-color: #5FECB0;
}
.TagClassName
{
border-color: #5FECB0;
}
</style>