Shades of Bermuda #84D4BE
Tints of Bermuda #84D4BE
RGB
CMYK
RGB Variations
Color information
#84D4BE (or 0x84D4BE) is known color: Bermuda. HEX triplet: 84, D4 and BE. RGB value is (132,212,190). Sum of RGB (Red+Green+Blue) = 132+212+190=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #84D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D4BE is #7B2B41. Grayscale: #B9B9B9. Windows color (decimal): -8072002 or 12506244. OLE color: 12506244.
HSL color Cylindrical-coordinate representation of color #84D4BE: hue angle of 163.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D4BE is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 212 | 190 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.17 |
| HSL | 163.5º | 0.48% | 0.67% | - |
| HSV(B) | 163.5º | 0.38% | 0.83% | - |
| XYZ | 42.35 | 55.71 | 57.24 | - |
| YUV | 185.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 212 | 190 | 0.38 | 0 | 0.10 | 0.17 | 163.5 | 0.48 | 0.67 |
| Hex | 84 | D4 | BE | 26 | 0 | A | 11 | A4 | 30 | 43 |
| Octal | 204 | 324 | 276 | 46 | 0 | 12 | 21 | 244 | 60 | 103 |
| Binary | 10000100 | 11010100 | 10111110 | 100110 | 0 | 1010 | 10001 | 10100100 | 110000 | 1000011 |
Color Harmonies of #84D4BE
Complementary color
Monochromatic Colors of #84D4BE
Black with #84D4BE
Text Example
Text Example
White with #84D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D4BE; }
p { color: rgb(132,212,190); }
H1.HeaderClassName
{
color: #84D4BE;
}
.AnyTagClassName
{
color: #84D4BE;
}
</style>
background-color css
<style>
a { background-color: #84D4BE; }
a { background-color: rgb(132,212,190); }
div.DivClassName
{
background-color: #84D4BE;
}
.BgClassName
{
background-color: #84D4BE;
}
</style>
border-color css
<style>
span { border-color: #84D4BE; }
span { border-color: rgb(132,212,190); }
td.TdClassName
{
border-color: #84D4BE;
}
.TagClassName
{
border-color: #84D4BE;
}
</style>