Shades of Bermuda #8BC9BA
Tints of Bermuda #8BC9BA
RGB
CMYK
RGB Variations
Color information
#8BC9BA (or 0x8BC9BA) is known color: Bermuda. HEX triplet: 8B, C9 and BA. RGB value is (139,201,186). Sum of RGB (Red+Green+Blue) = 139+201+186=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9BA is #743645. Grayscale: #B4B4B4. Windows color (decimal): -7616070 or 12241291. OLE color: 12241291.
HSL color Cylindrical-coordinate representation of color #8BC9BA: hue angle of 165.48º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC9BA is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 186 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.21 |
| HSL | 165.48º | 0.36% | 0.67% | - |
| HSV(B) | 165.48º | 0.31% | 0.79% | - |
| XYZ | 40.4 | 50.81 | 54.13 | - |
| YUV | 180.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 186 | 0.31 | 0 | 0.07 | 0.21 | 165.48 | 0.36 | 0.67 |
| Hex | 8B | C9 | BA | 1F | 0 | 7 | 15 | A5 | 24 | 43 |
| Octal | 213 | 311 | 272 | 37 | 0 | 7 | 25 | 245 | 44 | 103 |
| Binary | 10001011 | 11001001 | 10111010 | 11111 | 0 | 111 | 10101 | 10100101 | 100100 | 1000011 |
Color Harmonies of #8BC9BA
Complementary color
Monochromatic Colors of #8BC9BA
Black with #8BC9BA
Text Example
Text Example
White with #8BC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9BA; }
p { color: rgb(139,201,186); }
H1.HeaderClassName
{
color: #8BC9BA;
}
.AnyTagClassName
{
color: #8BC9BA;
}
</style>
background-color css
<style>
a { background-color: #8BC9BA; }
a { background-color: rgb(139,201,186); }
div.DivClassName
{
background-color: #8BC9BA;
}
.BgClassName
{
background-color: #8BC9BA;
}
</style>
border-color css
<style>
span { border-color: #8BC9BA; }
span { border-color: rgb(139,201,186); }
td.TdClassName
{
border-color: #8BC9BA;
}
.TagClassName
{
border-color: #8BC9BA;
}
</style>