Shades of Bermuda #89CAB5
Tints of Bermuda #89CAB5
RGB
CMYK
RGB Variations
Color information
#89CAB5 (or 0x89CAB5) is known color: Bermuda. HEX triplet: 89, CA and B5. RGB value is (137,202,181). Sum of RGB (Red+Green+Blue) = 137+202+181=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAB5 is #76354A. Grayscale: #B4B4B4. Windows color (decimal): -7746891 or 11913865. OLE color: 11913865.
HSL color Cylindrical-coordinate representation of color #89CAB5: hue angle of 160.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 181 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.21 |
| HSL | 160.62º | 0.38% | 0.66% | - |
| HSV(B) | 160.62º | 0.32% | 0.79% | - |
| XYZ | 39.78 | 50.9 | 51.44 | - |
| YUV | 180.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 181 | 0.32 | 0 | 0.10 | 0.21 | 160.62 | 0.38 | 0.66 |
| Hex | 89 | CA | B5 | 20 | 0 | A | 15 | A1 | 26 | 42 |
| Octal | 211 | 312 | 265 | 40 | 0 | 12 | 25 | 241 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10110101 | 100000 | 0 | 1010 | 10101 | 10100001 | 100110 | 1000010 |
Color Harmonies of #89CAB5
Complementary color
Monochromatic Colors of #89CAB5
Black with #89CAB5
Text Example
Text Example
White with #89CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAB5; }
p { color: rgb(137,202,181); }
H1.HeaderClassName
{
color: #89CAB5;
}
.AnyTagClassName
{
color: #89CAB5;
}
</style>
background-color css
<style>
a { background-color: #89CAB5; }
a { background-color: rgb(137,202,181); }
div.DivClassName
{
background-color: #89CAB5;
}
.BgClassName
{
background-color: #89CAB5;
}
</style>
border-color css
<style>
span { border-color: #89CAB5; }
span { border-color: rgb(137,202,181); }
td.TdClassName
{
border-color: #89CAB5;
}
.TagClassName
{
border-color: #89CAB5;
}
</style>