Shades of Bermuda #84D6C0
Tints of Bermuda #84D6C0
RGB
CMYK
RGB Variations
Color information
#84D6C0 (or 0x84D6C0) is known color: Bermuda. HEX triplet: 84, D6 and C0. RGB value is (132,214,192). Sum of RGB (Red+Green+Blue) = 132+214+192=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6C0 is #7B293F. Grayscale: #BABABA. Windows color (decimal): -8071488 or 12637828. OLE color: 12637828.
HSL color Cylindrical-coordinate representation of color #84D6C0: hue angle of 163.9º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D6C0 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 192 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.16 |
| HSL | 163.9º | 0.5% | 0.68% | - |
| HSV(B) | 163.9º | 0.38% | 0.84% | - |
| XYZ | 43.08 | 56.8 | 58.56 | - |
| YUV | 186.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 192 | 0.38 | 0 | 0.10 | 0.16 | 163.9 | 0.5 | 0.68 |
| Hex | 84 | D6 | C0 | 26 | 0 | A | 10 | A4 | 32 | 44 |
| Octal | 204 | 326 | 300 | 46 | 0 | 12 | 20 | 244 | 62 | 104 |
| Binary | 10000100 | 11010110 | 11000000 | 100110 | 0 | 1010 | 10000 | 10100100 | 110010 | 1000100 |
Color Harmonies of #84D6C0
Complementary color
Monochromatic Colors of #84D6C0
Black with #84D6C0
Text Example
Text Example
White with #84D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6C0; }
p { color: rgb(132,214,192); }
H1.HeaderClassName
{
color: #84D6C0;
}
.AnyTagClassName
{
color: #84D6C0;
}
</style>
background-color css
<style>
a { background-color: #84D6C0; }
a { background-color: rgb(132,214,192); }
div.DivClassName
{
background-color: #84D6C0;
}
.BgClassName
{
background-color: #84D6C0;
}
</style>
border-color css
<style>
span { border-color: #84D6C0; }
span { border-color: rgb(132,214,192); }
td.TdClassName
{
border-color: #84D6C0;
}
.TagClassName
{
border-color: #84D6C0;
}
</style>