Shades of Bermuda #8FD1BD
Tints of Bermuda #8FD1BD
RGB
CMYK
RGB Variations
Color information
#8FD1BD (or 0x8FD1BD) is known color: Bermuda. HEX triplet: 8F, D1 and BD. RGB value is (143,209,189). Sum of RGB (Red+Green+Blue) = 143+209+189=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD1BD is #702E42. Grayscale: #BABABA. Windows color (decimal): -7351875 or 12439951. OLE color: 12439951.
HSL color Cylindrical-coordinate representation of color #8FD1BD: hue angle of 161.82º degrees, saturation: 0.42, 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 #8FD1BD is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 189 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.18 |
| HSL | 161.82º | 0.42% | 0.69% | - |
| HSV(B) | 161.82º | 0.32% | 0.82% | - |
| XYZ | 43.31 | 55.11 | 56.5 | - |
| YUV | 186.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 189 | 0.32 | 0 | 0.10 | 0.18 | 161.82 | 0.42 | 0.69 |
| Hex | 8F | D1 | BD | 20 | 0 | A | 12 | A2 | 2A | 45 |
| Octal | 217 | 321 | 275 | 40 | 0 | 12 | 22 | 242 | 52 | 105 |
| Binary | 10001111 | 11010001 | 10111101 | 100000 | 0 | 1010 | 10010 | 10100010 | 101010 | 1000101 |
Color Harmonies of #8FD1BD
Complementary color
Monochromatic Colors of #8FD1BD
Black with #8FD1BD
Text Example
Text Example
White with #8FD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD1BD; }
p { color: rgb(143,209,189); }
H1.HeaderClassName
{
color: #8FD1BD;
}
.AnyTagClassName
{
color: #8FD1BD;
}
</style>
background-color css
<style>
a { background-color: #8FD1BD; }
a { background-color: rgb(143,209,189); }
div.DivClassName
{
background-color: #8FD1BD;
}
.BgClassName
{
background-color: #8FD1BD;
}
</style>
border-color css
<style>
span { border-color: #8FD1BD; }
span { border-color: rgb(143,209,189); }
td.TdClassName
{
border-color: #8FD1BD;
}
.TagClassName
{
border-color: #8FD1BD;
}
</style>