Shades of Medium Aquamarine #5BECAF
Tints of Medium Aquamarine #5BECAF
RGB
CMYK
RGB Variations
Color information
#5BECAF (or 0x5BECAF) is known color: Medium Aquamarine. HEX triplet: 5B, EC and AF. RGB value is (91,236,175). Sum of RGB (Red+Green+Blue) = 91+236+175=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BECAF is #A41350. Grayscale: #B9B9B9. Windows color (decimal): -10752849 or 11529307. OLE color: 11529307.
HSL color Cylindrical-coordinate representation of color #5BECAF: hue angle of 154.76º 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 #5BECAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 236 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.07 |
| HSL | 154.76º | 0.79% | 0.64% | - |
| HSV(B) | 154.76º | 0.61% | 0.93% | - |
| XYZ | 42.05 | 65.31 | 50.95 | - |
| YUV | 185.69 | 121.96 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 175 | 0.61 | 0 | 0.26 | 0.07 | 154.76 | 0.79 | 0.64 |
| Hex | 5B | EC | AF | 3D | 0 | 1A | 7 | 9B | 4F | 40 |
| Octal | 133 | 354 | 257 | 75 | 0 | 32 | 7 | 233 | 117 | 100 |
| Binary | 1011011 | 11101100 | 10101111 | 111101 | 0 | 11010 | 111 | 10011011 | 1001111 | 1000000 |
Color Harmonies of #5BECAF
Complementary color
Monochromatic Colors of #5BECAF
Black with #5BECAF
Text Example
Text Example
White with #5BECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECAF; }
p { color: rgb(91,236,175); }
H1.HeaderClassName
{
color: #5BECAF;
}
.AnyTagClassName
{
color: #5BECAF;
}
</style>
background-color css
<style>
a { background-color: #5BECAF; }
a { background-color: rgb(91,236,175); }
div.DivClassName
{
background-color: #5BECAF;
}
.BgClassName
{
background-color: #5BECAF;
}
</style>
border-color css
<style>
span { border-color: #5BECAF; }
span { border-color: rgb(91,236,175); }
td.TdClassName
{
border-color: #5BECAF;
}
.TagClassName
{
border-color: #5BECAF;
}
</style>