Shades of Bermuda #82E2BC
Tints of Bermuda #82E2BC
RGB
CMYK
RGB Variations
Color information
#82E2BC (or 0x82E2BC) is known color: Bermuda. HEX triplet: 82, E2 and BC. RGB value is (130,226,188). Sum of RGB (Red+Green+Blue) = 130+226+188=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #82E2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E2BC is #7D1D43. Grayscale: #C1C1C1. Windows color (decimal): -8199492 or 12378754. OLE color: 12378754.
HSL color Cylindrical-coordinate representation of color #82E2BC: hue angle of 156.25º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E2BC is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 188 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.11 |
| HSL | 156.25º | 0.62% | 0.7% | - |
| HSV(B) | 156.25º | 0.42% | 0.89% | - |
| XYZ | 45.48 | 62.77 | 57.3 | - |
| YUV | 192.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 188 | 0.42 | 0 | 0.17 | 0.11 | 156.25 | 0.62 | 0.7 |
| Hex | 82 | E2 | BC | 2A | 0 | 11 | B | 9C | 3E | 46 |
| Octal | 202 | 342 | 274 | 52 | 0 | 21 | 13 | 234 | 76 | 106 |
| Binary | 10000010 | 11100010 | 10111100 | 101010 | 0 | 10001 | 1011 | 10011100 | 111110 | 1000110 |
Color Harmonies of #82E2BC
Complementary color
Monochromatic Colors of #82E2BC
Black with #82E2BC
Text Example
Text Example
White with #82E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E2BC; }
p { color: rgb(130,226,188); }
H1.HeaderClassName
{
color: #82E2BC;
}
.AnyTagClassName
{
color: #82E2BC;
}
</style>
background-color css
<style>
a { background-color: #82E2BC; }
a { background-color: rgb(130,226,188); }
div.DivClassName
{
background-color: #82E2BC;
}
.BgClassName
{
background-color: #82E2BC;
}
</style>
border-color css
<style>
span { border-color: #82E2BC; }
span { border-color: rgb(130,226,188); }
td.TdClassName
{
border-color: #82E2BC;
}
.TagClassName
{
border-color: #82E2BC;
}
</style>