Shades of Medium Aquamarine #5BFBB0
Tints of Medium Aquamarine #5BFBB0
RGB
CMYK
RGB Variations
Color information
#5BFBB0 (or 0x5BFBB0) is known color: Medium Aquamarine. HEX triplet: 5B, FB and B0. RGB value is (91,251,176). Sum of RGB (Red+Green+Blue) = 91+251+176=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BFBB0 is #A4044F. Grayscale: #C2C2C2. Windows color (decimal): -10749008 or 11598683. OLE color: 11598683.
HSL color Cylindrical-coordinate representation of color #5BFBB0: hue angle of 151.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFBB0 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 176 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.02 |
| HSL | 151.88º | 0.95% | 0.67% | - |
| HSV(B) | 151.88º | 0.64% | 0.98% | - |
| XYZ | 46.65 | 74.35 | 52.97 | - |
| YUV | 194.61 | 117.49 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 176 | 0.64 | 0 | 0.30 | 0.02 | 151.88 | 0.95 | 0.67 |
| Hex | 5B | FB | B0 | 40 | 0 | 1E | 2 | 98 | 5F | 43 |
| Octal | 133 | 373 | 260 | 100 | 0 | 36 | 2 | 230 | 137 | 103 |
| Binary | 1011011 | 11111011 | 10110000 | 1000000 | 0 | 11110 | 10 | 10011000 | 1011111 | 1000011 |
Color Harmonies of #5BFBB0
Complementary color
Monochromatic Colors of #5BFBB0
Black with #5BFBB0
Text Example
Text Example
White with #5BFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBB0; }
p { color: rgb(91,251,176); }
H1.HeaderClassName
{
color: #5BFBB0;
}
.AnyTagClassName
{
color: #5BFBB0;
}
</style>
background-color css
<style>
a { background-color: #5BFBB0; }
a { background-color: rgb(91,251,176); }
div.DivClassName
{
background-color: #5BFBB0;
}
.BgClassName
{
background-color: #5BFBB0;
}
</style>
border-color css
<style>
span { border-color: #5BFBB0; }
span { border-color: rgb(91,251,176); }
td.TdClassName
{
border-color: #5BFBB0;
}
.TagClassName
{
border-color: #5BFBB0;
}
</style>