Shades of Bermuda #89CABF
Tints of Bermuda #89CABF
RGB
CMYK
RGB Variations
Color information
#89CABF (or 0x89CABF) is known color: Bermuda. HEX triplet: 89, CA and BF. RGB value is (137,202,191). Sum of RGB (Red+Green+Blue) = 137+202+191=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #89CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CABF is #763540. Grayscale: #B5B5B5. Windows color (decimal): -7746881 or 12569225. OLE color: 12569225.
HSL color Cylindrical-coordinate representation of color #89CABF: hue angle of 169.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CABF is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 191 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.21 |
| HSL | 169.85º | 0.38% | 0.66% | - |
| HSV(B) | 169.85º | 0.32% | 0.79% | - |
| XYZ | 40.84 | 51.32 | 57.04 | - |
| YUV | 181.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 191 | 0.32 | 0 | 0.05 | 0.21 | 169.85 | 0.38 | 0.66 |
| Hex | 89 | CA | BF | 20 | 0 | 5 | 15 | AA | 26 | 42 |
| Octal | 211 | 312 | 277 | 40 | 0 | 5 | 25 | 252 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10111111 | 100000 | 0 | 101 | 10101 | 10101010 | 100110 | 1000010 |
Color Harmonies of #89CABF
Complementary color
Monochromatic Colors of #89CABF
Black with #89CABF
Text Example
Text Example
White with #89CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CABF; }
p { color: rgb(137,202,191); }
H1.HeaderClassName
{
color: #89CABF;
}
.AnyTagClassName
{
color: #89CABF;
}
</style>
background-color css
<style>
a { background-color: #89CABF; }
a { background-color: rgb(137,202,191); }
div.DivClassName
{
background-color: #89CABF;
}
.BgClassName
{
background-color: #89CABF;
}
</style>
border-color css
<style>
span { border-color: #89CABF; }
span { border-color: rgb(137,202,191); }
td.TdClassName
{
border-color: #89CABF;
}
.TagClassName
{
border-color: #89CABF;
}
</style>