Shades of Bermuda #89CABA
Tints of Bermuda #89CABA
RGB
CMYK
RGB Variations
Color information
#89CABA (or 0x89CABA) is known color: Bermuda. HEX triplet: 89, CA and BA. RGB value is (137,202,186). Sum of RGB (Red+Green+Blue) = 137+202+186=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #89CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CABA is #763545. Grayscale: #B4B4B4. Windows color (decimal): -7746886 or 12241545. OLE color: 12241545.
HSL color Cylindrical-coordinate representation of color #89CABA: hue angle of 165.23º 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 #89CABA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 186 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.21 |
| HSL | 165.23º | 0.38% | 0.66% | - |
| HSV(B) | 165.23º | 0.32% | 0.79% | - |
| XYZ | 40.3 | 51.1 | 54.19 | - |
| YUV | 180.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 186 | 0.32 | 0 | 0.08 | 0.21 | 165.23 | 0.38 | 0.66 |
| Hex | 89 | CA | BA | 20 | 0 | 8 | 15 | A5 | 26 | 42 |
| Octal | 211 | 312 | 272 | 40 | 0 | 10 | 25 | 245 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10111010 | 100000 | 0 | 1000 | 10101 | 10100101 | 100110 | 1000010 |
Color Harmonies of #89CABA
Complementary color
Monochromatic Colors of #89CABA
Black with #89CABA
Text Example
Text Example
White with #89CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CABA; }
p { color: rgb(137,202,186); }
H1.HeaderClassName
{
color: #89CABA;
}
.AnyTagClassName
{
color: #89CABA;
}
</style>
background-color css
<style>
a { background-color: #89CABA; }
a { background-color: rgb(137,202,186); }
div.DivClassName
{
background-color: #89CABA;
}
.BgClassName
{
background-color: #89CABA;
}
</style>
border-color css
<style>
span { border-color: #89CABA; }
span { border-color: rgb(137,202,186); }
td.TdClassName
{
border-color: #89CABA;
}
.TagClassName
{
border-color: #89CABA;
}
</style>