Shades of Bermuda #89CAC6
Tints of Bermuda #89CAC6
RGB
CMYK
RGB Variations
Color information
#89CAC6 (or 0x89CAC6) is known color: Bermuda. HEX triplet: 89, CA and C6. RGB value is (137,202,198). Sum of RGB (Red+Green+Blue) = 137+202+198=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAC6 is #763539. Grayscale: #B6B6B6. Windows color (decimal): -7746874 or 13027977. OLE color: 13027977.
HSL color Cylindrical-coordinate representation of color #89CAC6: hue angle of 176.31º 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 #89CAC6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 198 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.21 |
| HSL | 176.31º | 0.38% | 0.66% | - |
| HSV(B) | 176.31º | 0.32% | 0.79% | - |
| XYZ | 41.63 | 51.64 | 61.2 | - |
| YUV | 182.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 198 | 0.32 | 0 | 0.02 | 0.21 | 176.31 | 0.38 | 0.66 |
| Hex | 89 | CA | C6 | 20 | 0 | 2 | 15 | B0 | 26 | 42 |
| Octal | 211 | 312 | 306 | 40 | 0 | 2 | 25 | 260 | 46 | 102 |
| Binary | 10001001 | 11001010 | 11000110 | 100000 | 0 | 10 | 10101 | 10110000 | 100110 | 1000010 |
Color Harmonies of #89CAC6
Complementary color
Monochromatic Colors of #89CAC6
Black with #89CAC6
Text Example
Text Example
White with #89CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAC6; }
p { color: rgb(137,202,198); }
H1.HeaderClassName
{
color: #89CAC6;
}
.AnyTagClassName
{
color: #89CAC6;
}
</style>
background-color css
<style>
a { background-color: #89CAC6; }
a { background-color: rgb(137,202,198); }
div.DivClassName
{
background-color: #89CAC6;
}
.BgClassName
{
background-color: #89CAC6;
}
</style>
border-color css
<style>
span { border-color: #89CAC6; }
span { border-color: rgb(137,202,198); }
td.TdClassName
{
border-color: #89CAC6;
}
.TagClassName
{
border-color: #89CAC6;
}
</style>