Shades of Bermuda #89D4BF
Tints of Bermuda #89D4BF
RGB
CMYK
RGB Variations
Color information
#89D4BF (or 0x89D4BF) is known color: Bermuda. HEX triplet: 89, D4 and BF. RGB value is (137,212,191). Sum of RGB (Red+Green+Blue) = 137+212+191=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #89D4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D4BF is #762B40. Grayscale: #BBBBBB. Windows color (decimal): -7744321 or 12571785. OLE color: 12571785.
HSL color Cylindrical-coordinate representation of color #89D4BF: hue angle of 163.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D4BF is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 212 | 191 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.17 |
| HSL | 163.2º | 0.47% | 0.68% | - |
| HSV(B) | 163.2º | 0.35% | 0.83% | - |
| XYZ | 43.26 | 56.17 | 57.85 | - |
| YUV | 187.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 212 | 191 | 0.35 | 0 | 0.10 | 0.17 | 163.2 | 0.47 | 0.68 |
| Hex | 89 | D4 | BF | 23 | 0 | A | 11 | A3 | 2F | 44 |
| Octal | 211 | 324 | 277 | 43 | 0 | 12 | 21 | 243 | 57 | 104 |
| Binary | 10001001 | 11010100 | 10111111 | 100011 | 0 | 1010 | 10001 | 10100011 | 101111 | 1000100 |
Color Harmonies of #89D4BF
Complementary color
Monochromatic Colors of #89D4BF
Black with #89D4BF
Text Example
Text Example
White with #89D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D4BF; }
p { color: rgb(137,212,191); }
H1.HeaderClassName
{
color: #89D4BF;
}
.AnyTagClassName
{
color: #89D4BF;
}
</style>
background-color css
<style>
a { background-color: #89D4BF; }
a { background-color: rgb(137,212,191); }
div.DivClassName
{
background-color: #89D4BF;
}
.BgClassName
{
background-color: #89D4BF;
}
</style>
border-color css
<style>
span { border-color: #89D4BF; }
span { border-color: rgb(137,212,191); }
td.TdClassName
{
border-color: #89D4BF;
}
.TagClassName
{
border-color: #89D4BF;
}
</style>