Shades of Bermuda #8DCFBC
Tints of Bermuda #8DCFBC
RGB
CMYK
RGB Variations
Color information
#8DCFBC (or 0x8DCFBC) is known color: Bermuda. HEX triplet: 8D, CF and BC. RGB value is (141,207,188). Sum of RGB (Red+Green+Blue) = 141+207+188=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFBC is #723043. Grayscale: #B9B9B9. Windows color (decimal): -7483460 or 12373901. OLE color: 12373901.
HSL color Cylindrical-coordinate representation of color #8DCFBC: hue angle of 162.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFBC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 188 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.19 |
| HSL | 162.73º | 0.41% | 0.68% | - |
| HSV(B) | 162.73º | 0.32% | 0.81% | - |
| XYZ | 42.37 | 53.92 | 55.75 | - |
| YUV | 185.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 188 | 0.32 | 0 | 0.09 | 0.19 | 162.73 | 0.41 | 0.68 |
| Hex | 8D | CF | BC | 20 | 0 | 9 | 13 | A3 | 29 | 44 |
| Octal | 215 | 317 | 274 | 40 | 0 | 11 | 23 | 243 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10111100 | 100000 | 0 | 1001 | 10011 | 10100011 | 101001 | 1000100 |
Color Harmonies of #8DCFBC
Complementary color
Monochromatic Colors of #8DCFBC
Black with #8DCFBC
Text Example
Text Example
White with #8DCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFBC; }
p { color: rgb(141,207,188); }
H1.HeaderClassName
{
color: #8DCFBC;
}
.AnyTagClassName
{
color: #8DCFBC;
}
</style>
background-color css
<style>
a { background-color: #8DCFBC; }
a { background-color: rgb(141,207,188); }
div.DivClassName
{
background-color: #8DCFBC;
}
.BgClassName
{
background-color: #8DCFBC;
}
</style>
border-color css
<style>
span { border-color: #8DCFBC; }
span { border-color: rgb(141,207,188); }
td.TdClassName
{
border-color: #8DCFBC;
}
.TagClassName
{
border-color: #8DCFBC;
}
</style>