Shades of Bermuda #89D1BE
Tints of Bermuda #89D1BE
RGB
CMYK
RGB Variations
Color information
#89D1BE (or 0x89D1BE) is known color: Bermuda. HEX triplet: 89, D1 and BE. RGB value is (137,209,190). Sum of RGB (Red+Green+Blue) = 137+209+190=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #89D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D1BE is #762E41. Grayscale: #B9B9B9. Windows color (decimal): -7745090 or 12505481. OLE color: 12505481.
HSL color Cylindrical-coordinate representation of color #89D1BE: hue angle of 164.17º 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 #89D1BE is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 209 | 190 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.18 |
| HSL | 164.17º | 0.44% | 0.68% | - |
| HSV(B) | 164.17º | 0.34% | 0.82% | - |
| XYZ | 42.41 | 54.64 | 57.03 | - |
| YUV | 185.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 209 | 190 | 0.34 | 0 | 0.09 | 0.18 | 164.17 | 0.44 | 0.68 |
| Hex | 89 | D1 | BE | 22 | 0 | 9 | 12 | A4 | 2C | 44 |
| Octal | 211 | 321 | 276 | 42 | 0 | 11 | 22 | 244 | 54 | 104 |
| Binary | 10001001 | 11010001 | 10111110 | 100010 | 0 | 1001 | 10010 | 10100100 | 101100 | 1000100 |
Color Harmonies of #89D1BE
Complementary color
Monochromatic Colors of #89D1BE
Black with #89D1BE
Text Example
Text Example
White with #89D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D1BE; }
p { color: rgb(137,209,190); }
H1.HeaderClassName
{
color: #89D1BE;
}
.AnyTagClassName
{
color: #89D1BE;
}
</style>
background-color css
<style>
a { background-color: #89D1BE; }
a { background-color: rgb(137,209,190); }
div.DivClassName
{
background-color: #89D1BE;
}
.BgClassName
{
background-color: #89D1BE;
}
</style>
border-color css
<style>
span { border-color: #89D1BE; }
span { border-color: rgb(137,209,190); }
td.TdClassName
{
border-color: #89D1BE;
}
.TagClassName
{
border-color: #89D1BE;
}
</style>