Shades of Bermuda #84D9B5
Tints of Bermuda #84D9B5
RGB
CMYK
RGB Variations
Color information
#84D9B5 (or 0x84D9B5) is known color: Bermuda. HEX triplet: 84, D9 and B5. RGB value is (132,217,181). Sum of RGB (Red+Green+Blue) = 132+217+181=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9B5 is #7B264A. Grayscale: #BBBBBB. Windows color (decimal): -8070731 or 11917700. OLE color: 11917700.
HSL color Cylindrical-coordinate representation of color #84D9B5: hue angle of 154.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9B5 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 181 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.15 |
| HSL | 154.59º | 0.53% | 0.68% | - |
| HSV(B) | 154.59º | 0.39% | 0.85% | - |
| XYZ | 42.67 | 57.87 | 52.64 | - |
| YUV | 187.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 181 | 0.39 | 0 | 0.17 | 0.15 | 154.59 | 0.53 | 0.68 |
| Hex | 84 | D9 | B5 | 27 | 0 | 11 | F | 9B | 35 | 44 |
| Octal | 204 | 331 | 265 | 47 | 0 | 21 | 17 | 233 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10110101 | 100111 | 0 | 10001 | 1111 | 10011011 | 110101 | 1000100 |
Color Harmonies of #84D9B5
Complementary color
Monochromatic Colors of #84D9B5
Black with #84D9B5
Text Example
Text Example
White with #84D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9B5; }
p { color: rgb(132,217,181); }
H1.HeaderClassName
{
color: #84D9B5;
}
.AnyTagClassName
{
color: #84D9B5;
}
</style>
background-color css
<style>
a { background-color: #84D9B5; }
a { background-color: rgb(132,217,181); }
div.DivClassName
{
background-color: #84D9B5;
}
.BgClassName
{
background-color: #84D9B5;
}
</style>
border-color css
<style>
span { border-color: #84D9B5; }
span { border-color: rgb(132,217,181); }
td.TdClassName
{
border-color: #84D9B5;
}
.TagClassName
{
border-color: #84D9B5;
}
</style>