Shades of Bermuda #82D1BF
Tints of Bermuda #82D1BF
RGB
CMYK
RGB Variations
Color information
#82D1BF (or 0x82D1BF) is known color: Bermuda. HEX triplet: 82, D1 and BF. RGB value is (130,209,191). Sum of RGB (Red+Green+Blue) = 130+209+191=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1BF is #7D2E40. Grayscale: #B7B7B7. Windows color (decimal): -8203841 or 12571010. OLE color: 12571010.
HSL color Cylindrical-coordinate representation of color #82D1BF: hue angle of 166.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D1BF is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 191 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.18 |
| HSL | 166.33º | 0.46% | 0.66% | - |
| HSV(B) | 166.33º | 0.38% | 0.82% | - |
| XYZ | 41.41 | 54.11 | 57.55 | - |
| YUV | 183.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 191 | 0.38 | 0 | 0.09 | 0.18 | 166.33 | 0.46 | 0.66 |
| Hex | 82 | D1 | BF | 26 | 0 | 9 | 12 | A6 | 2E | 42 |
| Octal | 202 | 321 | 277 | 46 | 0 | 11 | 22 | 246 | 56 | 102 |
| Binary | 10000010 | 11010001 | 10111111 | 100110 | 0 | 1001 | 10010 | 10100110 | 101110 | 1000010 |
Color Harmonies of #82D1BF
Complementary color
Monochromatic Colors of #82D1BF
Black with #82D1BF
Text Example
Text Example
White with #82D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D1BF; }
p { color: rgb(130,209,191); }
H1.HeaderClassName
{
color: #82D1BF;
}
.AnyTagClassName
{
color: #82D1BF;
}
</style>
background-color css
<style>
a { background-color: #82D1BF; }
a { background-color: rgb(130,209,191); }
div.DivClassName
{
background-color: #82D1BF;
}
.BgClassName
{
background-color: #82D1BF;
}
</style>
border-color css
<style>
span { border-color: #82D1BF; }
span { border-color: rgb(130,209,191); }
td.TdClassName
{
border-color: #82D1BF;
}
.TagClassName
{
border-color: #82D1BF;
}
</style>