Shades of Medium Aquamarine #5FF7A6
Tints of Medium Aquamarine #5FF7A6
RGB
CMYK
RGB Variations
Color information
#5FF7A6 (or 0x5FF7A6) is known color: Medium Aquamarine. HEX triplet: 5F, F7 and A6. RGB value is (95,247,166). Sum of RGB (Red+Green+Blue) = 95+247+166=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF7A6 is #A00859. Grayscale: #C0C0C0. Windows color (decimal): -10487898 or 10942303. OLE color: 10942303.
HSL color Cylindrical-coordinate representation of color #5FF7A6: hue angle of 148.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7A6 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 247 | 166 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.03 |
| HSL | 148.03º | 0.9% | 0.67% | - |
| HSV(B) | 148.03º | 0.62% | 0.97% | - |
| XYZ | 44.86 | 71.71 | 47.55 | - |
| YUV | 192.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 247 | 166 | 0.62 | 0 | 0.33 | 0.03 | 148.03 | 0.9 | 0.67 |
| Hex | 5F | F7 | A6 | 3E | 0 | 21 | 3 | 94 | 5A | 43 |
| Octal | 137 | 367 | 246 | 76 | 0 | 41 | 3 | 224 | 132 | 103 |
| Binary | 1011111 | 11110111 | 10100110 | 111110 | 0 | 100001 | 11 | 10010100 | 1011010 | 1000011 |
Color Harmonies of #5FF7A6
Complementary color
Monochromatic Colors of #5FF7A6
Black with #5FF7A6
Text Example
Text Example
White with #5FF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF7A6; }
p { color: rgb(95,247,166); }
H1.HeaderClassName
{
color: #5FF7A6;
}
.AnyTagClassName
{
color: #5FF7A6;
}
</style>
background-color css
<style>
a { background-color: #5FF7A6; }
a { background-color: rgb(95,247,166); }
div.DivClassName
{
background-color: #5FF7A6;
}
.BgClassName
{
background-color: #5FF7A6;
}
</style>
border-color css
<style>
span { border-color: #5FF7A6; }
span { border-color: rgb(95,247,166); }
td.TdClassName
{
border-color: #5FF7A6;
}
.TagClassName
{
border-color: #5FF7A6;
}
</style>