Shades of Medium Aquamarine #5FF5A6
Tints of Medium Aquamarine #5FF5A6
RGB
CMYK
RGB Variations
Color information
#5FF5A6 (or 0x5FF5A6) is known color: Medium Aquamarine. HEX triplet: 5F, F5 and A6. RGB value is (95,245,166). Sum of RGB (Red+Green+Blue) = 95+245+166=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF5A6 is #A00A59. Grayscale: #BFBFBF. Windows color (decimal): -10488410 or 10941791. OLE color: 10941791.
HSL color Cylindrical-coordinate representation of color #5FF5A6: hue angle of 148.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF5A6 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 166 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.04 |
| HSL | 148.4º | 0.88% | 0.67% | - |
| HSV(B) | 148.4º | 0.61% | 0.96% | - |
| XYZ | 44.25 | 70.49 | 47.35 | - |
| YUV | 191.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 166 | 0.61 | 0 | 0.32 | 0.04 | 148.4 | 0.88 | 0.67 |
| Hex | 5F | F5 | A6 | 3D | 0 | 20 | 4 | 94 | 58 | 43 |
| Octal | 137 | 365 | 246 | 75 | 0 | 40 | 4 | 224 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10100110 | 111101 | 0 | 100000 | 100 | 10010100 | 1011000 | 1000011 |
Color Harmonies of #5FF5A6
Complementary color
Monochromatic Colors of #5FF5A6
Black with #5FF5A6
Text Example
Text Example
White with #5FF5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF5A6; }
p { color: rgb(95,245,166); }
H1.HeaderClassName
{
color: #5FF5A6;
}
.AnyTagClassName
{
color: #5FF5A6;
}
</style>
background-color css
<style>
a { background-color: #5FF5A6; }
a { background-color: rgb(95,245,166); }
div.DivClassName
{
background-color: #5FF5A6;
}
.BgClassName
{
background-color: #5FF5A6;
}
</style>
border-color css
<style>
span { border-color: #5FF5A6; }
span { border-color: rgb(95,245,166); }
td.TdClassName
{
border-color: #5FF5A6;
}
.TagClassName
{
border-color: #5FF5A6;
}
</style>