Shades of Bermuda #8FCCBA
Tints of Bermuda #8FCCBA
RGB
CMYK
RGB Variations
Color information
#8FCCBA (or 0x8FCCBA) is known color: Bermuda. HEX triplet: 8F, CC and BA. RGB value is (143,204,186). Sum of RGB (Red+Green+Blue) = 143+204+186=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCBA is #703345. Grayscale: #B7B7B7. Windows color (decimal): -7353158 or 12242063. OLE color: 12242063.
HSL color Cylindrical-coordinate representation of color #8FCCBA: hue angle of 162.3º 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 #8FCCBA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 186 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.2 |
| HSL | 162.3º | 0.37% | 0.68% | - |
| HSV(B) | 162.3º | 0.3% | 0.8% | - |
| XYZ | 41.78 | 52.57 | 54.4 | - |
| YUV | 183.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 186 | 0.30 | 0 | 0.09 | 0.2 | 162.3 | 0.37 | 0.68 |
| Hex | 8F | CC | BA | 1E | 0 | 9 | 14 | A2 | 25 | 44 |
| Octal | 217 | 314 | 272 | 36 | 0 | 11 | 24 | 242 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10111010 | 11110 | 0 | 1001 | 10100 | 10100010 | 100101 | 1000100 |
Color Harmonies of #8FCCBA
Complementary color
Monochromatic Colors of #8FCCBA
Black with #8FCCBA
Text Example
Text Example
White with #8FCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCBA; }
p { color: rgb(143,204,186); }
H1.HeaderClassName
{
color: #8FCCBA;
}
.AnyTagClassName
{
color: #8FCCBA;
}
</style>
background-color css
<style>
a { background-color: #8FCCBA; }
a { background-color: rgb(143,204,186); }
div.DivClassName
{
background-color: #8FCCBA;
}
.BgClassName
{
background-color: #8FCCBA;
}
</style>
border-color css
<style>
span { border-color: #8FCCBA; }
span { border-color: rgb(143,204,186); }
td.TdClassName
{
border-color: #8FCCBA;
}
.TagClassName
{
border-color: #8FCCBA;
}
</style>