Shades of Medium Aquamarine #5BEFAB
Tints of Medium Aquamarine #5BEFAB
RGB
CMYK
RGB Variations
Color information
#5BEFAB (or 0x5BEFAB) is known color: Medium Aquamarine. HEX triplet: 5B, EF and AB. RGB value is (91,239,171). Sum of RGB (Red+Green+Blue) = 91+239+171=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEFAB is #A41054. Grayscale: #BBBBBB. Windows color (decimal): -10752085 or 11267931. OLE color: 11267931.
HSL color Cylindrical-coordinate representation of color #5BEFAB: hue angle of 152.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEFAB is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 171 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.06 |
| HSL | 152.43º | 0.82% | 0.65% | - |
| HSV(B) | 152.43º | 0.62% | 0.94% | - |
| XYZ | 42.53 | 66.9 | 49.2 | - |
| YUV | 187 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 171 | 0.62 | 0 | 0.28 | 0.06 | 152.43 | 0.82 | 0.65 |
| Hex | 5B | EF | AB | 3E | 0 | 1C | 6 | 98 | 52 | 41 |
| Octal | 133 | 357 | 253 | 76 | 0 | 34 | 6 | 230 | 122 | 101 |
| Binary | 1011011 | 11101111 | 10101011 | 111110 | 0 | 11100 | 110 | 10011000 | 1010010 | 1000001 |
Color Harmonies of #5BEFAB
Complementary color
Monochromatic Colors of #5BEFAB
Black with #5BEFAB
Text Example
Text Example
White with #5BEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFAB; }
p { color: rgb(91,239,171); }
H1.HeaderClassName
{
color: #5BEFAB;
}
.AnyTagClassName
{
color: #5BEFAB;
}
</style>
background-color css
<style>
a { background-color: #5BEFAB; }
a { background-color: rgb(91,239,171); }
div.DivClassName
{
background-color: #5BEFAB;
}
.BgClassName
{
background-color: #5BEFAB;
}
</style>
border-color css
<style>
span { border-color: #5BEFAB; }
span { border-color: rgb(91,239,171); }
td.TdClassName
{
border-color: #5BEFAB;
}
.TagClassName
{
border-color: #5BEFAB;
}
</style>