Shades of Bermuda #89CDB9
Tints of Bermuda #89CDB9
RGB
CMYK
RGB Variations
Color information
#89CDB9 (or 0x89CDB9) is known color: Bermuda. HEX triplet: 89, CD and B9. RGB value is (137,205,185). Sum of RGB (Red+Green+Blue) = 137+205+185=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDB9 is #763246. Grayscale: #B6B6B6. Windows color (decimal): -7746119 or 12176777. OLE color: 12176777.
HSL color Cylindrical-coordinate representation of color #89CDB9: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDB9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 185 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.20 |
| HSL | 162.35º | 0.4% | 0.67% | - |
| HSV(B) | 162.35º | 0.33% | 0.8% | - |
| XYZ | 40.9 | 52.48 | 53.87 | - |
| YUV | 182.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 185 | 0.33 | 0 | 0.10 | 0.20 | 162.35 | 0.4 | 0.67 |
| Hex | 89 | CD | B9 | 21 | 0 | A | 14 | A2 | 28 | 43 |
| Octal | 211 | 315 | 271 | 41 | 0 | 12 | 24 | 242 | 50 | 103 |
| Binary | 10001001 | 11001101 | 10111001 | 100001 | 0 | 1010 | 10100 | 10100010 | 101000 | 1000011 |
Color Harmonies of #89CDB9
Complementary color
Monochromatic Colors of #89CDB9
Black with #89CDB9
Text Example
Text Example
White with #89CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDB9; }
p { color: rgb(137,205,185); }
H1.HeaderClassName
{
color: #89CDB9;
}
.AnyTagClassName
{
color: #89CDB9;
}
</style>
background-color css
<style>
a { background-color: #89CDB9; }
a { background-color: rgb(137,205,185); }
div.DivClassName
{
background-color: #89CDB9;
}
.BgClassName
{
background-color: #89CDB9;
}
</style>
border-color css
<style>
span { border-color: #89CDB9; }
span { border-color: rgb(137,205,185); }
td.TdClassName
{
border-color: #89CDB9;
}
.TagClassName
{
border-color: #89CDB9;
}
</style>