Shades of Bermuda #8BD8BA
Tints of Bermuda #8BD8BA
RGB
CMYK
RGB Variations
Color information
#8BD8BA (or 0x8BD8BA) is known color: Bermuda. HEX triplet: 8B, D8 and BA. RGB value is (139,216,186). Sum of RGB (Red+Green+Blue) = 139+216+186=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD8BA is #742745. Grayscale: #BDBDBD. Windows color (decimal): -7612230 or 12245131. OLE color: 12245131.
HSL color Cylindrical-coordinate representation of color #8BD8BA: hue angle of 156.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD8BA is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 216 | 186 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.15 |
| HSL | 156.62º | 0.5% | 0.7% | - |
| HSV(B) | 156.62º | 0.36% | 0.85% | - |
| XYZ | 44.07 | 58.15 | 55.36 | - |
| YUV | 189.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 216 | 186 | 0.36 | 0 | 0.14 | 0.15 | 156.62 | 0.5 | 0.7 |
| Hex | 8B | D8 | BA | 24 | 0 | E | F | 9D | 32 | 46 |
| Octal | 213 | 330 | 272 | 44 | 0 | 16 | 17 | 235 | 62 | 106 |
| Binary | 10001011 | 11011000 | 10111010 | 100100 | 0 | 1110 | 1111 | 10011101 | 110010 | 1000110 |
Color Harmonies of #8BD8BA
Complementary color
Monochromatic Colors of #8BD8BA
Black with #8BD8BA
Text Example
Text Example
White with #8BD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD8BA; }
p { color: rgb(139,216,186); }
H1.HeaderClassName
{
color: #8BD8BA;
}
.AnyTagClassName
{
color: #8BD8BA;
}
</style>
background-color css
<style>
a { background-color: #8BD8BA; }
a { background-color: rgb(139,216,186); }
div.DivClassName
{
background-color: #8BD8BA;
}
.BgClassName
{
background-color: #8BD8BA;
}
</style>
border-color css
<style>
span { border-color: #8BD8BA; }
span { border-color: rgb(139,216,186); }
td.TdClassName
{
border-color: #8BD8BA;
}
.TagClassName
{
border-color: #8BD8BA;
}
</style>