Shades of Medium Aquamarine #5BEFB6
Tints of Medium Aquamarine #5BEFB6
RGB
CMYK
RGB Variations
Color information
#5BEFB6 (or 0x5BEFB6) is known color: Medium Aquamarine. HEX triplet: 5B, EF and B6. RGB value is (91,239,182). Sum of RGB (Red+Green+Blue) = 91+239+182=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEFB6 is #A41049. Grayscale: #BCBCBC. Windows color (decimal): -10752074 or 11988827. OLE color: 11988827.
HSL color Cylindrical-coordinate representation of color #5BEFB6: hue angle of 156.89º 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 #5BEFB6 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 182 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.06 |
| HSL | 156.89º | 0.82% | 0.65% | - |
| HSV(B) | 156.89º | 0.62% | 0.94% | - |
| XYZ | 43.62 | 67.33 | 54.95 | - |
| YUV | 188.25 | 124.47 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 182 | 0.62 | 0 | 0.24 | 0.06 | 156.89 | 0.82 | 0.65 |
| Hex | 5B | EF | B6 | 3E | 0 | 18 | 6 | 9D | 52 | 41 |
| Octal | 133 | 357 | 266 | 76 | 0 | 30 | 6 | 235 | 122 | 101 |
| Binary | 1011011 | 11101111 | 10110110 | 111110 | 0 | 11000 | 110 | 10011101 | 1010010 | 1000001 |
Color Harmonies of #5BEFB6
Complementary color
Monochromatic Colors of #5BEFB6
Black with #5BEFB6
Text Example
Text Example
White with #5BEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFB6; }
p { color: rgb(91,239,182); }
H1.HeaderClassName
{
color: #5BEFB6;
}
.AnyTagClassName
{
color: #5BEFB6;
}
</style>
background-color css
<style>
a { background-color: #5BEFB6; }
a { background-color: rgb(91,239,182); }
div.DivClassName
{
background-color: #5BEFB6;
}
.BgClassName
{
background-color: #5BEFB6;
}
</style>
border-color css
<style>
span { border-color: #5BEFB6; }
span { border-color: rgb(91,239,182); }
td.TdClassName
{
border-color: #5BEFB6;
}
.TagClassName
{
border-color: #5BEFB6;
}
</style>