Shades of Bermuda #8DCDBC
Tints of Bermuda #8DCDBC
RGB
CMYK
RGB Variations
Color information
#8DCDBC (or 0x8DCDBC) is known color: Bermuda. HEX triplet: 8D, CD and BC. RGB value is (141,205,188). Sum of RGB (Red+Green+Blue) = 141+205+188=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDBC is #723243. Grayscale: #B7B7B7. Windows color (decimal): -7483972 or 12373389. OLE color: 12373389.
HSL color Cylindrical-coordinate representation of color #8DCDBC: hue angle of 164.06º degrees, saturation: 0.39, 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 #8DCDBC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 188 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.20 |
| HSL | 164.06º | 0.39% | 0.68% | - |
| HSV(B) | 164.06º | 0.31% | 0.8% | - |
| XYZ | 41.89 | 52.96 | 55.59 | - |
| YUV | 183.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 188 | 0.31 | 0 | 0.08 | 0.20 | 164.06 | 0.39 | 0.68 |
| Hex | 8D | CD | BC | 1F | 0 | 8 | 14 | A4 | 27 | 44 |
| Octal | 215 | 315 | 274 | 37 | 0 | 10 | 24 | 244 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10111100 | 11111 | 0 | 1000 | 10100 | 10100100 | 100111 | 1000100 |
Color Harmonies of #8DCDBC
Complementary color
Monochromatic Colors of #8DCDBC
Black with #8DCDBC
Text Example
Text Example
White with #8DCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDBC; }
p { color: rgb(141,205,188); }
H1.HeaderClassName
{
color: #8DCDBC;
}
.AnyTagClassName
{
color: #8DCDBC;
}
</style>
background-color css
<style>
a { background-color: #8DCDBC; }
a { background-color: rgb(141,205,188); }
div.DivClassName
{
background-color: #8DCDBC;
}
.BgClassName
{
background-color: #8DCDBC;
}
</style>
border-color css
<style>
span { border-color: #8DCDBC; }
span { border-color: rgb(141,205,188); }
td.TdClassName
{
border-color: #8DCDBC;
}
.TagClassName
{
border-color: #8DCDBC;
}
</style>