Shades of Bermuda #82D1BE
Tints of Bermuda #82D1BE
RGB
CMYK
RGB Variations
Color information
#82D1BE (or 0x82D1BE) is known color: Bermuda. HEX triplet: 82, D1 and BE. RGB value is (130,209,190). Sum of RGB (Red+Green+Blue) = 130+209+190=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1BE is #7D2E41. Grayscale: #B7B7B7. Windows color (decimal): -8203842 or 12505474. OLE color: 12505474.
HSL color Cylindrical-coordinate representation of color #82D1BE: hue angle of 165.57º 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 #82D1BE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 190 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.18 |
| HSL | 165.57º | 0.46% | 0.66% | - |
| HSV(B) | 165.57º | 0.38% | 0.82% | - |
| XYZ | 41.3 | 54.06 | 56.97 | - |
| YUV | 183.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 190 | 0.38 | 0 | 0.09 | 0.18 | 165.57 | 0.46 | 0.66 |
| Hex | 82 | D1 | BE | 26 | 0 | 9 | 12 | A6 | 2E | 42 |
| Octal | 202 | 321 | 276 | 46 | 0 | 11 | 22 | 246 | 56 | 102 |
| Binary | 10000010 | 11010001 | 10111110 | 100110 | 0 | 1001 | 10010 | 10100110 | 101110 | 1000010 |
Color Harmonies of #82D1BE
Complementary color
Monochromatic Colors of #82D1BE
Black with #82D1BE
Text Example
Text Example
White with #82D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D1BE; }
p { color: rgb(130,209,190); }
H1.HeaderClassName
{
color: #82D1BE;
}
.AnyTagClassName
{
color: #82D1BE;
}
</style>
background-color css
<style>
a { background-color: #82D1BE; }
a { background-color: rgb(130,209,190); }
div.DivClassName
{
background-color: #82D1BE;
}
.BgClassName
{
background-color: #82D1BE;
}
</style>
border-color css
<style>
span { border-color: #82D1BE; }
span { border-color: rgb(130,209,190); }
td.TdClassName
{
border-color: #82D1BE;
}
.TagClassName
{
border-color: #82D1BE;
}
</style>