Shades of Bermuda #8DD0BB
Tints of Bermuda #8DD0BB
RGB
CMYK
RGB Variations
Color information
#8DD0BB (or 0x8DD0BB) is known color: Bermuda. HEX triplet: 8D, D0 and BB. RGB value is (141,208,187). Sum of RGB (Red+Green+Blue) = 141+208+187=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0BB is #722F44. Grayscale: #B9B9B9. Windows color (decimal): -7483205 or 12308621. OLE color: 12308621.
HSL color Cylindrical-coordinate representation of color #8DD0BB: hue angle of 161.19º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0BB is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 187 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.18 |
| HSL | 161.19º | 0.42% | 0.68% | - |
| HSV(B) | 161.19º | 0.32% | 0.82% | - |
| XYZ | 42.51 | 54.36 | 55.27 | - |
| YUV | 185.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 187 | 0.32 | 0 | 0.10 | 0.18 | 161.19 | 0.42 | 0.68 |
| Hex | 8D | D0 | BB | 20 | 0 | A | 12 | A1 | 2A | 44 |
| Octal | 215 | 320 | 273 | 40 | 0 | 12 | 22 | 241 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10111011 | 100000 | 0 | 1010 | 10010 | 10100001 | 101010 | 1000100 |
Color Harmonies of #8DD0BB
Complementary color
Monochromatic Colors of #8DD0BB
Black with #8DD0BB
Text Example
Text Example
White with #8DD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0BB; }
p { color: rgb(141,208,187); }
H1.HeaderClassName
{
color: #8DD0BB;
}
.AnyTagClassName
{
color: #8DD0BB;
}
</style>
background-color css
<style>
a { background-color: #8DD0BB; }
a { background-color: rgb(141,208,187); }
div.DivClassName
{
background-color: #8DD0BB;
}
.BgClassName
{
background-color: #8DD0BB;
}
</style>
border-color css
<style>
span { border-color: #8DD0BB; }
span { border-color: rgb(141,208,187); }
td.TdClassName
{
border-color: #8DD0BB;
}
.TagClassName
{
border-color: #8DD0BB;
}
</style>