Shades of Medium Aquamarine #5FF594
Tints of Medium Aquamarine #5FF594
RGB
CMYK
RGB Variations
Color information
#5FF594 (or 0x5FF594) is known color: Medium Aquamarine. HEX triplet: 5F, F5 and 94. RGB value is (95,245,148). Sum of RGB (Red+Green+Blue) = 95+245+148=488 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.47% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF594 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF594 is #A00A6B. Grayscale: #BDBDBD. Windows color (decimal): -10488428 or 9762143. OLE color: 9762143.
HSL color Cylindrical-coordinate representation of color #5FF594: hue angle of 141.2º 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 #5FF594 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 148 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.04 |
| HSL | 141.2º | 0.88% | 0.67% | - |
| HSV(B) | 141.2º | 0.61% | 0.96% | - |
| XYZ | 42.72 | 69.88 | 39.25 | - |
| YUV | 189.09 | 104.81 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 148 | 0.61 | 0 | 0.40 | 0.04 | 141.2 | 0.88 | 0.67 |
| Hex | 5F | F5 | 94 | 3D | 0 | 28 | 4 | 8D | 58 | 43 |
| Octal | 137 | 365 | 224 | 75 | 0 | 50 | 4 | 215 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10010100 | 111101 | 0 | 101000 | 100 | 10001101 | 1011000 | 1000011 |
Color Harmonies of #5FF594
Complementary color
Monochromatic Colors of #5FF594
Black with #5FF594
Text Example
Text Example
White with #5FF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF594; }
p { color: rgb(95,245,148); }
H1.HeaderClassName
{
color: #5FF594;
}
.AnyTagClassName
{
color: #5FF594;
}
</style>
background-color css
<style>
a { background-color: #5FF594; }
a { background-color: rgb(95,245,148); }
div.DivClassName
{
background-color: #5FF594;
}
.BgClassName
{
background-color: #5FF594;
}
</style>
border-color css
<style>
span { border-color: #5FF594; }
span { border-color: rgb(95,245,148); }
td.TdClassName
{
border-color: #5FF594;
}
.TagClassName
{
border-color: #5FF594;
}
</style>