Shades of Bermuda #89C3C5
Tints of Bermuda #89C3C5
RGB
CMYK
RGB Variations
Color information
#89C3C5 (or 0x89C3C5) is known color: Bermuda. HEX triplet: 89, C3 and C5. RGB value is (137,195,197). Sum of RGB (Red+Green+Blue) = 137+195+197=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #89C3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C3C5 is #763C3A. Grayscale: #B1B1B1. Windows color (decimal): -7748667 or 12960649. OLE color: 12960649.
HSL color Cylindrical-coordinate representation of color #89C3C5: hue angle of 182º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C3C5 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 195 | 197 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.23 |
| HSL | 182º | 0.34% | 0.65% | - |
| HSV(B) | 182º | 0.3% | 0.77% | - |
| XYZ | 39.91 | 48.38 | 60.06 | - |
| YUV | 177.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 197 | 0.30 | 0.01 | 0 | 0.23 | 182 | 0.34 | 0.65 |
| Hex | 89 | C3 | C5 | 1E | 1 | 0 | 17 | B6 | 22 | 41 |
| Octal | 211 | 303 | 305 | 36 | 1 | 0 | 27 | 266 | 42 | 101 |
| Binary | 10001001 | 11000011 | 11000101 | 11110 | 1 | 0 | 10111 | 10110110 | 100010 | 1000001 |
Color Harmonies of #89C3C5
Complementary color
Monochromatic Colors of #89C3C5
Black with #89C3C5
Text Example
Text Example
White with #89C3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C3C5; }
p { color: rgb(137,195,197); }
H1.HeaderClassName
{
color: #89C3C5;
}
.AnyTagClassName
{
color: #89C3C5;
}
</style>
background-color css
<style>
a { background-color: #89C3C5; }
a { background-color: rgb(137,195,197); }
div.DivClassName
{
background-color: #89C3C5;
}
.BgClassName
{
background-color: #89C3C5;
}
</style>
border-color css
<style>
span { border-color: #89C3C5; }
span { border-color: rgb(137,195,197); }
td.TdClassName
{
border-color: #89C3C5;
}
.TagClassName
{
border-color: #89C3C5;
}
</style>