Shades of Bermuda #8BC5BF
Tints of Bermuda #8BC5BF
RGB
CMYK
RGB Variations
Color information
#8BC5BF (or 0x8BC5BF) is known color: Bermuda. HEX triplet: 8B, C5 and BF. RGB value is (139,197,191). Sum of RGB (Red+Green+Blue) = 139+197+191=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5BF is #743A40. Grayscale: #B2B2B2. Windows color (decimal): -7617089 or 12567947. OLE color: 12567947.
HSL color Cylindrical-coordinate representation of color #8BC5BF: hue angle of 173.79º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC5BF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 191 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.23 |
| HSL | 173.79º | 0.33% | 0.66% | - |
| HSV(B) | 173.79º | 0.29% | 0.77% | - |
| XYZ | 40.02 | 49.18 | 56.67 | - |
| YUV | 178.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 191 | 0.29 | 0 | 0.03 | 0.23 | 173.79 | 0.33 | 0.66 |
| Hex | 8B | C5 | BF | 1D | 0 | 3 | 17 | AE | 21 | 42 |
| Octal | 213 | 305 | 277 | 35 | 0 | 3 | 27 | 256 | 41 | 102 |
| Binary | 10001011 | 11000101 | 10111111 | 11101 | 0 | 11 | 10111 | 10101110 | 100001 | 1000010 |
Color Harmonies of #8BC5BF
Complementary color
Monochromatic Colors of #8BC5BF
Black with #8BC5BF
Text Example
Text Example
White with #8BC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5BF; }
p { color: rgb(139,197,191); }
H1.HeaderClassName
{
color: #8BC5BF;
}
.AnyTagClassName
{
color: #8BC5BF;
}
</style>
background-color css
<style>
a { background-color: #8BC5BF; }
a { background-color: rgb(139,197,191); }
div.DivClassName
{
background-color: #8BC5BF;
}
.BgClassName
{
background-color: #8BC5BF;
}
</style>
border-color css
<style>
span { border-color: #8BC5BF; }
span { border-color: rgb(139,197,191); }
td.TdClassName
{
border-color: #8BC5BF;
}
.TagClassName
{
border-color: #8BC5BF;
}
</style>