Shades of Medium Aquamarine #5BED9F
Tints of Medium Aquamarine #5BED9F
RGB
CMYK
RGB Variations
Color information
#5BED9F (or 0x5BED9F) is known color: Medium Aquamarine. HEX triplet: 5B, ED and 9F. RGB value is (91,237,159). Sum of RGB (Red+Green+Blue) = 91+237+159=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #5BED9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BED9F is #A41260. Grayscale: #B8B8B8. Windows color (decimal): -10752609 or 10480987. OLE color: 10480987.
HSL color Cylindrical-coordinate representation of color #5BED9F: hue angle of 147.95º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BED9F is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 237 | 159 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.07 |
| HSL | 147.95º | 0.8% | 0.64% | - |
| HSV(B) | 147.95º | 0.62% | 0.93% | - |
| XYZ | 40.86 | 65.3 | 43.25 | - |
| YUV | 184.45 | 113.63 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 159 | 0.62 | 0 | 0.33 | 0.07 | 147.95 | 0.8 | 0.64 |
| Hex | 5B | ED | 9F | 3E | 0 | 21 | 7 | 94 | 50 | 40 |
| Octal | 133 | 355 | 237 | 76 | 0 | 41 | 7 | 224 | 120 | 100 |
| Binary | 1011011 | 11101101 | 10011111 | 111110 | 0 | 100001 | 111 | 10010100 | 1010000 | 1000000 |
Color Harmonies of #5BED9F
Complementary color
Monochromatic Colors of #5BED9F
Black with #5BED9F
Text Example
Text Example
White with #5BED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BED9F; }
p { color: rgb(91,237,159); }
H1.HeaderClassName
{
color: #5BED9F;
}
.AnyTagClassName
{
color: #5BED9F;
}
</style>
background-color css
<style>
a { background-color: #5BED9F; }
a { background-color: rgb(91,237,159); }
div.DivClassName
{
background-color: #5BED9F;
}
.BgClassName
{
background-color: #5BED9F;
}
</style>
border-color css
<style>
span { border-color: #5BED9F; }
span { border-color: rgb(91,237,159); }
td.TdClassName
{
border-color: #5BED9F;
}
.TagClassName
{
border-color: #5BED9F;
}
</style>