Shades of Bermuda #89DBBE
Tints of Bermuda #89DBBE
RGB
CMYK
RGB Variations
Color information
#89DBBE (or 0x89DBBE) is known color: Bermuda. HEX triplet: 89, DB and BE. RGB value is (137,219,190). Sum of RGB (Red+Green+Blue) = 137+219+190=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBBE is #762441. Grayscale: #BFBFBF. Windows color (decimal): -7742530 or 12508041. OLE color: 12508041.
HSL color Cylindrical-coordinate representation of color #89DBBE: hue angle of 158.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBBE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 190 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.14 |
| HSL | 158.78º | 0.53% | 0.7% | - |
| HSV(B) | 158.78º | 0.37% | 0.86% | - |
| XYZ | 44.94 | 59.7 | 57.87 | - |
| YUV | 191.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 190 | 0.37 | 0 | 0.13 | 0.14 | 158.78 | 0.53 | 0.7 |
| Hex | 89 | DB | BE | 25 | 0 | D | E | 9F | 35 | 46 |
| Octal | 211 | 333 | 276 | 45 | 0 | 15 | 16 | 237 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10111110 | 100101 | 0 | 1101 | 1110 | 10011111 | 110101 | 1000110 |
Color Harmonies of #89DBBE
Complementary color
Monochromatic Colors of #89DBBE
Black with #89DBBE
Text Example
Text Example
White with #89DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBBE; }
p { color: rgb(137,219,190); }
H1.HeaderClassName
{
color: #89DBBE;
}
.AnyTagClassName
{
color: #89DBBE;
}
</style>
background-color css
<style>
a { background-color: #89DBBE; }
a { background-color: rgb(137,219,190); }
div.DivClassName
{
background-color: #89DBBE;
}
.BgClassName
{
background-color: #89DBBE;
}
</style>
border-color css
<style>
span { border-color: #89DBBE; }
span { border-color: rgb(137,219,190); }
td.TdClassName
{
border-color: #89DBBE;
}
.TagClassName
{
border-color: #89DBBE;
}
</style>