Shades of Bermuda #89D9BC
Tints of Bermuda #89D9BC
RGB
CMYK
RGB Variations
Color information
#89D9BC (or 0x89D9BC) is known color: Bermuda. HEX triplet: 89, D9 and BC. RGB value is (137,217,188). Sum of RGB (Red+Green+Blue) = 137+217+188=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #89D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D9BC is #762643. Grayscale: #BDBDBD. Windows color (decimal): -7743044 or 12376457. OLE color: 12376457.
HSL color Cylindrical-coordinate representation of color #89D9BC: hue angle of 158.25º 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 #89D9BC is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 217 | 188 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.15 |
| HSL | 158.25º | 0.51% | 0.69% | - |
| HSV(B) | 158.25º | 0.37% | 0.85% | - |
| XYZ | 44.21 | 58.57 | 56.55 | - |
| YUV | 189.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 217 | 188 | 0.37 | 0 | 0.13 | 0.15 | 158.25 | 0.51 | 0.69 |
| Hex | 89 | D9 | BC | 25 | 0 | D | F | 9E | 33 | 45 |
| Octal | 211 | 331 | 274 | 45 | 0 | 15 | 17 | 236 | 63 | 105 |
| Binary | 10001001 | 11011001 | 10111100 | 100101 | 0 | 1101 | 1111 | 10011110 | 110011 | 1000101 |
Color Harmonies of #89D9BC
Complementary color
Monochromatic Colors of #89D9BC
Black with #89D9BC
Text Example
Text Example
White with #89D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D9BC; }
p { color: rgb(137,217,188); }
H1.HeaderClassName
{
color: #89D9BC;
}
.AnyTagClassName
{
color: #89D9BC;
}
</style>
background-color css
<style>
a { background-color: #89D9BC; }
a { background-color: rgb(137,217,188); }
div.DivClassName
{
background-color: #89D9BC;
}
.BgClassName
{
background-color: #89D9BC;
}
</style>
border-color css
<style>
span { border-color: #89D9BC; }
span { border-color: rgb(137,217,188); }
td.TdClassName
{
border-color: #89D9BC;
}
.TagClassName
{
border-color: #89D9BC;
}
</style>