Shades of Bermuda #89C9BF
Tints of Bermuda #89C9BF
RGB
CMYK
RGB Variations
Color information
#89C9BF (or 0x89C9BF) is known color: Bermuda. HEX triplet: 89, C9 and BF. RGB value is (137,201,191). Sum of RGB (Red+Green+Blue) = 137+201+191=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #89C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C9BF is #763640. Grayscale: #B4B4B4. Windows color (decimal): -7747137 or 12568969. OLE color: 12568969.
HSL color Cylindrical-coordinate representation of color #89C9BF: hue angle of 170.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C9BF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 191 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.21 |
| HSL | 170.63º | 0.37% | 0.66% | - |
| HSV(B) | 170.63º | 0.32% | 0.79% | - |
| XYZ | 40.61 | 50.85 | 56.97 | - |
| YUV | 180.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 191 | 0.32 | 0 | 0.05 | 0.21 | 170.63 | 0.37 | 0.66 |
| Hex | 89 | C9 | BF | 20 | 0 | 5 | 15 | AB | 25 | 42 |
| Octal | 211 | 311 | 277 | 40 | 0 | 5 | 25 | 253 | 45 | 102 |
| Binary | 10001001 | 11001001 | 10111111 | 100000 | 0 | 101 | 10101 | 10101011 | 100101 | 1000010 |
Color Harmonies of #89C9BF
Complementary color
Monochromatic Colors of #89C9BF
Black with #89C9BF
Text Example
Text Example
White with #89C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C9BF; }
p { color: rgb(137,201,191); }
H1.HeaderClassName
{
color: #89C9BF;
}
.AnyTagClassName
{
color: #89C9BF;
}
</style>
background-color css
<style>
a { background-color: #89C9BF; }
a { background-color: rgb(137,201,191); }
div.DivClassName
{
background-color: #89C9BF;
}
.BgClassName
{
background-color: #89C9BF;
}
</style>
border-color css
<style>
span { border-color: #89C9BF; }
span { border-color: rgb(137,201,191); }
td.TdClassName
{
border-color: #89C9BF;
}
.TagClassName
{
border-color: #89C9BF;
}
</style>