Shades of Bermuda #8BD6BB
Tints of Bermuda #8BD6BB
RGB
CMYK
RGB Variations
Color information
#8BD6BB (or 0x8BD6BB) is known color: Bermuda. HEX triplet: 8B, D6 and BB. RGB value is (139,214,187). Sum of RGB (Red+Green+Blue) = 139+214+187=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6BB is #742944. Grayscale: #BCBCBC. Windows color (decimal): -7612741 or 12310155. OLE color: 12310155.
HSL color Cylindrical-coordinate representation of color #8BD6BB: hue angle of 158.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6BB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 187 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.16 |
| HSL | 158.4º | 0.48% | 0.69% | - |
| HSV(B) | 158.4º | 0.35% | 0.84% | - |
| XYZ | 43.66 | 57.17 | 55.75 | - |
| YUV | 188.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 187 | 0.35 | 0 | 0.13 | 0.16 | 158.4 | 0.48 | 0.69 |
| Hex | 8B | D6 | BB | 23 | 0 | D | 10 | 9E | 30 | 45 |
| Octal | 213 | 326 | 273 | 43 | 0 | 15 | 20 | 236 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10111011 | 100011 | 0 | 1101 | 10000 | 10011110 | 110000 | 1000101 |
Color Harmonies of #8BD6BB
Complementary color
Monochromatic Colors of #8BD6BB
Black with #8BD6BB
Text Example
Text Example
White with #8BD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6BB; }
p { color: rgb(139,214,187); }
H1.HeaderClassName
{
color: #8BD6BB;
}
.AnyTagClassName
{
color: #8BD6BB;
}
</style>
background-color css
<style>
a { background-color: #8BD6BB; }
a { background-color: rgb(139,214,187); }
div.DivClassName
{
background-color: #8BD6BB;
}
.BgClassName
{
background-color: #8BD6BB;
}
</style>
border-color css
<style>
span { border-color: #8BD6BB; }
span { border-color: rgb(139,214,187); }
td.TdClassName
{
border-color: #8BD6BB;
}
.TagClassName
{
border-color: #8BD6BB;
}
</style>