Shades of Bermuda #8DCCBA
Tints of Bermuda #8DCCBA
RGB
CMYK
RGB Variations
Color information
#8DCCBA (or 0x8DCCBA) is known color: Bermuda. HEX triplet: 8D, CC and BA. RGB value is (141,204,186). Sum of RGB (Red+Green+Blue) = 141+204+186=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCBA is #723345. Grayscale: #B7B7B7. Windows color (decimal): -7484230 or 12242061. OLE color: 12242061.
HSL color Cylindrical-coordinate representation of color #8DCCBA: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCCBA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 186 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.2 |
| HSL | 162.86º | 0.38% | 0.68% | - |
| HSV(B) | 162.86º | 0.31% | 0.8% | - |
| XYZ | 41.44 | 52.39 | 54.38 | - |
| YUV | 183.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 186 | 0.31 | 0 | 0.09 | 0.2 | 162.86 | 0.38 | 0.68 |
| Hex | 8D | CC | BA | 1F | 0 | 9 | 14 | A3 | 26 | 44 |
| Octal | 215 | 314 | 272 | 37 | 0 | 11 | 24 | 243 | 46 | 104 |
| Binary | 10001101 | 11001100 | 10111010 | 11111 | 0 | 1001 | 10100 | 10100011 | 100110 | 1000100 |
Color Harmonies of #8DCCBA
Complementary color
Monochromatic Colors of #8DCCBA
Black with #8DCCBA
Text Example
Text Example
White with #8DCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCBA; }
p { color: rgb(141,204,186); }
H1.HeaderClassName
{
color: #8DCCBA;
}
.AnyTagClassName
{
color: #8DCCBA;
}
</style>
background-color css
<style>
a { background-color: #8DCCBA; }
a { background-color: rgb(141,204,186); }
div.DivClassName
{
background-color: #8DCCBA;
}
.BgClassName
{
background-color: #8DCCBA;
}
</style>
border-color css
<style>
span { border-color: #8DCCBA; }
span { border-color: rgb(141,204,186); }
td.TdClassName
{
border-color: #8DCCBA;
}
.TagClassName
{
border-color: #8DCCBA;
}
</style>