Shades of Bermuda #84D3BF
Tints of Bermuda #84D3BF
RGB
CMYK
RGB Variations
Color information
#84D3BF (or 0x84D3BF) is known color: Bermuda. HEX triplet: 84, D3 and BF. RGB value is (132,211,191). Sum of RGB (Red+Green+Blue) = 132+211+191=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #84D3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D3BF is #7B2C40. Grayscale: #B9B9B9. Windows color (decimal): -8072257 or 12571524. OLE color: 12571524.
HSL color Cylindrical-coordinate representation of color #84D3BF: hue angle of 164.81º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D3BF is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 211 | 191 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.17 |
| HSL | 164.81º | 0.47% | 0.67% | - |
| HSV(B) | 164.81º | 0.37% | 0.83% | - |
| XYZ | 42.21 | 55.26 | 57.73 | - |
| YUV | 185.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 211 | 191 | 0.37 | 0 | 0.09 | 0.17 | 164.81 | 0.47 | 0.67 |
| Hex | 84 | D3 | BF | 25 | 0 | 9 | 11 | A5 | 2F | 43 |
| Octal | 204 | 323 | 277 | 45 | 0 | 11 | 21 | 245 | 57 | 103 |
| Binary | 10000100 | 11010011 | 10111111 | 100101 | 0 | 1001 | 10001 | 10100101 | 101111 | 1000011 |
Color Harmonies of #84D3BF
Complementary color
Monochromatic Colors of #84D3BF
Black with #84D3BF
Text Example
Text Example
White with #84D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D3BF; }
p { color: rgb(132,211,191); }
H1.HeaderClassName
{
color: #84D3BF;
}
.AnyTagClassName
{
color: #84D3BF;
}
</style>
background-color css
<style>
a { background-color: #84D3BF; }
a { background-color: rgb(132,211,191); }
div.DivClassName
{
background-color: #84D3BF;
}
.BgClassName
{
background-color: #84D3BF;
}
</style>
border-color css
<style>
span { border-color: #84D3BF; }
span { border-color: rgb(132,211,191); }
td.TdClassName
{
border-color: #84D3BF;
}
.TagClassName
{
border-color: #84D3BF;
}
</style>