Shades of Bermuda #8BC5BA
Tints of Bermuda #8BC5BA
RGB
CMYK
RGB Variations
Color information
#8BC5BA (or 0x8BC5BA) is known color: Bermuda. HEX triplet: 8B, C5 and BA. RGB value is (139,197,186). Sum of RGB (Red+Green+Blue) = 139+197+186=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5BA is #743A45. Grayscale: #B2B2B2. Windows color (decimal): -7617094 or 12240267. OLE color: 12240267.
HSL color Cylindrical-coordinate representation of color #8BC5BA: hue angle of 168.62º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC5BA is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 186 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.23 |
| HSL | 168.62º | 0.33% | 0.66% | - |
| HSV(B) | 168.62º | 0.29% | 0.77% | - |
| XYZ | 39.48 | 48.97 | 53.83 | - |
| YUV | 178.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 186 | 0.29 | 0 | 0.06 | 0.23 | 168.62 | 0.33 | 0.66 |
| Hex | 8B | C5 | BA | 1D | 0 | 6 | 17 | A9 | 21 | 42 |
| Octal | 213 | 305 | 272 | 35 | 0 | 6 | 27 | 251 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10111010 | 11101 | 0 | 110 | 10111 | 10101001 | 100001 | 1000010 |
Color Harmonies of #8BC5BA
Complementary color
Monochromatic Colors of #8BC5BA
Black with #8BC5BA
Text Example
Text Example
White with #8BC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5BA; }
p { color: rgb(139,197,186); }
H1.HeaderClassName
{
color: #8BC5BA;
}
.AnyTagClassName
{
color: #8BC5BA;
}
</style>
background-color css
<style>
a { background-color: #8BC5BA; }
a { background-color: rgb(139,197,186); }
div.DivClassName
{
background-color: #8BC5BA;
}
.BgClassName
{
background-color: #8BC5BA;
}
</style>
border-color css
<style>
span { border-color: #8BC5BA; }
span { border-color: rgb(139,197,186); }
td.TdClassName
{
border-color: #8BC5BA;
}
.TagClassName
{
border-color: #8BC5BA;
}
</style>