Shades of Aquamarine #5BFEBD
Tints of Aquamarine #5BFEBD
RGB
CMYK
RGB Variations
Color information
#5BFEBD (or 0x5BFEBD) is known color: Aquamarine. HEX triplet: 5B, FE and BD. RGB value is (91,254,189). Sum of RGB (Red+Green+Blue) = 91+254+189=534 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.04% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEBD is #A40142. Grayscale: #C5C5C5. Windows color (decimal): -10748227 or 12451419. OLE color: 12451419.
HSL color Cylindrical-coordinate representation of color #5BFEBD: hue angle of 156.07º 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 #5BFEBD is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 189 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.00 |
| HSL | 156.07º | 0.99% | 0.68% | - |
| HSV(B) | 156.07º | 0.64% | 1% | - |
| XYZ | 48.94 | 76.78 | 60.39 | - |
| YUV | 197.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 189 | 0.64 | 0 | 0.26 | 0.00 | 156.07 | 0.99 | 0.68 |
| Hex | 5B | FE | BD | 40 | 0 | 1A | 0 | 9C | 63 | 44 |
| Octal | 133 | 376 | 275 | 100 | 0 | 32 | 0 | 234 | 143 | 104 |
| Binary | 1011011 | 11111110 | 10111101 | 1000000 | 0 | 11010 | 0 | 10011100 | 1100011 | 1000100 |
Color Harmonies of #5BFEBD
Complementary color
Monochromatic Colors of #5BFEBD
Black with #5BFEBD
Text Example
Text Example
White with #5BFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEBD; }
p { color: rgb(91,254,189); }
H1.HeaderClassName
{
color: #5BFEBD;
}
.AnyTagClassName
{
color: #5BFEBD;
}
</style>
background-color css
<style>
a { background-color: #5BFEBD; }
a { background-color: rgb(91,254,189); }
div.DivClassName
{
background-color: #5BFEBD;
}
.BgClassName
{
background-color: #5BFEBD;
}
</style>
border-color css
<style>
span { border-color: #5BFEBD; }
span { border-color: rgb(91,254,189); }
td.TdClassName
{
border-color: #5BFEBD;
}
.TagClassName
{
border-color: #5BFEBD;
}
</style>