Shades of Bermuda #89D0C8
Tints of Bermuda #89D0C8
RGB
CMYK
RGB Variations
Color information
#89D0C8 (or 0x89D0C8) is known color: Bermuda. HEX triplet: 89, D0 and C8. RGB value is (137,208,200). Sum of RGB (Red+Green+Blue) = 137+208+200=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0C8 is #762F37. Grayscale: #B9B9B9. Windows color (decimal): -7745336 or 13160585. OLE color: 13160585.
HSL color Cylindrical-coordinate representation of color #89D0C8: hue angle of 173.24º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D0C8 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 200 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.18 |
| HSL | 173.24º | 0.43% | 0.68% | - |
| HSV(B) | 173.24º | 0.34% | 0.82% | - |
| XYZ | 43.3 | 54.6 | 62.9 | - |
| YUV | 185.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 200 | 0.34 | 0 | 0.04 | 0.18 | 173.24 | 0.43 | 0.68 |
| Hex | 89 | D0 | C8 | 22 | 0 | 4 | 12 | AD | 2B | 44 |
| Octal | 211 | 320 | 310 | 42 | 0 | 4 | 22 | 255 | 53 | 104 |
| Binary | 10001001 | 11010000 | 11001000 | 100010 | 0 | 100 | 10010 | 10101101 | 101011 | 1000100 |
Color Harmonies of #89D0C8
Complementary color
Monochromatic Colors of #89D0C8
Black with #89D0C8
Text Example
Text Example
White with #89D0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D0C8; }
p { color: rgb(137,208,200); }
H1.HeaderClassName
{
color: #89D0C8;
}
.AnyTagClassName
{
color: #89D0C8;
}
</style>
background-color css
<style>
a { background-color: #89D0C8; }
a { background-color: rgb(137,208,200); }
div.DivClassName
{
background-color: #89D0C8;
}
.BgClassName
{
background-color: #89D0C8;
}
</style>
border-color css
<style>
span { border-color: #89D0C8; }
span { border-color: rgb(137,208,200); }
td.TdClassName
{
border-color: #89D0C8;
}
.TagClassName
{
border-color: #89D0C8;
}
</style>