Shades of Bermuda #84D0BE
Tints of Bermuda #84D0BE
RGB
CMYK
RGB Variations
Color information
#84D0BE (or 0x84D0BE) is known color: Bermuda. HEX triplet: 84, D0 and BE. RGB value is (132,208,190). Sum of RGB (Red+Green+Blue) = 132+208+190=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0BE is #7B2F41. Grayscale: #B7B7B7. Windows color (decimal): -8073026 or 12505220. OLE color: 12505220.
HSL color Cylindrical-coordinate representation of color #84D0BE: hue angle of 165.79º degrees, saturation: 0.45, 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 #84D0BE is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 190 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.18 |
| HSL | 165.79º | 0.45% | 0.67% | - |
| HSV(B) | 165.79º | 0.37% | 0.82% | - |
| XYZ | 41.37 | 53.73 | 56.91 | - |
| YUV | 183.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 190 | 0.37 | 0 | 0.09 | 0.18 | 165.79 | 0.45 | 0.67 |
| Hex | 84 | D0 | BE | 25 | 0 | 9 | 12 | A6 | 2D | 43 |
| Octal | 204 | 320 | 276 | 45 | 0 | 11 | 22 | 246 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10111110 | 100101 | 0 | 1001 | 10010 | 10100110 | 101101 | 1000011 |
Color Harmonies of #84D0BE
Complementary color
Monochromatic Colors of #84D0BE
Black with #84D0BE
Text Example
Text Example
White with #84D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0BE; }
p { color: rgb(132,208,190); }
H1.HeaderClassName
{
color: #84D0BE;
}
.AnyTagClassName
{
color: #84D0BE;
}
</style>
background-color css
<style>
a { background-color: #84D0BE; }
a { background-color: rgb(132,208,190); }
div.DivClassName
{
background-color: #84D0BE;
}
.BgClassName
{
background-color: #84D0BE;
}
</style>
border-color css
<style>
span { border-color: #84D0BE; }
span { border-color: rgb(132,208,190); }
td.TdClassName
{
border-color: #84D0BE;
}
.TagClassName
{
border-color: #84D0BE;
}
</style>