Shades of Bermuda #8FCFBA
Tints of Bermuda #8FCFBA
RGB
CMYK
RGB Variations
Color information
#8FCFBA (or 0x8FCFBA) is known color: Bermuda. HEX triplet: 8F, CF and BA. RGB value is (143,207,186). Sum of RGB (Red+Green+Blue) = 143+207+186=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFBA is #703045. Grayscale: #B9B9B9. Windows color (decimal): -7352390 or 12242831. OLE color: 12242831.
HSL color Cylindrical-coordinate representation of color #8FCFBA: hue angle of 160.31º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFBA is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 186 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.19 |
| HSL | 160.31º | 0.4% | 0.69% | - |
| HSV(B) | 160.31º | 0.31% | 0.81% | - |
| XYZ | 42.5 | 54.01 | 54.64 | - |
| YUV | 185.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 186 | 0.31 | 0 | 0.10 | 0.19 | 160.31 | 0.4 | 0.69 |
| Hex | 8F | CF | BA | 1F | 0 | A | 13 | A0 | 28 | 45 |
| Octal | 217 | 317 | 272 | 37 | 0 | 12 | 23 | 240 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10111010 | 11111 | 0 | 1010 | 10011 | 10100000 | 101000 | 1000101 |
Color Harmonies of #8FCFBA
Complementary color
Monochromatic Colors of #8FCFBA
Black with #8FCFBA
Text Example
Text Example
White with #8FCFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFBA; }
p { color: rgb(143,207,186); }
H1.HeaderClassName
{
color: #8FCFBA;
}
.AnyTagClassName
{
color: #8FCFBA;
}
</style>
background-color css
<style>
a { background-color: #8FCFBA; }
a { background-color: rgb(143,207,186); }
div.DivClassName
{
background-color: #8FCFBA;
}
.BgClassName
{
background-color: #8FCFBA;
}
</style>
border-color css
<style>
span { border-color: #8FCFBA; }
span { border-color: rgb(143,207,186); }
td.TdClassName
{
border-color: #8FCFBA;
}
.TagClassName
{
border-color: #8FCFBA;
}
</style>