Shades of Bermuda #82DCBA
Tints of Bermuda #82DCBA
RGB
CMYK
RGB Variations
Color information
#82DCBA (or 0x82DCBA) is known color: Bermuda. HEX triplet: 82, DC and BA. RGB value is (130,220,186). Sum of RGB (Red+Green+Blue) = 130+220+186=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCBA is #7D2345. Grayscale: #BDBDBD. Windows color (decimal): -8201030 or 12246146. OLE color: 12246146.
HSL color Cylindrical-coordinate representation of color #82DCBA: hue angle of 157.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCBA is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 186 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.14 |
| HSL | 157.33º | 0.56% | 0.69% | - |
| HSV(B) | 157.33º | 0.41% | 0.86% | - |
| XYZ | 43.66 | 59.48 | 55.63 | - |
| YUV | 189.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 186 | 0.41 | 0 | 0.15 | 0.14 | 157.33 | 0.56 | 0.69 |
| Hex | 82 | DC | BA | 29 | 0 | F | E | 9D | 38 | 45 |
| Octal | 202 | 334 | 272 | 51 | 0 | 17 | 16 | 235 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10111010 | 101001 | 0 | 1111 | 1110 | 10011101 | 111000 | 1000101 |
Color Harmonies of #82DCBA
Complementary color
Monochromatic Colors of #82DCBA
Black with #82DCBA
Text Example
Text Example
White with #82DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCBA; }
p { color: rgb(130,220,186); }
H1.HeaderClassName
{
color: #82DCBA;
}
.AnyTagClassName
{
color: #82DCBA;
}
</style>
background-color css
<style>
a { background-color: #82DCBA; }
a { background-color: rgb(130,220,186); }
div.DivClassName
{
background-color: #82DCBA;
}
.BgClassName
{
background-color: #82DCBA;
}
</style>
border-color css
<style>
span { border-color: #82DCBA; }
span { border-color: rgb(130,220,186); }
td.TdClassName
{
border-color: #82DCBA;
}
.TagClassName
{
border-color: #82DCBA;
}
</style>