Shades of Bermuda #89C3BF
Tints of Bermuda #89C3BF
RGB
CMYK
RGB Variations
Color information
#89C3BF (or 0x89C3BF) is known color: Bermuda. HEX triplet: 89, C3 and BF. RGB value is (137,195,191). Sum of RGB (Red+Green+Blue) = 137+195+191=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #89C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3BF is #763C40. Grayscale: #B1B1B1. Windows color (decimal): -7748673 or 12567433. OLE color: 12567433.
HSL color Cylindrical-coordinate representation of color #89C3BF: hue angle of 175.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C3BF is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 191 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.24 |
| HSL | 175.86º | 0.33% | 0.65% | - |
| HSV(B) | 175.86º | 0.3% | 0.76% | - |
| XYZ | 39.24 | 48.11 | 56.51 | - |
| YUV | 177.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 191 | 0.30 | 0 | 0.02 | 0.24 | 175.86 | 0.33 | 0.65 |
| Hex | 89 | C3 | BF | 1E | 0 | 2 | 18 | B0 | 21 | 41 |
| Octal | 211 | 303 | 277 | 36 | 0 | 2 | 30 | 260 | 41 | 101 |
| Binary | 10001001 | 11000011 | 10111111 | 11110 | 0 | 10 | 11000 | 10110000 | 100001 | 1000001 |
Color Harmonies of #89C3BF
Complementary color
Monochromatic Colors of #89C3BF
Black with #89C3BF
Text Example
Text Example
White with #89C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C3BF; }
p { color: rgb(137,195,191); }
H1.HeaderClassName
{
color: #89C3BF;
}
.AnyTagClassName
{
color: #89C3BF;
}
</style>
background-color css
<style>
a { background-color: #89C3BF; }
a { background-color: rgb(137,195,191); }
div.DivClassName
{
background-color: #89C3BF;
}
.BgClassName
{
background-color: #89C3BF;
}
</style>
border-color css
<style>
span { border-color: #89C3BF; }
span { border-color: rgb(137,195,191); }
td.TdClassName
{
border-color: #89C3BF;
}
.TagClassName
{
border-color: #89C3BF;
}
</style>