Shades of Bermuda #8CC6B9
Tints of Bermuda #8CC6B9
RGB
CMYK
RGB Variations
Color information
#8CC6B9 (or 0x8CC6B9) is known color: Bermuda. HEX triplet: 8C, C6 and B9. RGB value is (140,198,185). Sum of RGB (Red+Green+Blue) = 140+198+185=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6B9 is #733946. Grayscale: #B3B3B3. Windows color (decimal): -7551303 or 12174988. OLE color: 12174988.
HSL color Cylindrical-coordinate representation of color #8CC6B9: hue angle of 166.55º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC6B9 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 185 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.22 |
| HSL | 166.55º | 0.34% | 0.66% | - |
| HSV(B) | 166.55º | 0.29% | 0.78% | - |
| XYZ | 39.77 | 49.47 | 53.35 | - |
| YUV | 179.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 185 | 0.29 | 0 | 0.07 | 0.22 | 166.55 | 0.34 | 0.66 |
| Hex | 8C | C6 | B9 | 1D | 0 | 7 | 16 | A7 | 22 | 42 |
| Octal | 214 | 306 | 271 | 35 | 0 | 7 | 26 | 247 | 42 | 102 |
| Binary | 10001100 | 11000110 | 10111001 | 11101 | 0 | 111 | 10110 | 10100111 | 100010 | 1000010 |
Color Harmonies of #8CC6B9
Complementary color
Monochromatic Colors of #8CC6B9
Black with #8CC6B9
Text Example
Text Example
White with #8CC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC6B9; }
p { color: rgb(140,198,185); }
H1.HeaderClassName
{
color: #8CC6B9;
}
.AnyTagClassName
{
color: #8CC6B9;
}
</style>
background-color css
<style>
a { background-color: #8CC6B9; }
a { background-color: rgb(140,198,185); }
div.DivClassName
{
background-color: #8CC6B9;
}
.BgClassName
{
background-color: #8CC6B9;
}
</style>
border-color css
<style>
span { border-color: #8CC6B9; }
span { border-color: rgb(140,198,185); }
td.TdClassName
{
border-color: #8CC6B9;
}
.TagClassName
{
border-color: #8CC6B9;
}
</style>