Shades of Medium Aquamarine #5FE6AC
Tints of Medium Aquamarine #5FE6AC
RGB
CMYK
RGB Variations
Color information
#5FE6AC (or 0x5FE6AC) is known color: Medium Aquamarine. HEX triplet: 5F, E6 and AC. RGB value is (95,230,172). Sum of RGB (Red+Green+Blue) = 95+230+172=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE6AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE6AC is #A01953. Grayscale: #B7B7B7. Windows color (decimal): -10492244 or 11331167. OLE color: 11331167.
HSL color Cylindrical-coordinate representation of color #5FE6AC: hue angle of 154.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE6AC is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 172 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.10 |
| HSL | 154.22º | 0.73% | 0.64% | - |
| HSV(B) | 154.22º | 0.59% | 0.9% | - |
| XYZ | 40.46 | 62.01 | 48.87 | - |
| YUV | 183.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 172 | 0.59 | 0 | 0.25 | 0.10 | 154.22 | 0.73 | 0.64 |
| Hex | 5F | E6 | AC | 3B | 0 | 19 | A | 9A | 49 | 40 |
| Octal | 137 | 346 | 254 | 73 | 0 | 31 | 12 | 232 | 111 | 100 |
| Binary | 1011111 | 11100110 | 10101100 | 111011 | 0 | 11001 | 1010 | 10011010 | 1001001 | 1000000 |
Color Harmonies of #5FE6AC
Complementary color
Monochromatic Colors of #5FE6AC
Black with #5FE6AC
Text Example
Text Example
White with #5FE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE6AC; }
p { color: rgb(95,230,172); }
H1.HeaderClassName
{
color: #5FE6AC;
}
.AnyTagClassName
{
color: #5FE6AC;
}
</style>
background-color css
<style>
a { background-color: #5FE6AC; }
a { background-color: rgb(95,230,172); }
div.DivClassName
{
background-color: #5FE6AC;
}
.BgClassName
{
background-color: #5FE6AC;
}
</style>
border-color css
<style>
span { border-color: #5FE6AC; }
span { border-color: rgb(95,230,172); }
td.TdClassName
{
border-color: #5FE6AC;
}
.TagClassName
{
border-color: #5FE6AC;
}
</style>