Shades of Bermuda #84D2BB
Tints of Bermuda #84D2BB
RGB
CMYK
RGB Variations
Color information
#84D2BB (or 0x84D2BB) is known color: Bermuda. HEX triplet: 84, D2 and BB. RGB value is (132,210,187). Sum of RGB (Red+Green+Blue) = 132+210+187=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2BB is #7B2D44. Grayscale: #B8B8B8. Windows color (decimal): -8072517 or 12309124. OLE color: 12309124.
HSL color Cylindrical-coordinate representation of color #84D2BB: hue angle of 162.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D2BB is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 187 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.18 |
| HSL | 162.31º | 0.46% | 0.67% | - |
| HSV(B) | 162.31º | 0.37% | 0.82% | - |
| XYZ | 41.53 | 54.59 | 55.36 | - |
| YUV | 184.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 187 | 0.37 | 0 | 0.11 | 0.18 | 162.31 | 0.46 | 0.67 |
| Hex | 84 | D2 | BB | 25 | 0 | B | 12 | A2 | 2E | 43 |
| Octal | 204 | 322 | 273 | 45 | 0 | 13 | 22 | 242 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10111011 | 100101 | 0 | 1011 | 10010 | 10100010 | 101110 | 1000011 |
Color Harmonies of #84D2BB
Complementary color
Monochromatic Colors of #84D2BB
Black with #84D2BB
Text Example
Text Example
White with #84D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2BB; }
p { color: rgb(132,210,187); }
H1.HeaderClassName
{
color: #84D2BB;
}
.AnyTagClassName
{
color: #84D2BB;
}
</style>
background-color css
<style>
a { background-color: #84D2BB; }
a { background-color: rgb(132,210,187); }
div.DivClassName
{
background-color: #84D2BB;
}
.BgClassName
{
background-color: #84D2BB;
}
</style>
border-color css
<style>
span { border-color: #84D2BB; }
span { border-color: rgb(132,210,187); }
td.TdClassName
{
border-color: #84D2BB;
}
.TagClassName
{
border-color: #84D2BB;
}
</style>