Shades of Bermuda #89D1BD
Tints of Bermuda #89D1BD
RGB
CMYK
RGB Variations
Color information
#89D1BD (or 0x89D1BD) is known color: Bermuda. HEX triplet: 89, D1 and BD. RGB value is (137,209,189). Sum of RGB (Red+Green+Blue) = 137+209+189=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #89D1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1BD is #762E42. Grayscale: #B9B9B9. Windows color (decimal): -7745091 or 12439945. OLE color: 12439945.
HSL color Cylindrical-coordinate representation of color #89D1BD: hue angle of 163.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D1BD is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 209 | 189 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.18 |
| HSL | 163.33º | 0.44% | 0.68% | - |
| HSV(B) | 163.33º | 0.34% | 0.82% | - |
| XYZ | 42.3 | 54.59 | 56.45 | - |
| YUV | 185.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 189 | 0.34 | 0 | 0.10 | 0.18 | 163.33 | 0.44 | 0.68 |
| Hex | 89 | D1 | BD | 22 | 0 | A | 12 | A3 | 2C | 44 |
| Octal | 211 | 321 | 275 | 42 | 0 | 12 | 22 | 243 | 54 | 104 |
| Binary | 10001001 | 11010001 | 10111101 | 100010 | 0 | 1010 | 10010 | 10100011 | 101100 | 1000100 |
Color Harmonies of #89D1BD
Complementary color
Monochromatic Colors of #89D1BD
Black with #89D1BD
Text Example
Text Example
White with #89D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D1BD; }
p { color: rgb(137,209,189); }
H1.HeaderClassName
{
color: #89D1BD;
}
.AnyTagClassName
{
color: #89D1BD;
}
</style>
background-color css
<style>
a { background-color: #89D1BD; }
a { background-color: rgb(137,209,189); }
div.DivClassName
{
background-color: #89D1BD;
}
.BgClassName
{
background-color: #89D1BD;
}
</style>
border-color css
<style>
span { border-color: #89D1BD; }
span { border-color: rgb(137,209,189); }
td.TdClassName
{
border-color: #89D1BD;
}
.TagClassName
{
border-color: #89D1BD;
}
</style>