Shades of Bermuda #89D7C0
Tints of Bermuda #89D7C0
RGB
CMYK
RGB Variations
Color information
#89D7C0 (or 0x89D7C0) is known color: Bermuda. HEX triplet: 89, D7 and C0. RGB value is (137,215,192). Sum of RGB (Red+Green+Blue) = 137+215+192=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #89D7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D7C0 is #76283F. Grayscale: #BDBDBD. Windows color (decimal): -7743552 or 12638089. OLE color: 12638089.
HSL color Cylindrical-coordinate representation of color #89D7C0: hue angle of 162.31º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D7C0 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 215 | 192 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.16 |
| HSL | 162.31º | 0.49% | 0.69% | - |
| HSV(B) | 162.31º | 0.36% | 0.84% | - |
| XYZ | 44.13 | 57.73 | 58.69 | - |
| YUV | 189.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 215 | 192 | 0.36 | 0 | 0.11 | 0.16 | 162.31 | 0.49 | 0.69 |
| Hex | 89 | D7 | C0 | 24 | 0 | B | 10 | A2 | 31 | 45 |
| Octal | 211 | 327 | 300 | 44 | 0 | 13 | 20 | 242 | 61 | 105 |
| Binary | 10001001 | 11010111 | 11000000 | 100100 | 0 | 1011 | 10000 | 10100010 | 110001 | 1000101 |
Color Harmonies of #89D7C0
Complementary color
Monochromatic Colors of #89D7C0
Black with #89D7C0
Text Example
Text Example
White with #89D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D7C0; }
p { color: rgb(137,215,192); }
H1.HeaderClassName
{
color: #89D7C0;
}
.AnyTagClassName
{
color: #89D7C0;
}
</style>
background-color css
<style>
a { background-color: #89D7C0; }
a { background-color: rgb(137,215,192); }
div.DivClassName
{
background-color: #89D7C0;
}
.BgClassName
{
background-color: #89D7C0;
}
</style>
border-color css
<style>
span { border-color: #89D7C0; }
span { border-color: rgb(137,215,192); }
td.TdClassName
{
border-color: #89D7C0;
}
.TagClassName
{
border-color: #89D7C0;
}
</style>