Shades of Bermuda #89D6B9
Tints of Bermuda #89D6B9
RGB
CMYK
RGB Variations
Color information
#89D6B9 (or 0x89D6B9) is known color: Bermuda. HEX triplet: 89, D6 and B9. RGB value is (137,214,185). Sum of RGB (Red+Green+Blue) = 137+214+185=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6B9 is #762946. Grayscale: #BBBBBB. Windows color (decimal): -7743815 or 12179081. OLE color: 12179081.
HSL color Cylindrical-coordinate representation of color #89D6B9: hue angle of 157.4º degrees, saturation: 0.48, 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 #89D6B9 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 185 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.16 |
| HSL | 157.4º | 0.48% | 0.69% | - |
| HSV(B) | 157.4º | 0.36% | 0.84% | - |
| XYZ | 43.12 | 56.91 | 54.61 | - |
| YUV | 187.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 185 | 0.36 | 0 | 0.14 | 0.16 | 157.4 | 0.48 | 0.69 |
| Hex | 89 | D6 | B9 | 24 | 0 | E | 10 | 9D | 30 | 45 |
| Octal | 211 | 326 | 271 | 44 | 0 | 16 | 20 | 235 | 60 | 105 |
| Binary | 10001001 | 11010110 | 10111001 | 100100 | 0 | 1110 | 10000 | 10011101 | 110000 | 1000101 |
Color Harmonies of #89D6B9
Complementary color
Monochromatic Colors of #89D6B9
Black with #89D6B9
Text Example
Text Example
White with #89D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D6B9; }
p { color: rgb(137,214,185); }
H1.HeaderClassName
{
color: #89D6B9;
}
.AnyTagClassName
{
color: #89D6B9;
}
</style>
background-color css
<style>
a { background-color: #89D6B9; }
a { background-color: rgb(137,214,185); }
div.DivClassName
{
background-color: #89D6B9;
}
.BgClassName
{
background-color: #89D6B9;
}
</style>
border-color css
<style>
span { border-color: #89D6B9; }
span { border-color: rgb(137,214,185); }
td.TdClassName
{
border-color: #89D6B9;
}
.TagClassName
{
border-color: #89D6B9;
}
</style>