Shades of Medium Aquamarine #5BEBAB
Tints of Medium Aquamarine #5BEBAB
RGB
CMYK
RGB Variations
Color information
#5BEBAB (or 0x5BEBAB) is known color: Medium Aquamarine. HEX triplet: 5B, EB and AB. RGB value is (91,235,171). Sum of RGB (Red+Green+Blue) = 91+235+171=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEBAB is #A41454. Grayscale: #B8B8B8. Windows color (decimal): -10753109 or 11266907. OLE color: 11266907.
HSL color Cylindrical-coordinate representation of color #5BEBAB: hue angle of 153.33º 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 #5BEBAB is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 171 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.08 |
| HSL | 153.33º | 0.78% | 0.64% | - |
| HSV(B) | 153.33º | 0.61% | 0.92% | - |
| XYZ | 41.37 | 64.58 | 48.81 | - |
| YUV | 184.65 | 120.29 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 171 | 0.61 | 0 | 0.27 | 0.08 | 153.33 | 0.78 | 0.64 |
| Hex | 5B | EB | AB | 3D | 0 | 1B | 8 | 99 | 4E | 40 |
| Octal | 133 | 353 | 253 | 75 | 0 | 33 | 10 | 231 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10101011 | 111101 | 0 | 11011 | 1000 | 10011001 | 1001110 | 1000000 |
Color Harmonies of #5BEBAB
Complementary color
Monochromatic Colors of #5BEBAB
Black with #5BEBAB
Text Example
Text Example
White with #5BEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBAB; }
p { color: rgb(91,235,171); }
H1.HeaderClassName
{
color: #5BEBAB;
}
.AnyTagClassName
{
color: #5BEBAB;
}
</style>
background-color css
<style>
a { background-color: #5BEBAB; }
a { background-color: rgb(91,235,171); }
div.DivClassName
{
background-color: #5BEBAB;
}
.BgClassName
{
background-color: #5BEBAB;
}
</style>
border-color css
<style>
span { border-color: #5BEBAB; }
span { border-color: rgb(91,235,171); }
td.TdClassName
{
border-color: #5BEBAB;
}
.TagClassName
{
border-color: #5BEBAB;
}
</style>