Shades of Bermuda #89D4BA
Tints of Bermuda #89D4BA
RGB
CMYK
RGB Variations
Color information
#89D4BA (or 0x89D4BA) is known color: Bermuda. HEX triplet: 89, D4 and BA. RGB value is (137,212,186). Sum of RGB (Red+Green+Blue) = 137+212+186=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #89D4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D4BA is #762B45. Grayscale: #BABABA. Windows color (decimal): -7744326 or 12244105. OLE color: 12244105.
HSL color Cylindrical-coordinate representation of color #89D4BA: hue angle of 159.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 #89D4BA is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 212 | 186 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.17 |
| HSL | 159.2º | 0.47% | 0.68% | - |
| HSV(B) | 159.2º | 0.35% | 0.83% | - |
| XYZ | 42.72 | 55.95 | 55 | - |
| YUV | 186.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 212 | 186 | 0.35 | 0 | 0.12 | 0.17 | 159.2 | 0.47 | 0.68 |
| Hex | 89 | D4 | BA | 23 | 0 | C | 11 | 9F | 2F | 44 |
| Octal | 211 | 324 | 272 | 43 | 0 | 14 | 21 | 237 | 57 | 104 |
| Binary | 10001001 | 11010100 | 10111010 | 100011 | 0 | 1100 | 10001 | 10011111 | 101111 | 1000100 |
Color Harmonies of #89D4BA
Complementary color
Monochromatic Colors of #89D4BA
Black with #89D4BA
Text Example
Text Example
White with #89D4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D4BA; }
p { color: rgb(137,212,186); }
H1.HeaderClassName
{
color: #89D4BA;
}
.AnyTagClassName
{
color: #89D4BA;
}
</style>
background-color css
<style>
a { background-color: #89D4BA; }
a { background-color: rgb(137,212,186); }
div.DivClassName
{
background-color: #89D4BA;
}
.BgClassName
{
background-color: #89D4BA;
}
</style>
border-color css
<style>
span { border-color: #89D4BA; }
span { border-color: rgb(137,212,186); }
td.TdClassName
{
border-color: #89D4BA;
}
.TagClassName
{
border-color: #89D4BA;
}
</style>