Shades of Medium Aquamarine #5BEBAF
Tints of Medium Aquamarine #5BEBAF
RGB
CMYK
RGB Variations
Color information
#5BEBAF (or 0x5BEBAF) is known color: Medium Aquamarine. HEX triplet: 5B, EB and AF. RGB value is (91,235,175). Sum of RGB (Red+Green+Blue) = 91+235+175=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEBAF is #A41450. Grayscale: #B9B9B9. Windows color (decimal): -10753105 or 11529051. OLE color: 11529051.
HSL color Cylindrical-coordinate representation of color #5BEBAF: hue angle of 155º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BEBAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.08 |
| HSL | 155º | 0.78% | 0.64% | - |
| HSV(B) | 155º | 0.61% | 0.92% | - |
| XYZ | 41.76 | 64.74 | 50.85 | - |
| YUV | 185.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 175 | 0.61 | 0 | 0.26 | 0.08 | 155 | 0.78 | 0.64 |
| Hex | 5B | EB | AF | 3D | 0 | 1A | 8 | 9B | 4E | 40 |
| Octal | 133 | 353 | 257 | 75 | 0 | 32 | 10 | 233 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10101111 | 111101 | 0 | 11010 | 1000 | 10011011 | 1001110 | 1000000 |
Color Harmonies of #5BEBAF
Complementary color
Monochromatic Colors of #5BEBAF
Black with #5BEBAF
Text Example
Text Example
White with #5BEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBAF; }
p { color: rgb(91,235,175); }
H1.HeaderClassName
{
color: #5BEBAF;
}
.AnyTagClassName
{
color: #5BEBAF;
}
</style>
background-color css
<style>
a { background-color: #5BEBAF; }
a { background-color: rgb(91,235,175); }
div.DivClassName
{
background-color: #5BEBAF;
}
.BgClassName
{
background-color: #5BEBAF;
}
</style>
border-color css
<style>
span { border-color: #5BEBAF; }
span { border-color: rgb(91,235,175); }
td.TdClassName
{
border-color: #5BEBAF;
}
.TagClassName
{
border-color: #5BEBAF;
}
</style>