Shades of Bermuda #84DCB9
Tints of Bermuda #84DCB9
RGB
CMYK
RGB Variations
Color information
#84DCB9 (or 0x84DCB9) is known color: Bermuda. HEX triplet: 84, DC and B9. RGB value is (132,220,185). Sum of RGB (Red+Green+Blue) = 132+220+185=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCB9 is #7B2346. Grayscale: #BDBDBD. Windows color (decimal): -8069959 or 12180612. OLE color: 12180612.
HSL color Cylindrical-coordinate representation of color #84DCB9: hue angle of 156.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCB9 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 185 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.14 |
| HSL | 156.14º | 0.56% | 0.69% | - |
| HSV(B) | 156.14º | 0.4% | 0.86% | - |
| XYZ | 43.87 | 59.59 | 55.09 | - |
| YUV | 189.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 185 | 0.40 | 0 | 0.16 | 0.14 | 156.14 | 0.56 | 0.69 |
| Hex | 84 | DC | B9 | 28 | 0 | 10 | E | 9C | 38 | 45 |
| Octal | 204 | 334 | 271 | 50 | 0 | 20 | 16 | 234 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10111001 | 101000 | 0 | 10000 | 1110 | 10011100 | 111000 | 1000101 |
Color Harmonies of #84DCB9
Complementary color
Monochromatic Colors of #84DCB9
Black with #84DCB9
Text Example
Text Example
White with #84DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCB9; }
p { color: rgb(132,220,185); }
H1.HeaderClassName
{
color: #84DCB9;
}
.AnyTagClassName
{
color: #84DCB9;
}
</style>
background-color css
<style>
a { background-color: #84DCB9; }
a { background-color: rgb(132,220,185); }
div.DivClassName
{
background-color: #84DCB9;
}
.BgClassName
{
background-color: #84DCB9;
}
</style>
border-color css
<style>
span { border-color: #84DCB9; }
span { border-color: rgb(132,220,185); }
td.TdClassName
{
border-color: #84DCB9;
}
.TagClassName
{
border-color: #84DCB9;
}
</style>