Shades of Bermuda #89D0C3
Tints of Bermuda #89D0C3
RGB
CMYK
RGB Variations
Color information
#89D0C3 (or 0x89D0C3) is known color: Bermuda. HEX triplet: 89, D0 and C3. RGB value is (137,208,195). Sum of RGB (Red+Green+Blue) = 137+208+195=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #89D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0C3 is #762F3C. Grayscale: #B9B9B9. Windows color (decimal): -7745341 or 12832905. OLE color: 12832905.
HSL color Cylindrical-coordinate representation of color #89D0C3: hue angle of 169.01º 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 #89D0C3 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 195 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.18 |
| HSL | 169.01º | 0.43% | 0.68% | - |
| HSV(B) | 169.01º | 0.34% | 0.82% | - |
| XYZ | 42.72 | 54.37 | 59.87 | - |
| YUV | 185.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 195 | 0.34 | 0 | 0.06 | 0.18 | 169.01 | 0.43 | 0.68 |
| Hex | 89 | D0 | C3 | 22 | 0 | 6 | 12 | A9 | 2B | 44 |
| Octal | 211 | 320 | 303 | 42 | 0 | 6 | 22 | 251 | 53 | 104 |
| Binary | 10001001 | 11010000 | 11000011 | 100010 | 0 | 110 | 10010 | 10101001 | 101011 | 1000100 |
Color Harmonies of #89D0C3
Complementary color
Monochromatic Colors of #89D0C3
Black with #89D0C3
Text Example
Text Example
White with #89D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D0C3; }
p { color: rgb(137,208,195); }
H1.HeaderClassName
{
color: #89D0C3;
}
.AnyTagClassName
{
color: #89D0C3;
}
</style>
background-color css
<style>
a { background-color: #89D0C3; }
a { background-color: rgb(137,208,195); }
div.DivClassName
{
background-color: #89D0C3;
}
.BgClassName
{
background-color: #89D0C3;
}
</style>
border-color css
<style>
span { border-color: #89D0C3; }
span { border-color: rgb(137,208,195); }
td.TdClassName
{
border-color: #89D0C3;
}
.TagClassName
{
border-color: #89D0C3;
}
</style>