Shades of Bermuda #89C1BE
Tints of Bermuda #89C1BE
RGB
CMYK
RGB Variations
Color information
#89C1BE (or 0x89C1BE) is known color: Bermuda. HEX triplet: 89, C1 and BE. RGB value is (137,193,190). Sum of RGB (Red+Green+Blue) = 137+193+190=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #89C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C1BE is #763E41. Grayscale: #AFAFAF. Windows color (decimal): -7749186 or 12501385. OLE color: 12501385.
HSL color Cylindrical-coordinate representation of color #89C1BE: hue angle of 176.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89C1BE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 190 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.24 |
| HSL | 176.79º | 0.31% | 0.65% | - |
| HSV(B) | 176.79º | 0.29% | 0.76% | - |
| XYZ | 38.68 | 47.18 | 55.78 | - |
| YUV | 175.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 190 | 0.29 | 0 | 0.02 | 0.24 | 176.79 | 0.31 | 0.65 |
| Hex | 89 | C1 | BE | 1D | 0 | 2 | 18 | B1 | 1F | 41 |
| Octal | 211 | 301 | 276 | 35 | 0 | 2 | 30 | 261 | 37 | 101 |
| Binary | 10001001 | 11000001 | 10111110 | 11101 | 0 | 10 | 11000 | 10110001 | 11111 | 1000001 |
Color Harmonies of #89C1BE
Complementary color
Monochromatic Colors of #89C1BE
Black with #89C1BE
Text Example
Text Example
White with #89C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C1BE; }
p { color: rgb(137,193,190); }
H1.HeaderClassName
{
color: #89C1BE;
}
.AnyTagClassName
{
color: #89C1BE;
}
</style>
background-color css
<style>
a { background-color: #89C1BE; }
a { background-color: rgb(137,193,190); }
div.DivClassName
{
background-color: #89C1BE;
}
.BgClassName
{
background-color: #89C1BE;
}
</style>
border-color css
<style>
span { border-color: #89C1BE; }
span { border-color: rgb(137,193,190); }
td.TdClassName
{
border-color: #89C1BE;
}
.TagClassName
{
border-color: #89C1BE;
}
</style>