Shades of Bermuda #8DCFBF
Tints of Bermuda #8DCFBF
RGB
CMYK
RGB Variations
Color information
#8DCFBF (or 0x8DCFBF) is known color: Bermuda. HEX triplet: 8D, CF and BF. RGB value is (141,207,191). Sum of RGB (Red+Green+Blue) = 141+207+191=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFBF is #723040. Grayscale: #B9B9B9. Windows color (decimal): -7483457 or 12570509. OLE color: 12570509.
HSL color Cylindrical-coordinate representation of color #8DCFBF: hue angle of 165.45º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFBF is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 191 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.19 |
| HSL | 165.45º | 0.41% | 0.68% | - |
| HSV(B) | 165.45º | 0.32% | 0.81% | - |
| XYZ | 42.7 | 54.05 | 57.47 | - |
| YUV | 185.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 191 | 0.32 | 0 | 0.08 | 0.19 | 165.45 | 0.41 | 0.68 |
| Hex | 8D | CF | BF | 20 | 0 | 8 | 13 | A5 | 29 | 44 |
| Octal | 215 | 317 | 277 | 40 | 0 | 10 | 23 | 245 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10111111 | 100000 | 0 | 1000 | 10011 | 10100101 | 101001 | 1000100 |
Color Harmonies of #8DCFBF
Complementary color
Monochromatic Colors of #8DCFBF
Black with #8DCFBF
Text Example
Text Example
White with #8DCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFBF; }
p { color: rgb(141,207,191); }
H1.HeaderClassName
{
color: #8DCFBF;
}
.AnyTagClassName
{
color: #8DCFBF;
}
</style>
background-color css
<style>
a { background-color: #8DCFBF; }
a { background-color: rgb(141,207,191); }
div.DivClassName
{
background-color: #8DCFBF;
}
.BgClassName
{
background-color: #8DCFBF;
}
</style>
border-color css
<style>
span { border-color: #8DCFBF; }
span { border-color: rgb(141,207,191); }
td.TdClassName
{
border-color: #8DCFBF;
}
.TagClassName
{
border-color: #8DCFBF;
}
</style>