Shades of Bermuda #8BD6BE
Tints of Bermuda #8BD6BE
RGB
CMYK
RGB Variations
Color information
#8BD6BE (or 0x8BD6BE) is known color: Bermuda. HEX triplet: 8B, D6 and BE. RGB value is (139,214,190). Sum of RGB (Red+Green+Blue) = 139+214+190=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6BE is #742941. Grayscale: #BCBCBC. Windows color (decimal): -7612738 or 12506763. OLE color: 12506763.
HSL color Cylindrical-coordinate representation of color #8BD6BE: hue angle of 160.8º 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 #8BD6BE is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 190 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.16 |
| HSL | 160.8º | 0.48% | 0.69% | - |
| HSV(B) | 160.8º | 0.35% | 0.84% | - |
| XYZ | 43.99 | 57.3 | 57.46 | - |
| YUV | 188.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 190 | 0.35 | 0 | 0.11 | 0.16 | 160.8 | 0.48 | 0.69 |
| Hex | 8B | D6 | BE | 23 | 0 | B | 10 | A1 | 30 | 45 |
| Octal | 213 | 326 | 276 | 43 | 0 | 13 | 20 | 241 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10111110 | 100011 | 0 | 1011 | 10000 | 10100001 | 110000 | 1000101 |
Color Harmonies of #8BD6BE
Complementary color
Monochromatic Colors of #8BD6BE
Black with #8BD6BE
Text Example
Text Example
White with #8BD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6BE; }
p { color: rgb(139,214,190); }
H1.HeaderClassName
{
color: #8BD6BE;
}
.AnyTagClassName
{
color: #8BD6BE;
}
</style>
background-color css
<style>
a { background-color: #8BD6BE; }
a { background-color: rgb(139,214,190); }
div.DivClassName
{
background-color: #8BD6BE;
}
.BgClassName
{
background-color: #8BD6BE;
}
</style>
border-color css
<style>
span { border-color: #8BD6BE; }
span { border-color: rgb(139,214,190); }
td.TdClassName
{
border-color: #8BD6BE;
}
.TagClassName
{
border-color: #8BD6BE;
}
</style>