Shades of Bermuda #8FCCBF
Tints of Bermuda #8FCCBF
RGB
CMYK
RGB Variations
Color information
#8FCCBF (or 0x8FCCBF) is known color: Bermuda. HEX triplet: 8F, CC and BF. RGB value is (143,204,191). Sum of RGB (Red+Green+Blue) = 143+204+191=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBF is #703340. Grayscale: #B8B8B8. Windows color (decimal): -7353153 or 12569743. OLE color: 12569743.
HSL color Cylindrical-coordinate representation of color #8FCCBF: hue angle of 167.21º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCBF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 191 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.2 |
| HSL | 167.21º | 0.37% | 0.68% | - |
| HSV(B) | 167.21º | 0.3% | 0.8% | - |
| XYZ | 42.32 | 52.79 | 57.25 | - |
| YUV | 184.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 191 | 0.30 | 0 | 0.06 | 0.2 | 167.21 | 0.37 | 0.68 |
| Hex | 8F | CC | BF | 1E | 0 | 6 | 14 | A7 | 25 | 44 |
| Octal | 217 | 314 | 277 | 36 | 0 | 6 | 24 | 247 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10111111 | 11110 | 0 | 110 | 10100 | 10100111 | 100101 | 1000100 |
Color Harmonies of #8FCCBF
Complementary color
Monochromatic Colors of #8FCCBF
Black with #8FCCBF
Text Example
Text Example
White with #8FCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCBF; }
p { color: rgb(143,204,191); }
H1.HeaderClassName
{
color: #8FCCBF;
}
.AnyTagClassName
{
color: #8FCCBF;
}
</style>
background-color css
<style>
a { background-color: #8FCCBF; }
a { background-color: rgb(143,204,191); }
div.DivClassName
{
background-color: #8FCCBF;
}
.BgClassName
{
background-color: #8FCCBF;
}
</style>
border-color css
<style>
span { border-color: #8FCCBF; }
span { border-color: rgb(143,204,191); }
td.TdClassName
{
border-color: #8FCCBF;
}
.TagClassName
{
border-color: #8FCCBF;
}
</style>