Shades of Aquamarine #5BFFB6
Tints of Aquamarine #5BFFB6
RGB
CMYK
RGB Variations
Color information
#5BFFB6 (or 0x5BFFB6) is known color: Aquamarine. HEX triplet: 5B, FF and B6. RGB value is (91,255,182). Sum of RGB (Red+Green+Blue) = 91+255+182=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFB6 is #A40049. Grayscale: #C5C5C5. Windows color (decimal): -10747978 or 11992923. OLE color: 11992923.
HSL color Cylindrical-coordinate representation of color #5BFFB6: hue angle of 153.29º 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 #5BFFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 182 | - |
| CMYK | 0.64 | 0 | 0.29 | 0 |
| HSL | 153.29º | 1% | 0.68% | - |
| HSV(B) | 153.29º | 0.64% | 1% | - |
| XYZ | 48.52 | 77.12 | 56.58 | - |
| YUV | 197.64 | 119.17 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 182 | 0.64 | 0 | 0.29 | 0 | 153.29 | 1 | 0.68 |
| Hex | 5B | FF | B6 | 40 | 0 | 1D | 0 | 99 | 64 | 44 |
| Octal | 133 | 377 | 266 | 100 | 0 | 35 | 0 | 231 | 144 | 104 |
| Binary | 1011011 | 11111111 | 10110110 | 1000000 | 0 | 11101 | 0 | 10011001 | 1100100 | 1000100 |
Color Harmonies of #5BFFB6
Complementary color
Monochromatic Colors of #5BFFB6
Black with #5BFFB6
Text Example
Text Example
White with #5BFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFB6; }
p { color: rgb(91,255,182); }
H1.HeaderClassName
{
color: #5BFFB6;
}
.AnyTagClassName
{
color: #5BFFB6;
}
</style>
background-color css
<style>
a { background-color: #5BFFB6; }
a { background-color: rgb(91,255,182); }
div.DivClassName
{
background-color: #5BFFB6;
}
.BgClassName
{
background-color: #5BFFB6;
}
</style>
border-color css
<style>
span { border-color: #5BFFB6; }
span { border-color: rgb(91,255,182); }
td.TdClassName
{
border-color: #5BFFB6;
}
.TagClassName
{
border-color: #5BFFB6;
}
</style>