Shades of Bermuda #84D8BC
Tints of Bermuda #84D8BC
RGB
CMYK
RGB Variations
Color information
#84D8BC (or 0x84D8BC) is known color: Bermuda. HEX triplet: 84, D8 and BC. RGB value is (132,216,188). Sum of RGB (Red+Green+Blue) = 132+216+188=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8BC is #7B2743. Grayscale: #BBBBBB. Windows color (decimal): -8070980 or 12376196. OLE color: 12376196.
HSL color Cylindrical-coordinate representation of color #84D8BC: hue angle of 160º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8BC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 188 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.15 |
| HSL | 160º | 0.52% | 0.68% | - |
| HSV(B) | 160º | 0.39% | 0.85% | - |
| XYZ | 43.15 | 57.65 | 56.43 | - |
| YUV | 187.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 188 | 0.39 | 0 | 0.13 | 0.15 | 160 | 0.52 | 0.68 |
| Hex | 84 | D8 | BC | 27 | 0 | D | F | A0 | 34 | 44 |
| Octal | 204 | 330 | 274 | 47 | 0 | 15 | 17 | 240 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10111100 | 100111 | 0 | 1101 | 1111 | 10100000 | 110100 | 1000100 |
Color Harmonies of #84D8BC
Complementary color
Monochromatic Colors of #84D8BC
Black with #84D8BC
Text Example
Text Example
White with #84D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8BC; }
p { color: rgb(132,216,188); }
H1.HeaderClassName
{
color: #84D8BC;
}
.AnyTagClassName
{
color: #84D8BC;
}
</style>
background-color css
<style>
a { background-color: #84D8BC; }
a { background-color: rgb(132,216,188); }
div.DivClassName
{
background-color: #84D8BC;
}
.BgClassName
{
background-color: #84D8BC;
}
</style>
border-color css
<style>
span { border-color: #84D8BC; }
span { border-color: rgb(132,216,188); }
td.TdClassName
{
border-color: #84D8BC;
}
.TagClassName
{
border-color: #84D8BC;
}
</style>