Shades of Bermuda #8BC6B9
Tints of Bermuda #8BC6B9
RGB
CMYK
RGB Variations
Color information
#8BC6B9 (or 0x8BC6B9) is known color: Bermuda. HEX triplet: 8B, C6 and B9. RGB value is (139,198,185). Sum of RGB (Red+Green+Blue) = 139+198+185=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC6B9 is #743946. Grayscale: #B2B2B2. Windows color (decimal): -7616839 or 12174987. OLE color: 12174987.
HSL color Cylindrical-coordinate representation of color #8BC6B9: hue angle of 166.78º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC6B9 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 185 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.22 |
| HSL | 166.78º | 0.34% | 0.66% | - |
| HSV(B) | 166.78º | 0.3% | 0.78% | - |
| XYZ | 39.6 | 49.38 | 53.34 | - |
| YUV | 178.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 185 | 0.30 | 0 | 0.07 | 0.22 | 166.78 | 0.34 | 0.66 |
| Hex | 8B | C6 | B9 | 1E | 0 | 7 | 16 | A7 | 22 | 42 |
| Octal | 213 | 306 | 271 | 36 | 0 | 7 | 26 | 247 | 42 | 102 |
| Binary | 10001011 | 11000110 | 10111001 | 11110 | 0 | 111 | 10110 | 10100111 | 100010 | 1000010 |
Color Harmonies of #8BC6B9
Complementary color
Monochromatic Colors of #8BC6B9
Black with #8BC6B9
Text Example
Text Example
White with #8BC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC6B9; }
p { color: rgb(139,198,185); }
H1.HeaderClassName
{
color: #8BC6B9;
}
.AnyTagClassName
{
color: #8BC6B9;
}
</style>
background-color css
<style>
a { background-color: #8BC6B9; }
a { background-color: rgb(139,198,185); }
div.DivClassName
{
background-color: #8BC6B9;
}
.BgClassName
{
background-color: #8BC6B9;
}
</style>
border-color css
<style>
span { border-color: #8BC6B9; }
span { border-color: rgb(139,198,185); }
td.TdClassName
{
border-color: #8BC6B9;
}
.TagClassName
{
border-color: #8BC6B9;
}
</style>