Shades of Bermuda #8DC7BA
Tints of Bermuda #8DC7BA
RGB
CMYK
RGB Variations
Color information
#8DC7BA (or 0x8DC7BA) is known color: Bermuda. HEX triplet: 8D, C7 and BA. RGB value is (141,199,186). Sum of RGB (Red+Green+Blue) = 141+199+186=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC7BA is #723845. Grayscale: #B4B4B4. Windows color (decimal): -7485510 or 12240781. OLE color: 12240781.
HSL color Cylindrical-coordinate representation of color #8DC7BA: hue angle of 166.55º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC7BA is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 186 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.22 |
| HSL | 166.55º | 0.34% | 0.67% | - |
| HSV(B) | 166.55º | 0.29% | 0.78% | - |
| XYZ | 40.27 | 50.05 | 53.99 | - |
| YUV | 180.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 186 | 0.29 | 0 | 0.07 | 0.22 | 166.55 | 0.34 | 0.67 |
| Hex | 8D | C7 | BA | 1D | 0 | 7 | 16 | A7 | 22 | 43 |
| Octal | 215 | 307 | 272 | 35 | 0 | 7 | 26 | 247 | 42 | 103 |
| Binary | 10001101 | 11000111 | 10111010 | 11101 | 0 | 111 | 10110 | 10100111 | 100010 | 1000011 |
Color Harmonies of #8DC7BA
Complementary color
Monochromatic Colors of #8DC7BA
Black with #8DC7BA
Text Example
Text Example
White with #8DC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC7BA; }
p { color: rgb(141,199,186); }
H1.HeaderClassName
{
color: #8DC7BA;
}
.AnyTagClassName
{
color: #8DC7BA;
}
</style>
background-color css
<style>
a { background-color: #8DC7BA; }
a { background-color: rgb(141,199,186); }
div.DivClassName
{
background-color: #8DC7BA;
}
.BgClassName
{
background-color: #8DC7BA;
}
</style>
border-color css
<style>
span { border-color: #8DC7BA; }
span { border-color: rgb(141,199,186); }
td.TdClassName
{
border-color: #8DC7BA;
}
.TagClassName
{
border-color: #8DC7BA;
}
</style>