Shades of Medium Aquamarine #5BD89C
Tints of Medium Aquamarine #5BD89C
RGB
CMYK
RGB Variations
Color information
#5BD89C (or 0x5BD89C) is known color: Medium Aquamarine. HEX triplet: 5B, D8 and 9C. RGB value is (91,216,156). Sum of RGB (Red+Green+Blue) = 91+216+156=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #5BD89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD89C is #A42763. Grayscale: #ABABAB. Windows color (decimal): -10757988 or 10279003. OLE color: 10279003.
HSL color Cylindrical-coordinate representation of color #5BD89C: hue angle of 151.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD89C is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 216 | 156 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.15 |
| HSL | 151.2º | 0.62% | 0.6% | - |
| HSV(B) | 151.2º | 0.58% | 0.85% | - |
| XYZ | 34.87 | 53.74 | 39.99 | - |
| YUV | 171.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 216 | 156 | 0.58 | 0 | 0.28 | 0.15 | 151.2 | 0.62 | 0.6 |
| Hex | 5B | D8 | 9C | 3A | 0 | 1C | F | 97 | 3E | 3C |
| Octal | 133 | 330 | 234 | 72 | 0 | 34 | 17 | 227 | 76 | 74 |
| Binary | 1011011 | 11011000 | 10011100 | 111010 | 0 | 11100 | 1111 | 10010111 | 111110 | 111100 |
Color Harmonies of #5BD89C
Complementary color
Monochromatic Colors of #5BD89C
Black with #5BD89C
Text Example
Text Example
White with #5BD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD89C; }
p { color: rgb(91,216,156); }
H1.HeaderClassName
{
color: #5BD89C;
}
.AnyTagClassName
{
color: #5BD89C;
}
</style>
background-color css
<style>
a { background-color: #5BD89C; }
a { background-color: rgb(91,216,156); }
div.DivClassName
{
background-color: #5BD89C;
}
.BgClassName
{
background-color: #5BD89C;
}
</style>
border-color css
<style>
span { border-color: #5BD89C; }
span { border-color: rgb(91,216,156); }
td.TdClassName
{
border-color: #5BD89C;
}
.TagClassName
{
border-color: #5BD89C;
}
</style>