Shades of Medium Aquamarine #5FEBAC
Tints of Medium Aquamarine #5FEBAC
RGB
CMYK
RGB Variations
Color information
#5FEBAC (or 0x5FEBAC) is known color: Medium Aquamarine. HEX triplet: 5F, EB and AC. RGB value is (95,235,172). Sum of RGB (Red+Green+Blue) = 95+235+172=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEBAC is #A01453. Grayscale: #BABABA. Windows color (decimal): -10490964 or 11332447. OLE color: 11332447.
HSL color Cylindrical-coordinate representation of color #5FEBAC: hue angle of 153º 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 #5FEBAC is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 235 | 172 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.08 |
| HSL | 153º | 0.78% | 0.65% | - |
| HSV(B) | 153º | 0.6% | 0.92% | - |
| XYZ | 41.87 | 64.83 | 49.34 | - |
| YUV | 185.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 235 | 172 | 0.60 | 0 | 0.27 | 0.08 | 153 | 0.78 | 0.65 |
| Hex | 5F | EB | AC | 3C | 0 | 1B | 8 | 99 | 4E | 41 |
| Octal | 137 | 353 | 254 | 74 | 0 | 33 | 10 | 231 | 116 | 101 |
| Binary | 1011111 | 11101011 | 10101100 | 111100 | 0 | 11011 | 1000 | 10011001 | 1001110 | 1000001 |
Color Harmonies of #5FEBAC
Complementary color
Monochromatic Colors of #5FEBAC
Black with #5FEBAC
Text Example
Text Example
White with #5FEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEBAC; }
p { color: rgb(95,235,172); }
H1.HeaderClassName
{
color: #5FEBAC;
}
.AnyTagClassName
{
color: #5FEBAC;
}
</style>
background-color css
<style>
a { background-color: #5FEBAC; }
a { background-color: rgb(95,235,172); }
div.DivClassName
{
background-color: #5FEBAC;
}
.BgClassName
{
background-color: #5FEBAC;
}
</style>
border-color css
<style>
span { border-color: #5FEBAC; }
span { border-color: rgb(95,235,172); }
td.TdClassName
{
border-color: #5FEBAC;
}
.TagClassName
{
border-color: #5FEBAC;
}
</style>