Shades of Medium Aquamarine #5BEF94
Tints of Medium Aquamarine #5BEF94
RGB
CMYK
RGB Variations
Color information
#5BEF94 (or 0x5BEF94) is known color: Medium Aquamarine. HEX triplet: 5B, EF and 94. RGB value is (91,239,148). Sum of RGB (Red+Green+Blue) = 91+239+148=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #5BEF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BEF94 is #A4106B. Grayscale: #B8B8B8. Windows color (decimal): -10752108 or 9760603. OLE color: 9760603.
HSL color Cylindrical-coordinate representation of color #5BEF94: hue angle of 143.11º 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 #5BEF94 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 239 | 148 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.06 |
| HSL | 143.11º | 0.82% | 0.65% | - |
| HSV(B) | 143.11º | 0.62% | 0.94% | - |
| XYZ | 40.53 | 66.1 | 38.64 | - |
| YUV | 184.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 148 | 0.62 | 0 | 0.38 | 0.06 | 143.11 | 0.82 | 0.65 |
| Hex | 5B | EF | 94 | 3E | 0 | 26 | 6 | 8F | 52 | 41 |
| Octal | 133 | 357 | 224 | 76 | 0 | 46 | 6 | 217 | 122 | 101 |
| Binary | 1011011 | 11101111 | 10010100 | 111110 | 0 | 100110 | 110 | 10001111 | 1010010 | 1000001 |
Color Harmonies of #5BEF94
Complementary color
Monochromatic Colors of #5BEF94
Black with #5BEF94
Text Example
Text Example
White with #5BEF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEF94; }
p { color: rgb(91,239,148); }
H1.HeaderClassName
{
color: #5BEF94;
}
.AnyTagClassName
{
color: #5BEF94;
}
</style>
background-color css
<style>
a { background-color: #5BEF94; }
a { background-color: rgb(91,239,148); }
div.DivClassName
{
background-color: #5BEF94;
}
.BgClassName
{
background-color: #5BEF94;
}
</style>
border-color css
<style>
span { border-color: #5BEF94; }
span { border-color: rgb(91,239,148); }
td.TdClassName
{
border-color: #5BEF94;
}
.TagClassName
{
border-color: #5BEF94;
}
</style>