Shades of Bermuda #89CFBB
Tints of Bermuda #89CFBB
RGB
CMYK
RGB Variations
Color information
#89CFBB (or 0x89CFBB) is known color: Bermuda. HEX triplet: 89, CF and BB. RGB value is (137,207,187). Sum of RGB (Red+Green+Blue) = 137+207+187=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #89CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFBB is #763044. Grayscale: #B7B7B7. Windows color (decimal): -7745605 or 12308361. OLE color: 12308361.
HSL color Cylindrical-coordinate representation of color #89CFBB: hue angle of 162.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89CFBB is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 187 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.19 |
| HSL | 162.86º | 0.42% | 0.67% | - |
| HSV(B) | 162.86º | 0.34% | 0.81% | - |
| XYZ | 41.6 | 53.53 | 55.15 | - |
| YUV | 183.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 187 | 0.34 | 0 | 0.10 | 0.19 | 162.86 | 0.42 | 0.67 |
| Hex | 89 | CF | BB | 22 | 0 | A | 13 | A3 | 2A | 43 |
| Octal | 211 | 317 | 273 | 42 | 0 | 12 | 23 | 243 | 52 | 103 |
| Binary | 10001001 | 11001111 | 10111011 | 100010 | 0 | 1010 | 10011 | 10100011 | 101010 | 1000011 |
Color Harmonies of #89CFBB
Complementary color
Monochromatic Colors of #89CFBB
Black with #89CFBB
Text Example
Text Example
White with #89CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFBB; }
p { color: rgb(137,207,187); }
H1.HeaderClassName
{
color: #89CFBB;
}
.AnyTagClassName
{
color: #89CFBB;
}
</style>
background-color css
<style>
a { background-color: #89CFBB; }
a { background-color: rgb(137,207,187); }
div.DivClassName
{
background-color: #89CFBB;
}
.BgClassName
{
background-color: #89CFBB;
}
</style>
border-color css
<style>
span { border-color: #89CFBB; }
span { border-color: rgb(137,207,187); }
td.TdClassName
{
border-color: #89CFBB;
}
.TagClassName
{
border-color: #89CFBB;
}
</style>