Shades of Bermuda #89CAB8
Tints of Bermuda #89CAB8
RGB
CMYK
RGB Variations
Color information
#89CAB8 (or 0x89CAB8) is known color: Bermuda. HEX triplet: 89, CA and B8. RGB value is (137,202,184). Sum of RGB (Red+Green+Blue) = 137+202+184=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #89CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CAB8 is #763547. Grayscale: #B4B4B4. Windows color (decimal): -7746888 or 12110473. OLE color: 12110473.
HSL color Cylindrical-coordinate representation of color #89CAB8: hue angle of 163.38º 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 #89CAB8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 184 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.21 |
| HSL | 163.38º | 0.38% | 0.66% | - |
| HSV(B) | 163.38º | 0.32% | 0.79% | - |
| XYZ | 40.09 | 51.02 | 53.08 | - |
| YUV | 180.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 184 | 0.32 | 0 | 0.09 | 0.21 | 163.38 | 0.38 | 0.66 |
| Hex | 89 | CA | B8 | 20 | 0 | 9 | 15 | A3 | 26 | 42 |
| Octal | 211 | 312 | 270 | 40 | 0 | 11 | 25 | 243 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10111000 | 100000 | 0 | 1001 | 10101 | 10100011 | 100110 | 1000010 |
Color Harmonies of #89CAB8
Complementary color
Monochromatic Colors of #89CAB8
Black with #89CAB8
Text Example
Text Example
White with #89CAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CAB8; }
p { color: rgb(137,202,184); }
H1.HeaderClassName
{
color: #89CAB8;
}
.AnyTagClassName
{
color: #89CAB8;
}
</style>
background-color css
<style>
a { background-color: #89CAB8; }
a { background-color: rgb(137,202,184); }
div.DivClassName
{
background-color: #89CAB8;
}
.BgClassName
{
background-color: #89CAB8;
}
</style>
border-color css
<style>
span { border-color: #89CAB8; }
span { border-color: rgb(137,202,184); }
td.TdClassName
{
border-color: #89CAB8;
}
.TagClassName
{
border-color: #89CAB8;
}
</style>