Shades of Medium Aquamarine #5BFF9E
Tints of Medium Aquamarine #5BFF9E
RGB
CMYK
RGB Variations
Color information
#5BFF9E (or 0x5BFF9E) is known color: Medium Aquamarine. HEX triplet: 5B, FF and 9E. RGB value is (91,255,158). Sum of RGB (Red+Green+Blue) = 91+255+158=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFF9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFF9E is #A40061. Grayscale: #C3C3C3. Windows color (decimal): -10748002 or 10420059. OLE color: 10420059.
HSL color Cylindrical-coordinate representation of color #5BFF9E: hue angle of 144.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFF9E is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 158 | - |
| CMYK | 0.64 | 0 | 0.38 | 0 |
| HSL | 144.51º | 1% | 0.68% | - |
| HSV(B) | 144.51º | 0.64% | 1% | - |
| XYZ | 46.25 | 76.21 | 44.62 | - |
| YUV | 194.91 | 107.17 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 158 | 0.64 | 0 | 0.38 | 0 | 144.51 | 1 | 0.68 |
| Hex | 5B | FF | 9E | 40 | 0 | 26 | 0 | 91 | 64 | 44 |
| Octal | 133 | 377 | 236 | 100 | 0 | 46 | 0 | 221 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10011110 | 1000000 | 0 | 100110 | 0 | 10010001 | 1100100 | 1000100 |
Color Harmonies of #5BFF9E
Complementary color
Monochromatic Colors of #5BFF9E
Black with #5BFF9E
Text Example
Text Example
White with #5BFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFF9E; }
p { color: rgb(91,255,158); }
H1.HeaderClassName
{
color: #5BFF9E;
}
.AnyTagClassName
{
color: #5BFF9E;
}
</style>
background-color css
<style>
a { background-color: #5BFF9E; }
a { background-color: rgb(91,255,158); }
div.DivClassName
{
background-color: #5BFF9E;
}
.BgClassName
{
background-color: #5BFF9E;
}
</style>
border-color css
<style>
span { border-color: #5BFF9E; }
span { border-color: rgb(91,255,158); }
td.TdClassName
{
border-color: #5BFF9E;
}
.TagClassName
{
border-color: #5BFF9E;
}
</style>