Shades of Bermuda #8FD2BF
Tints of Bermuda #8FD2BF
RGB
CMYK
RGB Variations
Color information
#8FD2BF (or 0x8FD2BF) is known color: Bermuda. HEX triplet: 8F, D2 and BF. RGB value is (143,210,191). Sum of RGB (Red+Green+Blue) = 143+210+191=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD2BF is #702D40. Grayscale: #BBBBBB. Windows color (decimal): -7351617 or 12571279. OLE color: 12571279.
HSL color Cylindrical-coordinate representation of color #8FD2BF: hue angle of 162.99º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD2BF is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 191 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.18 |
| HSL | 162.99º | 0.43% | 0.69% | - |
| HSV(B) | 162.99º | 0.32% | 0.82% | - |
| XYZ | 43.78 | 55.69 | 57.73 | - |
| YUV | 187.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 191 | 0.32 | 0 | 0.09 | 0.18 | 162.99 | 0.43 | 0.69 |
| Hex | 8F | D2 | BF | 20 | 0 | 9 | 12 | A3 | 2B | 45 |
| Octal | 217 | 322 | 277 | 40 | 0 | 11 | 22 | 243 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10111111 | 100000 | 0 | 1001 | 10010 | 10100011 | 101011 | 1000101 |
Color Harmonies of #8FD2BF
Complementary color
Monochromatic Colors of #8FD2BF
Black with #8FD2BF
Text Example
Text Example
White with #8FD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2BF; }
p { color: rgb(143,210,191); }
H1.HeaderClassName
{
color: #8FD2BF;
}
.AnyTagClassName
{
color: #8FD2BF;
}
</style>
background-color css
<style>
a { background-color: #8FD2BF; }
a { background-color: rgb(143,210,191); }
div.DivClassName
{
background-color: #8FD2BF;
}
.BgClassName
{
background-color: #8FD2BF;
}
</style>
border-color css
<style>
span { border-color: #8FD2BF; }
span { border-color: rgb(143,210,191); }
td.TdClassName
{
border-color: #8FD2BF;
}
.TagClassName
{
border-color: #8FD2BF;
}
</style>