Shades of Bermuda #84DABB
Tints of Bermuda #84DABB
RGB
CMYK
RGB Variations
Color information
#84DABB (or 0x84DABB) is known color: Bermuda. HEX triplet: 84, DA and BB. RGB value is (132,218,187). Sum of RGB (Red+Green+Blue) = 132+218+187=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #84DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DABB is #7B2544. Grayscale: #BCBCBC. Windows color (decimal): -8070469 or 12311172. OLE color: 12311172.
HSL color Cylindrical-coordinate representation of color #84DABB: hue angle of 158.37º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DABB is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 187 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.15 |
| HSL | 158.37º | 0.54% | 0.69% | - |
| HSV(B) | 158.37º | 0.39% | 0.85% | - |
| XYZ | 43.56 | 58.64 | 56.04 | - |
| YUV | 188.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 187 | 0.39 | 0 | 0.14 | 0.15 | 158.37 | 0.54 | 0.69 |
| Hex | 84 | DA | BB | 27 | 0 | E | F | 9E | 36 | 45 |
| Octal | 204 | 332 | 273 | 47 | 0 | 16 | 17 | 236 | 66 | 105 |
| Binary | 10000100 | 11011010 | 10111011 | 100111 | 0 | 1110 | 1111 | 10011110 | 110110 | 1000101 |
Color Harmonies of #84DABB
Complementary color
Monochromatic Colors of #84DABB
Black with #84DABB
Text Example
Text Example
White with #84DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DABB; }
p { color: rgb(132,218,187); }
H1.HeaderClassName
{
color: #84DABB;
}
.AnyTagClassName
{
color: #84DABB;
}
</style>
background-color css
<style>
a { background-color: #84DABB; }
a { background-color: rgb(132,218,187); }
div.DivClassName
{
background-color: #84DABB;
}
.BgClassName
{
background-color: #84DABB;
}
</style>
border-color css
<style>
span { border-color: #84DABB; }
span { border-color: rgb(132,218,187); }
td.TdClassName
{
border-color: #84DABB;
}
.TagClassName
{
border-color: #84DABB;
}
</style>