Shades of Medium Aquamarine #5FF895
Tints of Medium Aquamarine #5FF895
RGB
CMYK
RGB Variations
Color information
#5FF895 (or 0x5FF895) is known color: Medium Aquamarine. HEX triplet: 5F, F8 and 95. RGB value is (95,248,149). Sum of RGB (Red+Green+Blue) = 95+248+149=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF895 is #A0076A. Grayscale: #BFBFBF. Windows color (decimal): -10487659 or 9828447. OLE color: 9828447.
HSL color Cylindrical-coordinate representation of color #5FF895: hue angle of 141.18º degrees, saturation: 0.92, 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 #5FF895 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 248 | 149 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.03 |
| HSL | 141.18º | 0.92% | 0.67% | - |
| HSV(B) | 141.18º | 0.62% | 0.97% | - |
| XYZ | 43.71 | 71.74 | 39.98 | - |
| YUV | 190.97 | 104.31 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 248 | 149 | 0.62 | 0 | 0.40 | 0.03 | 141.18 | 0.92 | 0.67 |
| Hex | 5F | F8 | 95 | 3E | 0 | 28 | 3 | 8D | 5C | 43 |
| Octal | 137 | 370 | 225 | 76 | 0 | 50 | 3 | 215 | 134 | 103 |
| Binary | 1011111 | 11111000 | 10010101 | 111110 | 0 | 101000 | 11 | 10001101 | 1011100 | 1000011 |
Color Harmonies of #5FF895
Complementary color
Monochromatic Colors of #5FF895
Black with #5FF895
Text Example
Text Example
White with #5FF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF895; }
p { color: rgb(95,248,149); }
H1.HeaderClassName
{
color: #5FF895;
}
.AnyTagClassName
{
color: #5FF895;
}
</style>
background-color css
<style>
a { background-color: #5FF895; }
a { background-color: rgb(95,248,149); }
div.DivClassName
{
background-color: #5FF895;
}
.BgClassName
{
background-color: #5FF895;
}
</style>
border-color css
<style>
span { border-color: #5FF895; }
span { border-color: rgb(95,248,149); }
td.TdClassName
{
border-color: #5FF895;
}
.TagClassName
{
border-color: #5FF895;
}
</style>