Shades of Bermuda #89C5BA
Tints of Bermuda #89C5BA
RGB
CMYK
RGB Variations
Color information
#89C5BA (or 0x89C5BA) is known color: Bermuda. HEX triplet: 89, C5 and BA. RGB value is (137,197,186). Sum of RGB (Red+Green+Blue) = 137+197+186=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #89C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5BA is #763A45. Grayscale: #B1B1B1. Windows color (decimal): -7748166 or 12240265. OLE color: 12240265.
HSL color Cylindrical-coordinate representation of color #89C5BA: hue angle of 169º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C5BA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 186 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.23 |
| HSL | 169º | 0.34% | 0.65% | - |
| HSV(B) | 169º | 0.3% | 0.77% | - |
| XYZ | 39.15 | 48.8 | 53.81 | - |
| YUV | 177.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 186 | 0.30 | 0 | 0.06 | 0.23 | 169 | 0.34 | 0.65 |
| Hex | 89 | C5 | BA | 1E | 0 | 6 | 17 | A9 | 22 | 41 |
| Octal | 211 | 305 | 272 | 36 | 0 | 6 | 27 | 251 | 42 | 101 |
| Binary | 10001001 | 11000101 | 10111010 | 11110 | 0 | 110 | 10111 | 10101001 | 100010 | 1000001 |
Color Harmonies of #89C5BA
Complementary color
Monochromatic Colors of #89C5BA
Black with #89C5BA
Text Example
Text Example
White with #89C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C5BA; }
p { color: rgb(137,197,186); }
H1.HeaderClassName
{
color: #89C5BA;
}
.AnyTagClassName
{
color: #89C5BA;
}
</style>
background-color css
<style>
a { background-color: #89C5BA; }
a { background-color: rgb(137,197,186); }
div.DivClassName
{
background-color: #89C5BA;
}
.BgClassName
{
background-color: #89C5BA;
}
</style>
border-color css
<style>
span { border-color: #89C5BA; }
span { border-color: rgb(137,197,186); }
td.TdClassName
{
border-color: #89C5BA;
}
.TagClassName
{
border-color: #89C5BA;
}
</style>