Shades of Bermuda #89D6BE
Tints of Bermuda #89D6BE
RGB
CMYK
RGB Variations
Color information
#89D6BE (or 0x89D6BE) is known color: Bermuda. HEX triplet: 89, D6 and BE. RGB value is (137,214,190). Sum of RGB (Red+Green+Blue) = 137+214+190=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6BE is #762941. Grayscale: #BCBCBC. Windows color (decimal): -7743810 or 12506761. OLE color: 12506761.
HSL color Cylindrical-coordinate representation of color #89D6BE: hue angle of 161.3º degrees, saturation: 0.48, 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 #89D6BE is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 190 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.16 |
| HSL | 161.3º | 0.48% | 0.69% | - |
| HSV(B) | 161.3º | 0.36% | 0.84% | - |
| XYZ | 43.66 | 57.13 | 57.44 | - |
| YUV | 188.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 190 | 0.36 | 0 | 0.11 | 0.16 | 161.3 | 0.48 | 0.69 |
| Hex | 89 | D6 | BE | 24 | 0 | B | 10 | A1 | 30 | 45 |
| Octal | 211 | 326 | 276 | 44 | 0 | 13 | 20 | 241 | 60 | 105 |
| Binary | 10001001 | 11010110 | 10111110 | 100100 | 0 | 1011 | 10000 | 10100001 | 110000 | 1000101 |
Color Harmonies of #89D6BE
Complementary color
Monochromatic Colors of #89D6BE
Black with #89D6BE
Text Example
Text Example
White with #89D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D6BE; }
p { color: rgb(137,214,190); }
H1.HeaderClassName
{
color: #89D6BE;
}
.AnyTagClassName
{
color: #89D6BE;
}
</style>
background-color css
<style>
a { background-color: #89D6BE; }
a { background-color: rgb(137,214,190); }
div.DivClassName
{
background-color: #89D6BE;
}
.BgClassName
{
background-color: #89D6BE;
}
</style>
border-color css
<style>
span { border-color: #89D6BE; }
span { border-color: rgb(137,214,190); }
td.TdClassName
{
border-color: #89D6BE;
}
.TagClassName
{
border-color: #89D6BE;
}
</style>