Shades of Bermuda #8BC4BA
Tints of Bermuda #8BC4BA
RGB
CMYK
RGB Variations
Color information
#8BC4BA (or 0x8BC4BA) is known color: Bermuda. HEX triplet: 8B, C4 and BA. RGB value is (139,196,186). Sum of RGB (Red+Green+Blue) = 139+196+186=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4BA is #743B45. Grayscale: #B1B1B1. Windows color (decimal): -7617350 or 12240011. OLE color: 12240011.
HSL color Cylindrical-coordinate representation of color #8BC4BA: hue angle of 169.47º 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 #8BC4BA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 186 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.23 |
| HSL | 169.47º | 0.33% | 0.66% | - |
| HSV(B) | 169.47º | 0.29% | 0.77% | - |
| XYZ | 39.25 | 48.51 | 53.75 | - |
| YUV | 177.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 186 | 0.29 | 0 | 0.05 | 0.23 | 169.47 | 0.33 | 0.66 |
| Hex | 8B | C4 | BA | 1D | 0 | 5 | 17 | A9 | 21 | 42 |
| Octal | 213 | 304 | 272 | 35 | 0 | 5 | 27 | 251 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10111010 | 11101 | 0 | 101 | 10111 | 10101001 | 100001 | 1000010 |
Color Harmonies of #8BC4BA
Complementary color
Monochromatic Colors of #8BC4BA
Black with #8BC4BA
Text Example
Text Example
White with #8BC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC4BA; }
p { color: rgb(139,196,186); }
H1.HeaderClassName
{
color: #8BC4BA;
}
.AnyTagClassName
{
color: #8BC4BA;
}
</style>
background-color css
<style>
a { background-color: #8BC4BA; }
a { background-color: rgb(139,196,186); }
div.DivClassName
{
background-color: #8BC4BA;
}
.BgClassName
{
background-color: #8BC4BA;
}
</style>
border-color css
<style>
span { border-color: #8BC4BA; }
span { border-color: rgb(139,196,186); }
td.TdClassName
{
border-color: #8BC4BA;
}
.TagClassName
{
border-color: #8BC4BA;
}
</style>