Shades of Bermuda #89C7BD
Tints of Bermuda #89C7BD
RGB
CMYK
RGB Variations
Color information
#89C7BD (or 0x89C7BD) is known color: Bermuda. HEX triplet: 89, C7 and BD. RGB value is (137,199,189). Sum of RGB (Red+Green+Blue) = 137+199+189=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #89C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C7BD is #763842. Grayscale: #B3B3B3. Windows color (decimal): -7747651 or 12437385. OLE color: 12437385.
HSL color Cylindrical-coordinate representation of color #89C7BD: hue angle of 170.32º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C7BD is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 199 | 189 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.22 |
| HSL | 170.32º | 0.36% | 0.66% | - |
| HSV(B) | 170.32º | 0.31% | 0.78% | - |
| XYZ | 39.93 | 49.84 | 55.66 | - |
| YUV | 179.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 189 | 0.31 | 0 | 0.05 | 0.22 | 170.32 | 0.36 | 0.66 |
| Hex | 89 | C7 | BD | 1F | 0 | 5 | 16 | AA | 24 | 42 |
| Octal | 211 | 307 | 275 | 37 | 0 | 5 | 26 | 252 | 44 | 102 |
| Binary | 10001001 | 11000111 | 10111101 | 11111 | 0 | 101 | 10110 | 10101010 | 100100 | 1000010 |
Color Harmonies of #89C7BD
Complementary color
Monochromatic Colors of #89C7BD
Black with #89C7BD
Text Example
Text Example
White with #89C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C7BD; }
p { color: rgb(137,199,189); }
H1.HeaderClassName
{
color: #89C7BD;
}
.AnyTagClassName
{
color: #89C7BD;
}
</style>
background-color css
<style>
a { background-color: #89C7BD; }
a { background-color: rgb(137,199,189); }
div.DivClassName
{
background-color: #89C7BD;
}
.BgClassName
{
background-color: #89C7BD;
}
</style>
border-color css
<style>
span { border-color: #89C7BD; }
span { border-color: rgb(137,199,189); }
td.TdClassName
{
border-color: #89C7BD;
}
.TagClassName
{
border-color: #89C7BD;
}
</style>