Shades of Bermuda #89CBBD
Tints of Bermuda #89CBBD
RGB
CMYK
RGB Variations
Color information
#89CBBD (or 0x89CBBD) is known color: Bermuda. HEX triplet: 89, CB and BD. RGB value is (137,203,189). Sum of RGB (Red+Green+Blue) = 137+203+189=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBBD is #763442. Grayscale: #B5B5B5. Windows color (decimal): -7746627 or 12438409. OLE color: 12438409.
HSL color Cylindrical-coordinate representation of color #89CBBD: hue angle of 167.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CBBD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 189 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.20 |
| HSL | 167.27º | 0.39% | 0.67% | - |
| HSV(B) | 167.27º | 0.33% | 0.8% | - |
| XYZ | 40.86 | 51.7 | 55.97 | - |
| YUV | 181.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 189 | 0.33 | 0 | 0.07 | 0.20 | 167.27 | 0.39 | 0.67 |
| Hex | 89 | CB | BD | 21 | 0 | 7 | 14 | A7 | 27 | 43 |
| Octal | 211 | 313 | 275 | 41 | 0 | 7 | 24 | 247 | 47 | 103 |
| Binary | 10001001 | 11001011 | 10111101 | 100001 | 0 | 111 | 10100 | 10100111 | 100111 | 1000011 |
Color Harmonies of #89CBBD
Complementary color
Monochromatic Colors of #89CBBD
Black with #89CBBD
Text Example
Text Example
White with #89CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBBD; }
p { color: rgb(137,203,189); }
H1.HeaderClassName
{
color: #89CBBD;
}
.AnyTagClassName
{
color: #89CBBD;
}
</style>
background-color css
<style>
a { background-color: #89CBBD; }
a { background-color: rgb(137,203,189); }
div.DivClassName
{
background-color: #89CBBD;
}
.BgClassName
{
background-color: #89CBBD;
}
</style>
border-color css
<style>
span { border-color: #89CBBD; }
span { border-color: rgb(137,203,189); }
td.TdClassName
{
border-color: #89CBBD;
}
.TagClassName
{
border-color: #89CBBD;
}
</style>