Shades of Medium Aquamarine #5BFE9F
Tints of Medium Aquamarine #5BFE9F
RGB
CMYK
RGB Variations
Color information
#5BFE9F (or 0x5BFE9F) is known color: Medium Aquamarine. HEX triplet: 5B, FE and 9F. RGB value is (91,254,159). Sum of RGB (Red+Green+Blue) = 91+254+159=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFE9F is #A40160. Grayscale: #C2C2C2. Windows color (decimal): -10748257 or 10485339. OLE color: 10485339.
HSL color Cylindrical-coordinate representation of color #5BFE9F: hue angle of 145.03º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFE9F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 159 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.00 |
| HSL | 145.03º | 0.99% | 0.68% | - |
| HSV(B) | 145.03º | 0.64% | 1% | - |
| XYZ | 46.01 | 75.61 | 44.97 | - |
| YUV | 194.43 | 108 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 159 | 0.64 | 0 | 0.37 | 0.00 | 145.03 | 0.99 | 0.68 |
| Hex | 5B | FE | 9F | 40 | 0 | 25 | 0 | 91 | 63 | 44 |
| Octal | 133 | 376 | 237 | 100 | 0 | 45 | 0 | 221 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10011111 | 1000000 | 0 | 100101 | 0 | 10010001 | 1100011 | 1000100 |
Color Harmonies of #5BFE9F
Complementary color
Monochromatic Colors of #5BFE9F
Black with #5BFE9F
Text Example
Text Example
White with #5BFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFE9F; }
p { color: rgb(91,254,159); }
H1.HeaderClassName
{
color: #5BFE9F;
}
.AnyTagClassName
{
color: #5BFE9F;
}
</style>
background-color css
<style>
a { background-color: #5BFE9F; }
a { background-color: rgb(91,254,159); }
div.DivClassName
{
background-color: #5BFE9F;
}
.BgClassName
{
background-color: #5BFE9F;
}
</style>
border-color css
<style>
span { border-color: #5BFE9F; }
span { border-color: rgb(91,254,159); }
td.TdClassName
{
border-color: #5BFE9F;
}
.TagClassName
{
border-color: #5BFE9F;
}
</style>