Shades of Bermuda #84DCBE
Tints of Bermuda #84DCBE
RGB
CMYK
RGB Variations
Color information
#84DCBE (or 0x84DCBE) is known color: Bermuda. HEX triplet: 84, DC and BE. RGB value is (132,220,190). Sum of RGB (Red+Green+Blue) = 132+220+190=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCBE is #7B2341. Grayscale: #BEBEBE. Windows color (decimal): -8069954 or 12508292. OLE color: 12508292.
HSL color Cylindrical-coordinate representation of color #84DCBE: hue angle of 159.55º 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 #84DCBE is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 190 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 159.55º | 0.56% | 0.69% | - |
| HSV(B) | 159.55º | 0.4% | 0.86% | - |
| XYZ | 44.4 | 59.81 | 57.92 | - |
| YUV | 190.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 190 | 0.40 | 0 | 0.14 | 0.14 | 159.55 | 0.56 | 0.69 |
| Hex | 84 | DC | BE | 28 | 0 | E | E | A0 | 38 | 45 |
| Octal | 204 | 334 | 276 | 50 | 0 | 16 | 16 | 240 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10111110 | 101000 | 0 | 1110 | 1110 | 10100000 | 111000 | 1000101 |
Color Harmonies of #84DCBE
Complementary color
Monochromatic Colors of #84DCBE
Black with #84DCBE
Text Example
Text Example
White with #84DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCBE; }
p { color: rgb(132,220,190); }
H1.HeaderClassName
{
color: #84DCBE;
}
.AnyTagClassName
{
color: #84DCBE;
}
</style>
background-color css
<style>
a { background-color: #84DCBE; }
a { background-color: rgb(132,220,190); }
div.DivClassName
{
background-color: #84DCBE;
}
.BgClassName
{
background-color: #84DCBE;
}
</style>
border-color css
<style>
span { border-color: #84DCBE; }
span { border-color: rgb(132,220,190); }
td.TdClassName
{
border-color: #84DCBE;
}
.TagClassName
{
border-color: #84DCBE;
}
</style>