Shades of Bermuda #89DABC
Tints of Bermuda #89DABC
RGB
CMYK
RGB Variations
Color information
#89DABC (or 0x89DABC) is known color: Bermuda. HEX triplet: 89, DA and BC. RGB value is (137,218,188). Sum of RGB (Red+Green+Blue) = 137+218+188=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #89DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DABC is #762543. Grayscale: #BEBEBE. Windows color (decimal): -7742788 or 12376713. OLE color: 12376713.
HSL color Cylindrical-coordinate representation of color #89DABC: hue angle of 157.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DABC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 188 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.15 |
| HSL | 157.78º | 0.52% | 0.7% | - |
| HSV(B) | 157.78º | 0.37% | 0.85% | - |
| XYZ | 44.47 | 59.09 | 56.64 | - |
| YUV | 190.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 188 | 0.37 | 0 | 0.14 | 0.15 | 157.78 | 0.52 | 0.7 |
| Hex | 89 | DA | BC | 25 | 0 | E | F | 9E | 34 | 46 |
| Octal | 211 | 332 | 274 | 45 | 0 | 16 | 17 | 236 | 64 | 106 |
| Binary | 10001001 | 11011010 | 10111100 | 100101 | 0 | 1110 | 1111 | 10011110 | 110100 | 1000110 |
Color Harmonies of #89DABC
Complementary color
Monochromatic Colors of #89DABC
Black with #89DABC
Text Example
Text Example
White with #89DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DABC; }
p { color: rgb(137,218,188); }
H1.HeaderClassName
{
color: #89DABC;
}
.AnyTagClassName
{
color: #89DABC;
}
</style>
background-color css
<style>
a { background-color: #89DABC; }
a { background-color: rgb(137,218,188); }
div.DivClassName
{
background-color: #89DABC;
}
.BgClassName
{
background-color: #89DABC;
}
</style>
border-color css
<style>
span { border-color: #89DABC; }
span { border-color: rgb(137,218,188); }
td.TdClassName
{
border-color: #89DABC;
}
.TagClassName
{
border-color: #89DABC;
}
</style>