Shades of Bermuda #89CEC0
Tints of Bermuda #89CEC0
RGB
CMYK
RGB Variations
Color information
#89CEC0 (or 0x89CEC0) is known color: Bermuda. HEX triplet: 89, CE and C0. RGB value is (137,206,192). Sum of RGB (Red+Green+Blue) = 137+206+192=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEC0 is #76313F. Grayscale: #B7B7B7. Windows color (decimal): -7745856 or 12635785. OLE color: 12635785.
HSL color Cylindrical-coordinate representation of color #89CEC0: hue angle of 167.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEC0 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 192 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.19 |
| HSL | 167.83º | 0.41% | 0.67% | - |
| HSV(B) | 167.83º | 0.33% | 0.81% | - |
| XYZ | 41.9 | 53.27 | 57.94 | - |
| YUV | 183.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 192 | 0.33 | 0 | 0.07 | 0.19 | 167.83 | 0.41 | 0.67 |
| Hex | 89 | CE | C0 | 21 | 0 | 7 | 13 | A8 | 29 | 43 |
| Octal | 211 | 316 | 300 | 41 | 0 | 7 | 23 | 250 | 51 | 103 |
| Binary | 10001001 | 11001110 | 11000000 | 100001 | 0 | 111 | 10011 | 10101000 | 101001 | 1000011 |
Color Harmonies of #89CEC0
Complementary color
Monochromatic Colors of #89CEC0
Black with #89CEC0
Text Example
Text Example
White with #89CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEC0; }
p { color: rgb(137,206,192); }
H1.HeaderClassName
{
color: #89CEC0;
}
.AnyTagClassName
{
color: #89CEC0;
}
</style>
background-color css
<style>
a { background-color: #89CEC0; }
a { background-color: rgb(137,206,192); }
div.DivClassName
{
background-color: #89CEC0;
}
.BgClassName
{
background-color: #89CEC0;
}
</style>
border-color css
<style>
span { border-color: #89CEC0; }
span { border-color: rgb(137,206,192); }
td.TdClassName
{
border-color: #89CEC0;
}
.TagClassName
{
border-color: #89CEC0;
}
</style>