Shades of Bermuda #89D7BE
Tints of Bermuda #89D7BE
RGB
CMYK
RGB Variations
Color information
#89D7BE (or 0x89D7BE) is known color: Bermuda. HEX triplet: 89, D7 and BE. RGB value is (137,215,190). Sum of RGB (Red+Green+Blue) = 137+215+190=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #89D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D7BE is #762841. Grayscale: #BCBCBC. Windows color (decimal): -7743554 or 12507017. OLE color: 12507017.
HSL color Cylindrical-coordinate representation of color #89D7BE: hue angle of 160.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D7BE is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 215 | 190 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.16 |
| HSL | 160.77º | 0.49% | 0.69% | - |
| HSV(B) | 160.77º | 0.36% | 0.84% | - |
| XYZ | 43.91 | 57.64 | 57.53 | - |
| YUV | 188.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 215 | 190 | 0.36 | 0 | 0.12 | 0.16 | 160.77 | 0.49 | 0.69 |
| Hex | 89 | D7 | BE | 24 | 0 | C | 10 | A1 | 31 | 45 |
| Octal | 211 | 327 | 276 | 44 | 0 | 14 | 20 | 241 | 61 | 105 |
| Binary | 10001001 | 11010111 | 10111110 | 100100 | 0 | 1100 | 10000 | 10100001 | 110001 | 1000101 |
Color Harmonies of #89D7BE
Complementary color
Monochromatic Colors of #89D7BE
Black with #89D7BE
Text Example
Text Example
White with #89D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D7BE; }
p { color: rgb(137,215,190); }
H1.HeaderClassName
{
color: #89D7BE;
}
.AnyTagClassName
{
color: #89D7BE;
}
</style>
background-color css
<style>
a { background-color: #89D7BE; }
a { background-color: rgb(137,215,190); }
div.DivClassName
{
background-color: #89D7BE;
}
.BgClassName
{
background-color: #89D7BE;
}
</style>
border-color css
<style>
span { border-color: #89D7BE; }
span { border-color: rgb(137,215,190); }
td.TdClassName
{
border-color: #89D7BE;
}
.TagClassName
{
border-color: #89D7BE;
}
</style>