Shades of Bermuda #84C6BF
Tints of Bermuda #84C6BF
RGB
CMYK
RGB Variations
Color information
#84C6BF (or 0x84C6BF) is known color: Bermuda. HEX triplet: 84, C6 and BF. RGB value is (132,198,191). Sum of RGB (Red+Green+Blue) = 132+198+191=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #84C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C6BF is #7B3940. Grayscale: #B1B1B1. Windows color (decimal): -8075585 or 12568196. OLE color: 12568196.
HSL color Cylindrical-coordinate representation of color #84C6BF: hue angle of 173.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C6BF is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 191 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.22 |
| HSL | 173.64º | 0.37% | 0.65% | - |
| HSV(B) | 173.64º | 0.33% | 0.78% | - |
| XYZ | 39.11 | 49.06 | 56.7 | - |
| YUV | 177.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 191 | 0.33 | 0 | 0.04 | 0.22 | 173.64 | 0.37 | 0.65 |
| Hex | 84 | C6 | BF | 21 | 0 | 4 | 16 | AE | 25 | 41 |
| Octal | 204 | 306 | 277 | 41 | 0 | 4 | 26 | 256 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10111111 | 100001 | 0 | 100 | 10110 | 10101110 | 100101 | 1000001 |
Color Harmonies of #84C6BF
Complementary color
Monochromatic Colors of #84C6BF
Black with #84C6BF
Text Example
Text Example
White with #84C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6BF; }
p { color: rgb(132,198,191); }
H1.HeaderClassName
{
color: #84C6BF;
}
.AnyTagClassName
{
color: #84C6BF;
}
</style>
background-color css
<style>
a { background-color: #84C6BF; }
a { background-color: rgb(132,198,191); }
div.DivClassName
{
background-color: #84C6BF;
}
.BgClassName
{
background-color: #84C6BF;
}
</style>
border-color css
<style>
span { border-color: #84C6BF; }
span { border-color: rgb(132,198,191); }
td.TdClassName
{
border-color: #84C6BF;
}
.TagClassName
{
border-color: #84C6BF;
}
</style>