Shades of Bermuda #84D6BF
Tints of Bermuda #84D6BF
RGB
CMYK
RGB Variations
Color information
#84D6BF (or 0x84D6BF) is known color: Bermuda. HEX triplet: 84, D6 and BF. RGB value is (132,214,191). Sum of RGB (Red+Green+Blue) = 132+214+191=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6BF is #7B2940. Grayscale: #BABABA. Windows color (decimal): -8071489 or 12572292. OLE color: 12572292.
HSL color Cylindrical-coordinate representation of color #84D6BF: hue angle of 163.17º 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 #84D6BF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 191 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.16 |
| HSL | 163.17º | 0.5% | 0.68% | - |
| HSV(B) | 163.17º | 0.38% | 0.84% | - |
| XYZ | 42.97 | 56.76 | 57.98 | - |
| YUV | 186.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 191 | 0.38 | 0 | 0.11 | 0.16 | 163.17 | 0.5 | 0.68 |
| Hex | 84 | D6 | BF | 26 | 0 | B | 10 | A3 | 32 | 44 |
| Octal | 204 | 326 | 277 | 46 | 0 | 13 | 20 | 243 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10111111 | 100110 | 0 | 1011 | 10000 | 10100011 | 110010 | 1000100 |
Color Harmonies of #84D6BF
Complementary color
Monochromatic Colors of #84D6BF
Black with #84D6BF
Text Example
Text Example
White with #84D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6BF; }
p { color: rgb(132,214,191); }
H1.HeaderClassName
{
color: #84D6BF;
}
.AnyTagClassName
{
color: #84D6BF;
}
</style>
background-color css
<style>
a { background-color: #84D6BF; }
a { background-color: rgb(132,214,191); }
div.DivClassName
{
background-color: #84D6BF;
}
.BgClassName
{
background-color: #84D6BF;
}
</style>
border-color css
<style>
span { border-color: #84D6BF; }
span { border-color: rgb(132,214,191); }
td.TdClassName
{
border-color: #84D6BF;
}
.TagClassName
{
border-color: #84D6BF;
}
</style>