Shades of Medium Aquamarine #5BC89C
Tints of Medium Aquamarine #5BC89C
RGB
CMYK
RGB Variations
Color information
#5BC89C (or 0x5BC89C) is known color: Medium Aquamarine. HEX triplet: 5B, C8 and 9C. RGB value is (91,200,156). Sum of RGB (Red+Green+Blue) = 91+200+156=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC89C is #A43763. Grayscale: #A2A2A2. Windows color (decimal): -10762084 or 10274907. OLE color: 10274907.
HSL color Cylindrical-coordinate representation of color #5BC89C: hue angle of 155.78º 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 #5BC89C is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 156 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.22 |
| HSL | 155.78º | 0.5% | 0.57% | - |
| HSV(B) | 155.78º | 0.55% | 0.78% | - |
| XYZ | 30.97 | 45.93 | 38.69 | - |
| YUV | 162.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 156 | 0.54 | 0 | 0.22 | 0.22 | 155.78 | 0.5 | 0.57 |
| Hex | 5B | C8 | 9C | 36 | 0 | 16 | 16 | 9C | 32 | 39 |
| Octal | 133 | 310 | 234 | 66 | 0 | 26 | 26 | 234 | 62 | 71 |
| Binary | 1011011 | 11001000 | 10011100 | 110110 | 0 | 10110 | 10110 | 10011100 | 110010 | 111001 |
Color Harmonies of #5BC89C
Complementary color
Monochromatic Colors of #5BC89C
Black with #5BC89C
Text Example
Text Example
White with #5BC89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC89C; }
p { color: rgb(91,200,156); }
H1.HeaderClassName
{
color: #5BC89C;
}
.AnyTagClassName
{
color: #5BC89C;
}
</style>
background-color css
<style>
a { background-color: #5BC89C; }
a { background-color: rgb(91,200,156); }
div.DivClassName
{
background-color: #5BC89C;
}
.BgClassName
{
background-color: #5BC89C;
}
</style>
border-color css
<style>
span { border-color: #5BC89C; }
span { border-color: rgb(91,200,156); }
td.TdClassName
{
border-color: #5BC89C;
}
.TagClassName
{
border-color: #5BC89C;
}
</style>