Shades of Bermuda #8DC5BB
Tints of Bermuda #8DC5BB
RGB
CMYK
RGB Variations
Color information
#8DC5BB (or 0x8DC5BB) is known color: Bermuda. HEX triplet: 8D, C5 and BB. RGB value is (141,197,187). Sum of RGB (Red+Green+Blue) = 141+197+187=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5BB is #723A44. Grayscale: #B3B3B3. Windows color (decimal): -7486021 or 12305805. OLE color: 12305805.
HSL color Cylindrical-coordinate representation of color #8DC5BB: hue angle of 169.29º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC5BB is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 187 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.23 |
| HSL | 169.29º | 0.33% | 0.66% | - |
| HSV(B) | 169.29º | 0.28% | 0.77% | - |
| XYZ | 39.92 | 49.18 | 54.4 | - |
| YUV | 179.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 187 | 0.28 | 0 | 0.05 | 0.23 | 169.29 | 0.33 | 0.66 |
| Hex | 8D | C5 | BB | 1C | 0 | 5 | 17 | A9 | 21 | 42 |
| Octal | 215 | 305 | 273 | 34 | 0 | 5 | 27 | 251 | 41 | 102 |
| Binary | 10001101 | 11000101 | 10111011 | 11100 | 0 | 101 | 10111 | 10101001 | 100001 | 1000010 |
Color Harmonies of #8DC5BB
Complementary color
Monochromatic Colors of #8DC5BB
Black with #8DC5BB
Text Example
Text Example
White with #8DC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC5BB; }
p { color: rgb(141,197,187); }
H1.HeaderClassName
{
color: #8DC5BB;
}
.AnyTagClassName
{
color: #8DC5BB;
}
</style>
background-color css
<style>
a { background-color: #8DC5BB; }
a { background-color: rgb(141,197,187); }
div.DivClassName
{
background-color: #8DC5BB;
}
.BgClassName
{
background-color: #8DC5BB;
}
</style>
border-color css
<style>
span { border-color: #8DC5BB; }
span { border-color: rgb(141,197,187); }
td.TdClassName
{
border-color: #8DC5BB;
}
.TagClassName
{
border-color: #8DC5BB;
}
</style>