Shades of Bermuda #8FCDB8
Tints of Bermuda #8FCDB8
RGB
CMYK
RGB Variations
Color information
#8FCDB8 (or 0x8FCDB8) is known color: Bermuda. HEX triplet: 8F, CD and B8. RGB value is (143,205,184). Sum of RGB (Red+Green+Blue) = 143+205+184=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDB8 is #703247. Grayscale: #B8B8B8. Windows color (decimal): -7352904 or 12111247. OLE color: 12111247.
HSL color Cylindrical-coordinate representation of color #8FCDB8: hue angle of 159.68º degrees, saturation: 0.38, 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 #8FCDB8 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 184 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.20 |
| HSL | 159.68º | 0.38% | 0.68% | - |
| HSV(B) | 159.68º | 0.3% | 0.8% | - |
| XYZ | 41.81 | 52.96 | 53.37 | - |
| YUV | 184.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 184 | 0.30 | 0 | 0.10 | 0.20 | 159.68 | 0.38 | 0.68 |
| Hex | 8F | CD | B8 | 1E | 0 | A | 14 | A0 | 26 | 44 |
| Octal | 217 | 315 | 270 | 36 | 0 | 12 | 24 | 240 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10111000 | 11110 | 0 | 1010 | 10100 | 10100000 | 100110 | 1000100 |
Color Harmonies of #8FCDB8
Complementary color
Monochromatic Colors of #8FCDB8
Black with #8FCDB8
Text Example
Text Example
White with #8FCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDB8; }
p { color: rgb(143,205,184); }
H1.HeaderClassName
{
color: #8FCDB8;
}
.AnyTagClassName
{
color: #8FCDB8;
}
</style>
background-color css
<style>
a { background-color: #8FCDB8; }
a { background-color: rgb(143,205,184); }
div.DivClassName
{
background-color: #8FCDB8;
}
.BgClassName
{
background-color: #8FCDB8;
}
</style>
border-color css
<style>
span { border-color: #8FCDB8; }
span { border-color: rgb(143,205,184); }
td.TdClassName
{
border-color: #8FCDB8;
}
.TagClassName
{
border-color: #8FCDB8;
}
</style>