Shades of Bermuda #89C4BF
Tints of Bermuda #89C4BF
RGB
CMYK
RGB Variations
Color information
#89C4BF (or 0x89C4BF) is known color: Bermuda. HEX triplet: 89, C4 and BF. RGB value is (137,196,191). Sum of RGB (Red+Green+Blue) = 137+196+191=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #89C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4BF is #763B40. Grayscale: #B1B1B1. Windows color (decimal): -7748417 or 12567689. OLE color: 12567689.
HSL color Cylindrical-coordinate representation of color #89C4BF: hue angle of 174.92º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C4BF is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 191 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.23 |
| HSL | 174.92º | 0.33% | 0.65% | - |
| HSV(B) | 174.92º | 0.3% | 0.77% | - |
| XYZ | 39.46 | 48.56 | 56.58 | - |
| YUV | 177.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 191 | 0.30 | 0 | 0.03 | 0.23 | 174.92 | 0.33 | 0.65 |
| Hex | 89 | C4 | BF | 1E | 0 | 3 | 17 | AF | 21 | 41 |
| Octal | 211 | 304 | 277 | 36 | 0 | 3 | 27 | 257 | 41 | 101 |
| Binary | 10001001 | 11000100 | 10111111 | 11110 | 0 | 11 | 10111 | 10101111 | 100001 | 1000001 |
Color Harmonies of #89C4BF
Complementary color
Monochromatic Colors of #89C4BF
Black with #89C4BF
Text Example
Text Example
White with #89C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C4BF; }
p { color: rgb(137,196,191); }
H1.HeaderClassName
{
color: #89C4BF;
}
.AnyTagClassName
{
color: #89C4BF;
}
</style>
background-color css
<style>
a { background-color: #89C4BF; }
a { background-color: rgb(137,196,191); }
div.DivClassName
{
background-color: #89C4BF;
}
.BgClassName
{
background-color: #89C4BF;
}
</style>
border-color css
<style>
span { border-color: #89C4BF; }
span { border-color: rgb(137,196,191); }
td.TdClassName
{
border-color: #89C4BF;
}
.TagClassName
{
border-color: #89C4BF;
}
</style>