Shades of Bermuda #89C8C0
Tints of Bermuda #89C8C0
RGB
CMYK
RGB Variations
Color information
#89C8C0 (or 0x89C8C0) is known color: Bermuda. HEX triplet: 89, C8 and C0. RGB value is (137,200,192). Sum of RGB (Red+Green+Blue) = 137+200+192=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C8C0 is #76373F. Grayscale: #B4B4B4. Windows color (decimal): -7747392 or 12634249. OLE color: 12634249.
HSL color Cylindrical-coordinate representation of color #89C8C0: hue angle of 172.38º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8C0 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 200 | 192 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.22 |
| HSL | 172.38º | 0.36% | 0.66% | - |
| HSV(B) | 172.38º | 0.32% | 0.78% | - |
| XYZ | 40.49 | 50.43 | 57.47 | - |
| YUV | 180.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 192 | 0.32 | 0 | 0.04 | 0.22 | 172.38 | 0.36 | 0.66 |
| Hex | 89 | C8 | C0 | 20 | 0 | 4 | 16 | AC | 24 | 42 |
| Octal | 211 | 310 | 300 | 40 | 0 | 4 | 26 | 254 | 44 | 102 |
| Binary | 10001001 | 11001000 | 11000000 | 100000 | 0 | 100 | 10110 | 10101100 | 100100 | 1000010 |
Color Harmonies of #89C8C0
Complementary color
Monochromatic Colors of #89C8C0
Black with #89C8C0
Text Example
Text Example
White with #89C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C8C0; }
p { color: rgb(137,200,192); }
H1.HeaderClassName
{
color: #89C8C0;
}
.AnyTagClassName
{
color: #89C8C0;
}
</style>
background-color css
<style>
a { background-color: #89C8C0; }
a { background-color: rgb(137,200,192); }
div.DivClassName
{
background-color: #89C8C0;
}
.BgClassName
{
background-color: #89C8C0;
}
</style>
border-color css
<style>
span { border-color: #89C8C0; }
span { border-color: rgb(137,200,192); }
td.TdClassName
{
border-color: #89C8C0;
}
.TagClassName
{
border-color: #89C8C0;
}
</style>