Shades of Medium Aquamarine #5BF2B6
Tints of Medium Aquamarine #5BF2B6
RGB
CMYK
RGB Variations
Color information
#5BF2B6 (or 0x5BF2B6) is known color: Medium Aquamarine. HEX triplet: 5B, F2 and B6. RGB value is (91,242,182). Sum of RGB (Red+Green+Blue) = 91+242+182=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF2B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF2B6 is #A40D49. Grayscale: #BEBEBE. Windows color (decimal): -10751306 or 11989595. OLE color: 11989595.
HSL color Cylindrical-coordinate representation of color #5BF2B6: hue angle of 156.16º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF2B6 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 182 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.05 |
| HSL | 156.16º | 0.85% | 0.65% | - |
| HSV(B) | 156.16º | 0.62% | 0.95% | - |
| XYZ | 44.51 | 69.11 | 55.25 | - |
| YUV | 190.01 | 123.47 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 182 | 0.62 | 0 | 0.25 | 0.05 | 156.16 | 0.85 | 0.65 |
| Hex | 5B | F2 | B6 | 3E | 0 | 19 | 5 | 9C | 55 | 41 |
| Octal | 133 | 362 | 266 | 76 | 0 | 31 | 5 | 234 | 125 | 101 |
| Binary | 1011011 | 11110010 | 10110110 | 111110 | 0 | 11001 | 101 | 10011100 | 1010101 | 1000001 |
Color Harmonies of #5BF2B6
Complementary color
Monochromatic Colors of #5BF2B6
Black with #5BF2B6
Text Example
Text Example
White with #5BF2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2B6; }
p { color: rgb(91,242,182); }
H1.HeaderClassName
{
color: #5BF2B6;
}
.AnyTagClassName
{
color: #5BF2B6;
}
</style>
background-color css
<style>
a { background-color: #5BF2B6; }
a { background-color: rgb(91,242,182); }
div.DivClassName
{
background-color: #5BF2B6;
}
.BgClassName
{
background-color: #5BF2B6;
}
</style>
border-color css
<style>
span { border-color: #5BF2B6; }
span { border-color: rgb(91,242,182); }
td.TdClassName
{
border-color: #5BF2B6;
}
.TagClassName
{
border-color: #5BF2B6;
}
</style>