Shades of Medium Aquamarine #5FFB96
Tints of Medium Aquamarine #5FFB96
RGB
CMYK
RGB Variations
Color information
#5FFB96 (or 0x5FFB96) is known color: Medium Aquamarine. HEX triplet: 5F, FB and 96. RGB value is (95,251,150). Sum of RGB (Red+Green+Blue) = 95+251+150=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFB96 is #A00469. Grayscale: #C1C1C1. Windows color (decimal): -10486890 or 9894751. OLE color: 9894751.
HSL color Cylindrical-coordinate representation of color #5FFB96: hue angle of 141.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFB96 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 150 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.02 |
| HSL | 141.15º | 0.95% | 0.68% | - |
| HSV(B) | 141.15º | 0.62% | 0.98% | - |
| XYZ | 44.72 | 73.63 | 40.71 | - |
| YUV | 192.84 | 103.82 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 150 | 0.62 | 0 | 0.40 | 0.02 | 141.15 | 0.95 | 0.68 |
| Hex | 5F | FB | 96 | 3E | 0 | 28 | 2 | 8D | 5F | 44 |
| Octal | 137 | 373 | 226 | 76 | 0 | 50 | 2 | 215 | 137 | 104 |
| Binary | 1011111 | 11111011 | 10010110 | 111110 | 0 | 101000 | 10 | 10001101 | 1011111 | 1000100 |
Color Harmonies of #5FFB96
Complementary color
Monochromatic Colors of #5FFB96
Black with #5FFB96
Text Example
Text Example
White with #5FFB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFB96; }
p { color: rgb(95,251,150); }
H1.HeaderClassName
{
color: #5FFB96;
}
.AnyTagClassName
{
color: #5FFB96;
}
</style>
background-color css
<style>
a { background-color: #5FFB96; }
a { background-color: rgb(95,251,150); }
div.DivClassName
{
background-color: #5FFB96;
}
.BgClassName
{
background-color: #5FFB96;
}
</style>
border-color css
<style>
span { border-color: #5FFB96; }
span { border-color: rgb(95,251,150); }
td.TdClassName
{
border-color: #5FFB96;
}
.TagClassName
{
border-color: #5FFB96;
}
</style>