Shades of Medium Aquamarine #5BECA8
Tints of Medium Aquamarine #5BECA8
RGB
CMYK
RGB Variations
Color information
#5BECA8 (or 0x5BECA8) is known color: Medium Aquamarine. HEX triplet: 5B, EC and A8. RGB value is (91,236,168). Sum of RGB (Red+Green+Blue) = 91+236+168=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BECA8 is #A41357. Grayscale: #B9B9B9. Windows color (decimal): -10752856 or 11070555. OLE color: 11070555.
HSL color Cylindrical-coordinate representation of color #5BECA8: hue angle of 151.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BECA8 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 168 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.07 |
| HSL | 151.86º | 0.79% | 0.64% | - |
| HSV(B) | 151.86º | 0.61% | 0.93% | - |
| XYZ | 41.38 | 65.04 | 47.42 | - |
| YUV | 184.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 168 | 0.61 | 0 | 0.29 | 0.07 | 151.86 | 0.79 | 0.64 |
| Hex | 5B | EC | A8 | 3D | 0 | 1D | 7 | 98 | 4F | 40 |
| Octal | 133 | 354 | 250 | 75 | 0 | 35 | 7 | 230 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10101000 | 111101 | 0 | 11101 | 111 | 10011000 | 1001111 | 1000000 |
Color Harmonies of #5BECA8
Complementary color
Monochromatic Colors of #5BECA8
Black with #5BECA8
Text Example
Text Example
White with #5BECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECA8; }
p { color: rgb(91,236,168); }
H1.HeaderClassName
{
color: #5BECA8;
}
.AnyTagClassName
{
color: #5BECA8;
}
</style>
background-color css
<style>
a { background-color: #5BECA8; }
a { background-color: rgb(91,236,168); }
div.DivClassName
{
background-color: #5BECA8;
}
.BgClassName
{
background-color: #5BECA8;
}
</style>
border-color css
<style>
span { border-color: #5BECA8; }
span { border-color: rgb(91,236,168); }
td.TdClassName
{
border-color: #5BECA8;
}
.TagClassName
{
border-color: #5BECA8;
}
</style>