Shades of Bermuda #82C6BF
Tints of Bermuda #82C6BF
RGB
CMYK
RGB Variations
Color information
#82C6BF (or 0x82C6BF) is known color: Bermuda. HEX triplet: 82, C6 and BF. RGB value is (130,198,191). Sum of RGB (Red+Green+Blue) = 130+198+191=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #82C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C6BF is #7D3940. Grayscale: #B0B0B0. Windows color (decimal): -8206657 or 12568194. OLE color: 12568194.
HSL color Cylindrical-coordinate representation of color #82C6BF: hue angle of 173.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82C6BF is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 191 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.22 |
| HSL | 173.82º | 0.37% | 0.64% | - |
| HSV(B) | 173.82º | 0.34% | 0.78% | - |
| XYZ | 38.8 | 48.9 | 56.68 | - |
| YUV | 176.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 191 | 0.34 | 0 | 0.04 | 0.22 | 173.82 | 0.37 | 0.64 |
| Hex | 82 | C6 | BF | 22 | 0 | 4 | 16 | AE | 25 | 40 |
| Octal | 202 | 306 | 277 | 42 | 0 | 4 | 26 | 256 | 45 | 100 |
| Binary | 10000010 | 11000110 | 10111111 | 100010 | 0 | 100 | 10110 | 10101110 | 100101 | 1000000 |
Color Harmonies of #82C6BF
Complementary color
Monochromatic Colors of #82C6BF
Black with #82C6BF
Text Example
Text Example
White with #82C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C6BF; }
p { color: rgb(130,198,191); }
H1.HeaderClassName
{
color: #82C6BF;
}
.AnyTagClassName
{
color: #82C6BF;
}
</style>
background-color css
<style>
a { background-color: #82C6BF; }
a { background-color: rgb(130,198,191); }
div.DivClassName
{
background-color: #82C6BF;
}
.BgClassName
{
background-color: #82C6BF;
}
</style>
border-color css
<style>
span { border-color: #82C6BF; }
span { border-color: rgb(130,198,191); }
td.TdClassName
{
border-color: #82C6BF;
}
.TagClassName
{
border-color: #82C6BF;
}
</style>