Shades of Bermuda #89C5BB
Tints of Bermuda #89C5BB
RGB
CMYK
RGB Variations
Color information
#89C5BB (or 0x89C5BB) is known color: Bermuda. HEX triplet: 89, C5 and BB. RGB value is (137,197,187). Sum of RGB (Red+Green+Blue) = 137+197+187=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #89C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C5BB is #763A44. Grayscale: #B1B1B1. Windows color (decimal): -7748165 or 12305801. OLE color: 12305801.
HSL color Cylindrical-coordinate representation of color #89C5BB: hue angle of 170º 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 #89C5BB is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 187 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.23 |
| HSL | 170º | 0.34% | 0.65% | - |
| HSV(B) | 170º | 0.3% | 0.77% | - |
| XYZ | 39.25 | 48.84 | 54.37 | - |
| YUV | 177.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 187 | 0.30 | 0 | 0.05 | 0.23 | 170 | 0.34 | 0.65 |
| Hex | 89 | C5 | BB | 1E | 0 | 5 | 17 | AA | 22 | 41 |
| Octal | 211 | 305 | 273 | 36 | 0 | 5 | 27 | 252 | 42 | 101 |
| Binary | 10001001 | 11000101 | 10111011 | 11110 | 0 | 101 | 10111 | 10101010 | 100010 | 1000001 |
Color Harmonies of #89C5BB
Complementary color
Monochromatic Colors of #89C5BB
Black with #89C5BB
Text Example
Text Example
White with #89C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C5BB; }
p { color: rgb(137,197,187); }
H1.HeaderClassName
{
color: #89C5BB;
}
.AnyTagClassName
{
color: #89C5BB;
}
</style>
background-color css
<style>
a { background-color: #89C5BB; }
a { background-color: rgb(137,197,187); }
div.DivClassName
{
background-color: #89C5BB;
}
.BgClassName
{
background-color: #89C5BB;
}
</style>
border-color css
<style>
span { border-color: #89C5BB; }
span { border-color: rgb(137,197,187); }
td.TdClassName
{
border-color: #89C5BB;
}
.TagClassName
{
border-color: #89C5BB;
}
</style>