Shades of Bermuda #8BD7BE
Tints of Bermuda #8BD7BE
RGB
CMYK
RGB Variations
Color information
#8BD7BE (or 0x8BD7BE) is known color: Bermuda. HEX triplet: 8B, D7 and BE. RGB value is (139,215,190). Sum of RGB (Red+Green+Blue) = 139+215+190=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7BE is #742841. Grayscale: #BDBDBD. Windows color (decimal): -7612482 or 12507019. OLE color: 12507019.
HSL color Cylindrical-coordinate representation of color #8BD7BE: hue angle of 160.26º degrees, saturation: 0.49, 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 #8BD7BE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 215 | 190 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.16 |
| HSL | 160.26º | 0.49% | 0.69% | - |
| HSV(B) | 160.26º | 0.35% | 0.84% | - |
| XYZ | 44.24 | 57.81 | 57.54 | - |
| YUV | 189.43 | 128.32 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 190 | 0.35 | 0 | 0.12 | 0.16 | 160.26 | 0.49 | 0.69 |
| Hex | 8B | D7 | BE | 23 | 0 | C | 10 | A0 | 31 | 45 |
| Octal | 213 | 327 | 276 | 43 | 0 | 14 | 20 | 240 | 61 | 105 |
| Binary | 10001011 | 11010111 | 10111110 | 100011 | 0 | 1100 | 10000 | 10100000 | 110001 | 1000101 |
Color Harmonies of #8BD7BE
Complementary color
Monochromatic Colors of #8BD7BE
Black with #8BD7BE
Text Example
Text Example
White with #8BD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7BE; }
p { color: rgb(139,215,190); }
H1.HeaderClassName
{
color: #8BD7BE;
}
.AnyTagClassName
{
color: #8BD7BE;
}
</style>
background-color css
<style>
a { background-color: #8BD7BE; }
a { background-color: rgb(139,215,190); }
div.DivClassName
{
background-color: #8BD7BE;
}
.BgClassName
{
background-color: #8BD7BE;
}
</style>
border-color css
<style>
span { border-color: #8BD7BE; }
span { border-color: rgb(139,215,190); }
td.TdClassName
{
border-color: #8BD7BE;
}
.TagClassName
{
border-color: #8BD7BE;
}
</style>