Shades of Medium Aquamarine #5BC89F
Tints of Medium Aquamarine #5BC89F
RGB
CMYK
RGB Variations
Color information
#5BC89F (or 0x5BC89F) is known color: Medium Aquamarine. HEX triplet: 5B, C8 and 9F. RGB value is (91,200,159). Sum of RGB (Red+Green+Blue) = 91+200+159=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC89F is #A43760. Grayscale: #A2A2A2. Windows color (decimal): -10762081 or 10471515. OLE color: 10471515.
HSL color Cylindrical-coordinate representation of color #5BC89F: hue angle of 157.43º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC89F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 159 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.22 |
| HSL | 157.43º | 0.5% | 0.57% | - |
| HSV(B) | 157.43º | 0.55% | 0.78% | - |
| XYZ | 31.23 | 46.04 | 40.04 | - |
| YUV | 162.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 159 | 0.54 | 0 | 0.20 | 0.22 | 157.43 | 0.5 | 0.57 |
| Hex | 5B | C8 | 9F | 36 | 0 | 14 | 16 | 9D | 32 | 39 |
| Octal | 133 | 310 | 237 | 66 | 0 | 24 | 26 | 235 | 62 | 71 |
| Binary | 1011011 | 11001000 | 10011111 | 110110 | 0 | 10100 | 10110 | 10011101 | 110010 | 111001 |
Color Harmonies of #5BC89F
Complementary color
Monochromatic Colors of #5BC89F
Black with #5BC89F
Text Example
Text Example
White with #5BC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC89F; }
p { color: rgb(91,200,159); }
H1.HeaderClassName
{
color: #5BC89F;
}
.AnyTagClassName
{
color: #5BC89F;
}
</style>
background-color css
<style>
a { background-color: #5BC89F; }
a { background-color: rgb(91,200,159); }
div.DivClassName
{
background-color: #5BC89F;
}
.BgClassName
{
background-color: #5BC89F;
}
</style>
border-color css
<style>
span { border-color: #5BC89F; }
span { border-color: rgb(91,200,159); }
td.TdClassName
{
border-color: #5BC89F;
}
.TagClassName
{
border-color: #5BC89F;
}
</style>