Shades of Aquamarine #5BFEBA
Tints of Aquamarine #5BFEBA
RGB
CMYK
RGB Variations
Color information
#5BFEBA (or 0x5BFEBA) is known color: Aquamarine. HEX triplet: 5B, FE and BA. RGB value is (91,254,186). Sum of RGB (Red+Green+Blue) = 91+254+186=531 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.14% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEBA is #A40145. Grayscale: #C5C5C5. Windows color (decimal): -10748230 or 12254811. OLE color: 12254811.
HSL color Cylindrical-coordinate representation of color #5BFEBA: hue angle of 154.97º 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 #5BFEBA is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 186 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.00 |
| HSL | 154.97º | 0.99% | 0.68% | - |
| HSV(B) | 154.97º | 0.64% | 1% | - |
| XYZ | 48.62 | 76.65 | 58.69 | - |
| YUV | 197.51 | 121.5 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 186 | 0.64 | 0 | 0.27 | 0.00 | 154.97 | 0.99 | 0.68 |
| Hex | 5B | FE | BA | 40 | 0 | 1B | 0 | 9B | 63 | 44 |
| Octal | 133 | 376 | 272 | 100 | 0 | 33 | 0 | 233 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10111010 | 1000000 | 0 | 11011 | 0 | 10011011 | 1100011 | 1000100 |
Color Harmonies of #5BFEBA
Complementary color
Monochromatic Colors of #5BFEBA
Black with #5BFEBA
Text Example
Text Example
White with #5BFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEBA; }
p { color: rgb(91,254,186); }
H1.HeaderClassName
{
color: #5BFEBA;
}
.AnyTagClassName
{
color: #5BFEBA;
}
</style>
background-color css
<style>
a { background-color: #5BFEBA; }
a { background-color: rgb(91,254,186); }
div.DivClassName
{
background-color: #5BFEBA;
}
.BgClassName
{
background-color: #5BFEBA;
}
</style>
border-color css
<style>
span { border-color: #5BFEBA; }
span { border-color: rgb(91,254,186); }
td.TdClassName
{
border-color: #5BFEBA;
}
.TagClassName
{
border-color: #5BFEBA;
}
</style>