Shades of Bermuda #89D6BF
Tints of Bermuda #89D6BF
RGB
CMYK
RGB Variations
Color information
#89D6BF (or 0x89D6BF) is known color: Bermuda. HEX triplet: 89, D6 and BF. RGB value is (137,214,191). Sum of RGB (Red+Green+Blue) = 137+214+191=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D6BF is #762940. Grayscale: #BCBCBC. Windows color (decimal): -7743809 or 12572297. OLE color: 12572297.
HSL color Cylindrical-coordinate representation of color #89D6BF: hue angle of 162.08º 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 #89D6BF is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 191 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.16 |
| HSL | 162.08º | 0.48% | 0.69% | - |
| HSV(B) | 162.08º | 0.36% | 0.84% | - |
| XYZ | 43.77 | 57.17 | 58.02 | - |
| YUV | 188.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 191 | 0.36 | 0 | 0.11 | 0.16 | 162.08 | 0.48 | 0.69 |
| Hex | 89 | D6 | BF | 24 | 0 | B | 10 | A2 | 30 | 45 |
| Octal | 211 | 326 | 277 | 44 | 0 | 13 | 20 | 242 | 60 | 105 |
| Binary | 10001001 | 11010110 | 10111111 | 100100 | 0 | 1011 | 10000 | 10100010 | 110000 | 1000101 |
Color Harmonies of #89D6BF
Complementary color
Monochromatic Colors of #89D6BF
Black with #89D6BF
Text Example
Text Example
White with #89D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D6BF; }
p { color: rgb(137,214,191); }
H1.HeaderClassName
{
color: #89D6BF;
}
.AnyTagClassName
{
color: #89D6BF;
}
</style>
background-color css
<style>
a { background-color: #89D6BF; }
a { background-color: rgb(137,214,191); }
div.DivClassName
{
background-color: #89D6BF;
}
.BgClassName
{
background-color: #89D6BF;
}
</style>
border-color css
<style>
span { border-color: #89D6BF; }
span { border-color: rgb(137,214,191); }
td.TdClassName
{
border-color: #89D6BF;
}
.TagClassName
{
border-color: #89D6BF;
}
</style>