Shades of Medium Aquamarine #5FEBA4
Tints of Medium Aquamarine #5FEBA4
RGB
CMYK
RGB Variations
Color information
#5FEBA4 (or 0x5FEBA4) is known color: Medium Aquamarine. HEX triplet: 5F, EB and A4. RGB value is (95,235,164). Sum of RGB (Red+Green+Blue) = 95+235+164=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEBA4 is #A0145B. Grayscale: #B9B9B9. Windows color (decimal): -10490972 or 10808159. OLE color: 10808159.
HSL color Cylindrical-coordinate representation of color #5FEBA4: hue angle of 149.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEBA4 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 164 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.08 |
| HSL | 149.57º | 0.78% | 0.65% | - |
| HSV(B) | 149.57º | 0.6% | 0.92% | - |
| XYZ | 41.13 | 64.53 | 45.41 | - |
| YUV | 185.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 164 | 0.60 | 0 | 0.30 | 0.08 | 149.57 | 0.78 | 0.65 |
| Hex | 5F | EB | A4 | 3C | 0 | 1E | 8 | 96 | 4E | 41 |
| Octal | 137 | 353 | 244 | 74 | 0 | 36 | 10 | 226 | 116 | 101 |
| Binary | 1011111 | 11101011 | 10100100 | 111100 | 0 | 11110 | 1000 | 10010110 | 1001110 | 1000001 |
Color Harmonies of #5FEBA4
Complementary color
Monochromatic Colors of #5FEBA4
Black with #5FEBA4
Text Example
Text Example
White with #5FEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBA4; }
p { color: rgb(95,235,164); }
H1.HeaderClassName
{
color: #5FEBA4;
}
.AnyTagClassName
{
color: #5FEBA4;
}
</style>
background-color css
<style>
a { background-color: #5FEBA4; }
a { background-color: rgb(95,235,164); }
div.DivClassName
{
background-color: #5FEBA4;
}
.BgClassName
{
background-color: #5FEBA4;
}
</style>
border-color css
<style>
span { border-color: #5FEBA4; }
span { border-color: rgb(95,235,164); }
td.TdClassName
{
border-color: #5FEBA4;
}
.TagClassName
{
border-color: #5FEBA4;
}
</style>