Shades of Aquamarine #5BFFBC
Tints of Aquamarine #5BFFBC
RGB
CMYK
RGB Variations
Color information
#5BFFBC (or 0x5BFFBC) is known color: Aquamarine. HEX triplet: 5B, FF and BC. RGB value is (91,255,188). Sum of RGB (Red+Green+Blue) = 91+255+188=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFBC is #A40043. Grayscale: #C6C6C6. Windows color (decimal): -10747972 or 12386139. OLE color: 12386139.
HSL color Cylindrical-coordinate representation of color #5BFFBC: hue angle of 155.49º 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 #5BFFBC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 188 | - |
| CMYK | 0.64 | 0 | 0.26 | 0 |
| HSL | 155.49º | 1% | 0.68% | - |
| HSV(B) | 155.49º | 0.64% | 1% | - |
| XYZ | 49.15 | 77.37 | 59.92 | - |
| YUV | 198.33 | 122.17 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 188 | 0.64 | 0 | 0.26 | 0 | 155.49 | 1 | 0.68 |
| Hex | 5B | FF | BC | 40 | 0 | 1A | 0 | 9B | 64 | 44 |
| Octal | 133 | 377 | 274 | 100 | 0 | 32 | 0 | 233 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10111100 | 1000000 | 0 | 11010 | 0 | 10011011 | 1100100 | 1000100 |
Color Harmonies of #5BFFBC
Complementary color
Monochromatic Colors of #5BFFBC
Black with #5BFFBC
Text Example
Text Example
White with #5BFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFBC; }
p { color: rgb(91,255,188); }
H1.HeaderClassName
{
color: #5BFFBC;
}
.AnyTagClassName
{
color: #5BFFBC;
}
</style>
background-color css
<style>
a { background-color: #5BFFBC; }
a { background-color: rgb(91,255,188); }
div.DivClassName
{
background-color: #5BFFBC;
}
.BgClassName
{
background-color: #5BFFBC;
}
</style>
border-color css
<style>
span { border-color: #5BFFBC; }
span { border-color: rgb(91,255,188); }
td.TdClassName
{
border-color: #5BFFBC;
}
.TagClassName
{
border-color: #5BFFBC;
}
</style>