Shades of Medium Aquamarine #5FECAC
Tints of Medium Aquamarine #5FECAC
RGB
CMYK
RGB Variations
Color information
#5FECAC (or 0x5FECAC) is known color: Medium Aquamarine. HEX triplet: 5F, EC and AC. RGB value is (95,236,172). Sum of RGB (Red+Green+Blue) = 95+236+172=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FECAC is #A01353. Grayscale: #BABABA. Windows color (decimal): -10490708 or 11332703. OLE color: 11332703.
HSL color Cylindrical-coordinate representation of color #5FECAC: hue angle of 152.77º 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 #5FECAC is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 172 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.07 |
| HSL | 152.77º | 0.79% | 0.65% | - |
| HSV(B) | 152.77º | 0.6% | 0.93% | - |
| XYZ | 42.16 | 65.4 | 49.43 | - |
| YUV | 186.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 172 | 0.60 | 0 | 0.27 | 0.07 | 152.77 | 0.79 | 0.65 |
| Hex | 5F | EC | AC | 3C | 0 | 1B | 7 | 99 | 4F | 41 |
| Octal | 137 | 354 | 254 | 74 | 0 | 33 | 7 | 231 | 117 | 101 |
| Binary | 1011111 | 11101100 | 10101100 | 111100 | 0 | 11011 | 111 | 10011001 | 1001111 | 1000001 |
Color Harmonies of #5FECAC
Complementary color
Monochromatic Colors of #5FECAC
Black with #5FECAC
Text Example
Text Example
White with #5FECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FECAC; }
p { color: rgb(95,236,172); }
H1.HeaderClassName
{
color: #5FECAC;
}
.AnyTagClassName
{
color: #5FECAC;
}
</style>
background-color css
<style>
a { background-color: #5FECAC; }
a { background-color: rgb(95,236,172); }
div.DivClassName
{
background-color: #5FECAC;
}
.BgClassName
{
background-color: #5FECAC;
}
</style>
border-color css
<style>
span { border-color: #5FECAC; }
span { border-color: rgb(95,236,172); }
td.TdClassName
{
border-color: #5FECAC;
}
.TagClassName
{
border-color: #5FECAC;
}
</style>