Shades of Bermuda #8FDABD
Tints of Bermuda #8FDABD
RGB
CMYK
RGB Variations
Color information
#8FDABD (or 0x8FDABD) is known color: Bermuda. HEX triplet: 8F, DA and BD. RGB value is (143,218,189). Sum of RGB (Red+Green+Blue) = 143+218+189=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDABD is #702542. Grayscale: #C0C0C0. Windows color (decimal): -7349571 or 12442255. OLE color: 12442255.
HSL color Cylindrical-coordinate representation of color #8FDABD: hue angle of 156.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDABD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 189 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.15 |
| HSL | 156.8º | 0.5% | 0.71% | - |
| HSV(B) | 156.8º | 0.34% | 0.85% | - |
| XYZ | 45.58 | 59.66 | 57.26 | - |
| YUV | 192.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 189 | 0.34 | 0 | 0.13 | 0.15 | 156.8 | 0.5 | 0.71 |
| Hex | 8F | DA | BD | 22 | 0 | D | F | 9D | 32 | 47 |
| Octal | 217 | 332 | 275 | 42 | 0 | 15 | 17 | 235 | 62 | 107 |
| Binary | 10001111 | 11011010 | 10111101 | 100010 | 0 | 1101 | 1111 | 10011101 | 110010 | 1000111 |
Color Harmonies of #8FDABD
Complementary color
Monochromatic Colors of #8FDABD
Black with #8FDABD
Text Example
Text Example
White with #8FDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDABD; }
p { color: rgb(143,218,189); }
H1.HeaderClassName
{
color: #8FDABD;
}
.AnyTagClassName
{
color: #8FDABD;
}
</style>
background-color css
<style>
a { background-color: #8FDABD; }
a { background-color: rgb(143,218,189); }
div.DivClassName
{
background-color: #8FDABD;
}
.BgClassName
{
background-color: #8FDABD;
}
</style>
border-color css
<style>
span { border-color: #8FDABD; }
span { border-color: rgb(143,218,189); }
td.TdClassName
{
border-color: #8FDABD;
}
.TagClassName
{
border-color: #8FDABD;
}
</style>