Shades of Bermuda #89DDBD
Tints of Bermuda #89DDBD
RGB
CMYK
RGB Variations
Color information
#89DDBD (or 0x89DDBD) is known color: Bermuda. HEX triplet: 89, DD and BD. RGB value is (137,221,189). Sum of RGB (Red+Green+Blue) = 137+221+189=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDBD is #762242. Grayscale: #C0C0C0. Windows color (decimal): -7742019 or 12443017. OLE color: 12443017.
HSL color Cylindrical-coordinate representation of color #89DDBD: hue angle of 157.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DDBD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 189 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.13 |
| HSL | 157.14º | 0.55% | 0.7% | - |
| HSV(B) | 157.14º | 0.38% | 0.87% | - |
| XYZ | 45.36 | 60.71 | 57.47 | - |
| YUV | 192.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 189 | 0.38 | 0 | 0.14 | 0.13 | 157.14 | 0.55 | 0.7 |
| Hex | 89 | DD | BD | 26 | 0 | E | D | 9D | 37 | 46 |
| Octal | 211 | 335 | 275 | 46 | 0 | 16 | 15 | 235 | 67 | 106 |
| Binary | 10001001 | 11011101 | 10111101 | 100110 | 0 | 1110 | 1101 | 10011101 | 110111 | 1000110 |
Color Harmonies of #89DDBD
Complementary color
Monochromatic Colors of #89DDBD
Black with #89DDBD
Text Example
Text Example
White with #89DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDBD; }
p { color: rgb(137,221,189); }
H1.HeaderClassName
{
color: #89DDBD;
}
.AnyTagClassName
{
color: #89DDBD;
}
</style>
background-color css
<style>
a { background-color: #89DDBD; }
a { background-color: rgb(137,221,189); }
div.DivClassName
{
background-color: #89DDBD;
}
.BgClassName
{
background-color: #89DDBD;
}
</style>
border-color css
<style>
span { border-color: #89DDBD; }
span { border-color: rgb(137,221,189); }
td.TdClassName
{
border-color: #89DDBD;
}
.TagClassName
{
border-color: #89DDBD;
}
</style>