Shades of Medium Aquamarine #5BEBA5
Tints of Medium Aquamarine #5BEBA5
RGB
CMYK
RGB Variations
Color information
#5BEBA5 (or 0x5BEBA5) is known color: Medium Aquamarine. HEX triplet: 5B, EB and A5. RGB value is (91,235,165). Sum of RGB (Red+Green+Blue) = 91+235+165=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #5BEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEBA5 is #A4145A. Grayscale: #B8B8B8. Windows color (decimal): -10753115 or 10873691. OLE color: 10873691.
HSL color Cylindrical-coordinate representation of color #5BEBA5: hue angle of 150.83º 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 #5BEBA5 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 235 | 165 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.08 |
| HSL | 150.83º | 0.78% | 0.64% | - |
| HSV(B) | 150.83º | 0.61% | 0.92% | - |
| XYZ | 40.81 | 64.36 | 45.87 | - |
| YUV | 183.96 | 117.29 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 165 | 0.61 | 0 | 0.30 | 0.08 | 150.83 | 0.78 | 0.64 |
| Hex | 5B | EB | A5 | 3D | 0 | 1E | 8 | 97 | 4E | 40 |
| Octal | 133 | 353 | 245 | 75 | 0 | 36 | 10 | 227 | 116 | 100 |
| Binary | 1011011 | 11101011 | 10100101 | 111101 | 0 | 11110 | 1000 | 10010111 | 1001110 | 1000000 |
Color Harmonies of #5BEBA5
Complementary color
Monochromatic Colors of #5BEBA5
Black with #5BEBA5
Text Example
Text Example
White with #5BEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBA5; }
p { color: rgb(91,235,165); }
H1.HeaderClassName
{
color: #5BEBA5;
}
.AnyTagClassName
{
color: #5BEBA5;
}
</style>
background-color css
<style>
a { background-color: #5BEBA5; }
a { background-color: rgb(91,235,165); }
div.DivClassName
{
background-color: #5BEBA5;
}
.BgClassName
{
background-color: #5BEBA5;
}
</style>
border-color css
<style>
span { border-color: #5BEBA5; }
span { border-color: rgb(91,235,165); }
td.TdClassName
{
border-color: #5BEBA5;
}
.TagClassName
{
border-color: #5BEBA5;
}
</style>