Shades of Bermuda #8BD6B9
Tints of Bermuda #8BD6B9
RGB
CMYK
RGB Variations
Color information
#8BD6B9 (or 0x8BD6B9) is known color: Bermuda. HEX triplet: 8B, D6 and B9. RGB value is (139,214,185). Sum of RGB (Red+Green+Blue) = 139+214+185=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6B9 is #742946. Grayscale: #BCBCBC. Windows color (decimal): -7612743 or 12179083. OLE color: 12179083.
HSL color Cylindrical-coordinate representation of color #8BD6B9: hue angle of 156.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 #8BD6B9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 185 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.16 |
| HSL | 156.8º | 0.48% | 0.69% | - |
| HSV(B) | 156.8º | 0.35% | 0.84% | - |
| XYZ | 43.45 | 57.08 | 54.63 | - |
| YUV | 188.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 185 | 0.35 | 0 | 0.14 | 0.16 | 156.8 | 0.48 | 0.69 |
| Hex | 8B | D6 | B9 | 23 | 0 | E | 10 | 9D | 30 | 45 |
| Octal | 213 | 326 | 271 | 43 | 0 | 16 | 20 | 235 | 60 | 105 |
| Binary | 10001011 | 11010110 | 10111001 | 100011 | 0 | 1110 | 10000 | 10011101 | 110000 | 1000101 |
Color Harmonies of #8BD6B9
Complementary color
Monochromatic Colors of #8BD6B9
Black with #8BD6B9
Text Example
Text Example
White with #8BD6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6B9; }
p { color: rgb(139,214,185); }
H1.HeaderClassName
{
color: #8BD6B9;
}
.AnyTagClassName
{
color: #8BD6B9;
}
</style>
background-color css
<style>
a { background-color: #8BD6B9; }
a { background-color: rgb(139,214,185); }
div.DivClassName
{
background-color: #8BD6B9;
}
.BgClassName
{
background-color: #8BD6B9;
}
</style>
border-color css
<style>
span { border-color: #8BD6B9; }
span { border-color: rgb(139,214,185); }
td.TdClassName
{
border-color: #8BD6B9;
}
.TagClassName
{
border-color: #8BD6B9;
}
</style>