Shades of Bermuda #84D2B4
Tints of Bermuda #84D2B4
RGB
CMYK
RGB Variations
Color information
#84D2B4 (or 0x84D2B4) is known color: Bermuda. HEX triplet: 84, D2 and B4. RGB value is (132,210,180). Sum of RGB (Red+Green+Blue) = 132+210+180=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2B4 is #7B2D4B. Grayscale: #B7B7B7. Windows color (decimal): -8072524 or 11850372. OLE color: 11850372.
HSL color Cylindrical-coordinate representation of color #84D2B4: hue angle of 156.92º 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 #84D2B4 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 180 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.18 |
| HSL | 156.92º | 0.46% | 0.67% | - |
| HSV(B) | 156.92º | 0.37% | 0.82% | - |
| XYZ | 40.8 | 54.29 | 51.51 | - |
| YUV | 183.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 180 | 0.37 | 0 | 0.14 | 0.18 | 156.92 | 0.46 | 0.67 |
| Hex | 84 | D2 | B4 | 25 | 0 | E | 12 | 9D | 2E | 43 |
| Octal | 204 | 322 | 264 | 45 | 0 | 16 | 22 | 235 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10110100 | 100101 | 0 | 1110 | 10010 | 10011101 | 101110 | 1000011 |
Color Harmonies of #84D2B4
Complementary color
Monochromatic Colors of #84D2B4
Black with #84D2B4
Text Example
Text Example
White with #84D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2B4; }
p { color: rgb(132,210,180); }
H1.HeaderClassName
{
color: #84D2B4;
}
.AnyTagClassName
{
color: #84D2B4;
}
</style>
background-color css
<style>
a { background-color: #84D2B4; }
a { background-color: rgb(132,210,180); }
div.DivClassName
{
background-color: #84D2B4;
}
.BgClassName
{
background-color: #84D2B4;
}
</style>
border-color css
<style>
span { border-color: #84D2B4; }
span { border-color: rgb(132,210,180); }
td.TdClassName
{
border-color: #84D2B4;
}
.TagClassName
{
border-color: #84D2B4;
}
</style>