Shades of Bermuda #89D9BD
Tints of Bermuda #89D9BD
RGB
CMYK
RGB Variations
Color information
#89D9BD (or 0x89D9BD) is known color: Bermuda. HEX triplet: 89, D9 and BD. RGB value is (137,217,189). Sum of RGB (Red+Green+Blue) = 137+217+189=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #89D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D9BD is #762642. Grayscale: #BDBDBD. Windows color (decimal): -7743043 or 12441993. OLE color: 12441993.
HSL color Cylindrical-coordinate representation of color #89D9BD: hue angle of 159º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D9BD is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 217 | 189 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.15 |
| HSL | 159º | 0.51% | 0.69% | - |
| HSV(B) | 159º | 0.37% | 0.85% | - |
| XYZ | 44.31 | 58.62 | 57.12 | - |
| YUV | 189.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 217 | 189 | 0.37 | 0 | 0.13 | 0.15 | 159 | 0.51 | 0.69 |
| Hex | 89 | D9 | BD | 25 | 0 | D | F | 9F | 33 | 45 |
| Octal | 211 | 331 | 275 | 45 | 0 | 15 | 17 | 237 | 63 | 105 |
| Binary | 10001001 | 11011001 | 10111101 | 100101 | 0 | 1101 | 1111 | 10011111 | 110011 | 1000101 |
Color Harmonies of #89D9BD
Complementary color
Monochromatic Colors of #89D9BD
Black with #89D9BD
Text Example
Text Example
White with #89D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D9BD; }
p { color: rgb(137,217,189); }
H1.HeaderClassName
{
color: #89D9BD;
}
.AnyTagClassName
{
color: #89D9BD;
}
</style>
background-color css
<style>
a { background-color: #89D9BD; }
a { background-color: rgb(137,217,189); }
div.DivClassName
{
background-color: #89D9BD;
}
.BgClassName
{
background-color: #89D9BD;
}
</style>
border-color css
<style>
span { border-color: #89D9BD; }
span { border-color: rgb(137,217,189); }
td.TdClassName
{
border-color: #89D9BD;
}
.TagClassName
{
border-color: #89D9BD;
}
</style>