Shades of Bermuda #8BDDBD
Tints of Bermuda #8BDDBD
RGB
CMYK
RGB Variations
Color information
#8BDDBD (or 0x8BDDBD) is known color: Bermuda. HEX triplet: 8B, DD and BD. RGB value is (139,221,189). Sum of RGB (Red+Green+Blue) = 139+221+189=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDDBD is #742242. Grayscale: #C0C0C0. Windows color (decimal): -7610947 or 12443019. OLE color: 12443019.
HSL color Cylindrical-coordinate representation of color #8BDDBD: hue angle of 156.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDBD is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 189 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.13 |
| HSL | 156.59º | 0.55% | 0.71% | - |
| HSV(B) | 156.59º | 0.37% | 0.87% | - |
| XYZ | 45.69 | 60.88 | 57.49 | - |
| YUV | 192.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 189 | 0.37 | 0 | 0.14 | 0.13 | 156.59 | 0.55 | 0.71 |
| Hex | 8B | DD | BD | 25 | 0 | E | D | 9D | 37 | 47 |
| Octal | 213 | 335 | 275 | 45 | 0 | 16 | 15 | 235 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10111101 | 100101 | 0 | 1110 | 1101 | 10011101 | 110111 | 1000111 |
Color Harmonies of #8BDDBD
Complementary color
Monochromatic Colors of #8BDDBD
Black with #8BDDBD
Text Example
Text Example
White with #8BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDBD; }
p { color: rgb(139,221,189); }
H1.HeaderClassName
{
color: #8BDDBD;
}
.AnyTagClassName
{
color: #8BDDBD;
}
</style>
background-color css
<style>
a { background-color: #8BDDBD; }
a { background-color: rgb(139,221,189); }
div.DivClassName
{
background-color: #8BDDBD;
}
.BgClassName
{
background-color: #8BDDBD;
}
</style>
border-color css
<style>
span { border-color: #8BDDBD; }
span { border-color: rgb(139,221,189); }
td.TdClassName
{
border-color: #8BDDBD;
}
.TagClassName
{
border-color: #8BDDBD;
}
</style>