Shades of Bermuda #8DC5BF
Tints of Bermuda #8DC5BF
RGB
CMYK
RGB Variations
Color information
#8DC5BF (or 0x8DC5BF) is known color: Bermuda. HEX triplet: 8D, C5 and BF. RGB value is (141,197,191). Sum of RGB (Red+Green+Blue) = 141+197+191=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC5BF is #723A40. Grayscale: #B3B3B3. Windows color (decimal): -7486017 or 12567949. OLE color: 12567949.
HSL color Cylindrical-coordinate representation of color #8DC5BF: hue angle of 173.57º 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 #8DC5BF is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 191 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.23 |
| HSL | 173.57º | 0.33% | 0.66% | - |
| HSV(B) | 173.57º | 0.28% | 0.77% | - |
| XYZ | 40.35 | 49.36 | 56.69 | - |
| YUV | 179.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 191 | 0.28 | 0 | 0.03 | 0.23 | 173.57 | 0.33 | 0.66 |
| Hex | 8D | C5 | BF | 1C | 0 | 3 | 17 | AE | 21 | 42 |
| Octal | 215 | 305 | 277 | 34 | 0 | 3 | 27 | 256 | 41 | 102 |
| Binary | 10001101 | 11000101 | 10111111 | 11100 | 0 | 11 | 10111 | 10101110 | 100001 | 1000010 |
Color Harmonies of #8DC5BF
Complementary color
Monochromatic Colors of #8DC5BF
Black with #8DC5BF
Text Example
Text Example
White with #8DC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC5BF; }
p { color: rgb(141,197,191); }
H1.HeaderClassName
{
color: #8DC5BF;
}
.AnyTagClassName
{
color: #8DC5BF;
}
</style>
background-color css
<style>
a { background-color: #8DC5BF; }
a { background-color: rgb(141,197,191); }
div.DivClassName
{
background-color: #8DC5BF;
}
.BgClassName
{
background-color: #8DC5BF;
}
</style>
border-color css
<style>
span { border-color: #8DC5BF; }
span { border-color: rgb(141,197,191); }
td.TdClassName
{
border-color: #8DC5BF;
}
.TagClassName
{
border-color: #8DC5BF;
}
</style>