Shades of Bermuda #8BBFBE
Tints of Bermuda #8BBFBE
RGB
CMYK
RGB Variations
Color information
#8BBFBE (or 0x8BBFBE) is known color: Bermuda. HEX triplet: 8B, BF and BE. RGB value is (139,191,190). Sum of RGB (Red+Green+Blue) = 139+191+190=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFBE is #744041. Grayscale: #AFAFAF. Windows color (decimal): -7618626 or 12500875. OLE color: 12500875.
HSL color Cylindrical-coordinate representation of color #8BBFBE: hue angle of 178.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBFBE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 191 | 190 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.25 |
| HSL | 178.85º | 0.29% | 0.65% | - |
| HSV(B) | 178.85º | 0.27% | 0.75% | - |
| XYZ | 38.57 | 46.47 | 55.65 | - |
| YUV | 175.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 190 | 0.27 | 0 | 0.01 | 0.25 | 178.85 | 0.29 | 0.65 |
| Hex | 8B | BF | BE | 1B | 0 | 1 | 19 | B3 | 1D | 41 |
| Octal | 213 | 277 | 276 | 33 | 0 | 1 | 31 | 263 | 35 | 101 |
| Binary | 10001011 | 10111111 | 10111110 | 11011 | 0 | 1 | 11001 | 10110011 | 11101 | 1000001 |
Color Harmonies of #8BBFBE
Complementary color
Monochromatic Colors of #8BBFBE
Black with #8BBFBE
Text Example
Text Example
White with #8BBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFBE; }
p { color: rgb(139,191,190); }
H1.HeaderClassName
{
color: #8BBFBE;
}
.AnyTagClassName
{
color: #8BBFBE;
}
</style>
background-color css
<style>
a { background-color: #8BBFBE; }
a { background-color: rgb(139,191,190); }
div.DivClassName
{
background-color: #8BBFBE;
}
.BgClassName
{
background-color: #8BBFBE;
}
</style>
border-color css
<style>
span { border-color: #8BBFBE; }
span { border-color: rgb(139,191,190); }
td.TdClassName
{
border-color: #8BBFBE;
}
.TagClassName
{
border-color: #8BBFBE;
}
</style>