Shades of Bermuda #89C4BD
Tints of Bermuda #89C4BD
RGB
CMYK
RGB Variations
Color information
#89C4BD (or 0x89C4BD) is known color: Bermuda. HEX triplet: 89, C4 and BD. RGB value is (137,196,189). Sum of RGB (Red+Green+Blue) = 137+196+189=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #89C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C4BD is #763B42. Grayscale: #B1B1B1. Windows color (decimal): -7748419 or 12436617. OLE color: 12436617.
HSL color Cylindrical-coordinate representation of color #89C4BD: hue angle of 172.88º 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 #89C4BD is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 189 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.23 |
| HSL | 172.88º | 0.33% | 0.65% | - |
| HSV(B) | 172.88º | 0.3% | 0.77% | - |
| XYZ | 39.24 | 48.47 | 55.43 | - |
| YUV | 177.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 189 | 0.30 | 0 | 0.04 | 0.23 | 172.88 | 0.33 | 0.65 |
| Hex | 89 | C4 | BD | 1E | 0 | 4 | 17 | AD | 21 | 41 |
| Octal | 211 | 304 | 275 | 36 | 0 | 4 | 27 | 255 | 41 | 101 |
| Binary | 10001001 | 11000100 | 10111101 | 11110 | 0 | 100 | 10111 | 10101101 | 100001 | 1000001 |
Color Harmonies of #89C4BD
Complementary color
Monochromatic Colors of #89C4BD
Black with #89C4BD
Text Example
Text Example
White with #89C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C4BD; }
p { color: rgb(137,196,189); }
H1.HeaderClassName
{
color: #89C4BD;
}
.AnyTagClassName
{
color: #89C4BD;
}
</style>
background-color css
<style>
a { background-color: #89C4BD; }
a { background-color: rgb(137,196,189); }
div.DivClassName
{
background-color: #89C4BD;
}
.BgClassName
{
background-color: #89C4BD;
}
</style>
border-color css
<style>
span { border-color: #89C4BD; }
span { border-color: rgb(137,196,189); }
td.TdClassName
{
border-color: #89C4BD;
}
.TagClassName
{
border-color: #89C4BD;
}
</style>