Shades of Medium Aquamarine #5FF595
Tints of Medium Aquamarine #5FF595
RGB
CMYK
RGB Variations
Color information
#5FF595 (or 0x5FF595) is known color: Medium Aquamarine. HEX triplet: 5F, F5 and 95. RGB value is (95,245,149). Sum of RGB (Red+Green+Blue) = 95+245+149=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF595 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF595 is #A00A6A. Grayscale: #BDBDBD. Windows color (decimal): -10488427 or 9827679. OLE color: 9827679.
HSL color Cylindrical-coordinate representation of color #5FF595: hue angle of 141.6º 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 #5FF595 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 245 | 149 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.04 |
| HSL | 141.6º | 0.88% | 0.67% | - |
| HSV(B) | 141.6º | 0.61% | 0.96% | - |
| XYZ | 42.8 | 69.91 | 39.67 | - |
| YUV | 189.21 | 105.31 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 245 | 149 | 0.61 | 0 | 0.39 | 0.04 | 141.6 | 0.88 | 0.67 |
| Hex | 5F | F5 | 95 | 3D | 0 | 27 | 4 | 8E | 58 | 43 |
| Octal | 137 | 365 | 225 | 75 | 0 | 47 | 4 | 216 | 130 | 103 |
| Binary | 1011111 | 11110101 | 10010101 | 111101 | 0 | 100111 | 100 | 10001110 | 1011000 | 1000011 |
Color Harmonies of #5FF595
Complementary color
Monochromatic Colors of #5FF595
Black with #5FF595
Text Example
Text Example
White with #5FF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF595; }
p { color: rgb(95,245,149); }
H1.HeaderClassName
{
color: #5FF595;
}
.AnyTagClassName
{
color: #5FF595;
}
</style>
background-color css
<style>
a { background-color: #5FF595; }
a { background-color: rgb(95,245,149); }
div.DivClassName
{
background-color: #5FF595;
}
.BgClassName
{
background-color: #5FF595;
}
</style>
border-color css
<style>
span { border-color: #5FF595; }
span { border-color: rgb(95,245,149); }
td.TdClassName
{
border-color: #5FF595;
}
.TagClassName
{
border-color: #5FF595;
}
</style>