Shades of Bermuda #89CBC5
Tints of Bermuda #89CBC5
RGB
CMYK
RGB Variations
Color information
#89CBC5 (or 0x89CBC5) is known color: Bermuda. HEX triplet: 89, CB and C5. RGB value is (137,203,197). Sum of RGB (Red+Green+Blue) = 137+203+197=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBC5 is #76343A. Grayscale: #B6B6B6. Windows color (decimal): -7746619 or 12962697. OLE color: 12962697.
HSL color Cylindrical-coordinate representation of color #89CBC5: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CBC5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 197 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.20 |
| HSL | 174.55º | 0.39% | 0.67% | - |
| HSV(B) | 174.55º | 0.33% | 0.8% | - |
| XYZ | 41.75 | 52.06 | 60.67 | - |
| YUV | 182.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 197 | 0.33 | 0 | 0.03 | 0.20 | 174.55 | 0.39 | 0.67 |
| Hex | 89 | CB | C5 | 21 | 0 | 3 | 14 | AF | 27 | 43 |
| Octal | 211 | 313 | 305 | 41 | 0 | 3 | 24 | 257 | 47 | 103 |
| Binary | 10001001 | 11001011 | 11000101 | 100001 | 0 | 11 | 10100 | 10101111 | 100111 | 1000011 |
Color Harmonies of #89CBC5
Complementary color
Monochromatic Colors of #89CBC5
Black with #89CBC5
Text Example
Text Example
White with #89CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBC5; }
p { color: rgb(137,203,197); }
H1.HeaderClassName
{
color: #89CBC5;
}
.AnyTagClassName
{
color: #89CBC5;
}
</style>
background-color css
<style>
a { background-color: #89CBC5; }
a { background-color: rgb(137,203,197); }
div.DivClassName
{
background-color: #89CBC5;
}
.BgClassName
{
background-color: #89CBC5;
}
</style>
border-color css
<style>
span { border-color: #89CBC5; }
span { border-color: rgb(137,203,197); }
td.TdClassName
{
border-color: #89CBC5;
}
.TagClassName
{
border-color: #89CBC5;
}
</style>