Shades of Bermuda #8DC6BB
Tints of Bermuda #8DC6BB
RGB
CMYK
RGB Variations
Color information
#8DC6BB (or 0x8DC6BB) is known color: Bermuda. HEX triplet: 8D, C6 and BB. RGB value is (141,198,187). Sum of RGB (Red+Green+Blue) = 141+198+187=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC6BB is #723944. Grayscale: #B3B3B3. Windows color (decimal): -7485765 or 12306061. OLE color: 12306061.
HSL color Cylindrical-coordinate representation of color #8DC6BB: hue angle of 168.42º degrees, saturation: 0.33, 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 #8DC6BB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 187 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.22 |
| HSL | 168.42º | 0.33% | 0.66% | - |
| HSV(B) | 168.42º | 0.29% | 0.78% | - |
| XYZ | 40.15 | 49.64 | 54.48 | - |
| YUV | 179.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 187 | 0.29 | 0 | 0.06 | 0.22 | 168.42 | 0.33 | 0.66 |
| Hex | 8D | C6 | BB | 1D | 0 | 6 | 16 | A8 | 21 | 42 |
| Octal | 215 | 306 | 273 | 35 | 0 | 6 | 26 | 250 | 41 | 102 |
| Binary | 10001101 | 11000110 | 10111011 | 11101 | 0 | 110 | 10110 | 10101000 | 100001 | 1000010 |
Color Harmonies of #8DC6BB
Complementary color
Monochromatic Colors of #8DC6BB
Black with #8DC6BB
Text Example
Text Example
White with #8DC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC6BB; }
p { color: rgb(141,198,187); }
H1.HeaderClassName
{
color: #8DC6BB;
}
.AnyTagClassName
{
color: #8DC6BB;
}
</style>
background-color css
<style>
a { background-color: #8DC6BB; }
a { background-color: rgb(141,198,187); }
div.DivClassName
{
background-color: #8DC6BB;
}
.BgClassName
{
background-color: #8DC6BB;
}
</style>
border-color css
<style>
span { border-color: #8DC6BB; }
span { border-color: rgb(141,198,187); }
td.TdClassName
{
border-color: #8DC6BB;
}
.TagClassName
{
border-color: #8DC6BB;
}
</style>