Shades of Bermuda #89DABB
Tints of Bermuda #89DABB
RGB
CMYK
RGB Variations
Color information
#89DABB (or 0x89DABB) is known color: Bermuda. HEX triplet: 89, DA and BB. RGB value is (137,218,187). Sum of RGB (Red+Green+Blue) = 137+218+187=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #89DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DABB is #762544. Grayscale: #BEBEBE. Windows color (decimal): -7742789 or 12311177. OLE color: 12311177.
HSL color Cylindrical-coordinate representation of color #89DABB: hue angle of 157.04º 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 #89DABB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 187 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.15 |
| HSL | 157.04º | 0.52% | 0.7% | - |
| HSV(B) | 157.04º | 0.37% | 0.85% | - |
| XYZ | 44.36 | 59.05 | 56.07 | - |
| YUV | 190.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 187 | 0.37 | 0 | 0.14 | 0.15 | 157.04 | 0.52 | 0.7 |
| Hex | 89 | DA | BB | 25 | 0 | E | F | 9D | 34 | 46 |
| Octal | 211 | 332 | 273 | 45 | 0 | 16 | 17 | 235 | 64 | 106 |
| Binary | 10001001 | 11011010 | 10111011 | 100101 | 0 | 1110 | 1111 | 10011101 | 110100 | 1000110 |
Color Harmonies of #89DABB
Complementary color
Monochromatic Colors of #89DABB
Black with #89DABB
Text Example
Text Example
White with #89DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DABB; }
p { color: rgb(137,218,187); }
H1.HeaderClassName
{
color: #89DABB;
}
.AnyTagClassName
{
color: #89DABB;
}
</style>
background-color css
<style>
a { background-color: #89DABB; }
a { background-color: rgb(137,218,187); }
div.DivClassName
{
background-color: #89DABB;
}
.BgClassName
{
background-color: #89DABB;
}
</style>
border-color css
<style>
span { border-color: #89DABB; }
span { border-color: rgb(137,218,187); }
td.TdClassName
{
border-color: #89DABB;
}
.TagClassName
{
border-color: #89DABB;
}
</style>