Shades of Bermuda #82E5B9
Tints of Bermuda #82E5B9
RGB
CMYK
RGB Variations
Color information
#82E5B9 (or 0x82E5B9) is known color: Bermuda. HEX triplet: 82, E5 and B9. RGB value is (130,229,185). Sum of RGB (Red+Green+Blue) = 130+229+185=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #82E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E5B9 is #7D1A46. Grayscale: #C2C2C2. Windows color (decimal): -8198727 or 12182914. OLE color: 12182914.
HSL color Cylindrical-coordinate representation of color #82E5B9: hue angle of 153.33º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E5B9 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 229 | 185 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.10 |
| HSL | 153.33º | 0.66% | 0.7% | - |
| HSV(B) | 153.33º | 0.43% | 0.9% | - |
| XYZ | 45.98 | 64.29 | 55.88 | - |
| YUV | 194.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 229 | 185 | 0.43 | 0 | 0.19 | 0.10 | 153.33 | 0.66 | 0.7 |
| Hex | 82 | E5 | B9 | 2B | 0 | 13 | A | 99 | 42 | 46 |
| Octal | 202 | 345 | 271 | 53 | 0 | 23 | 12 | 231 | 102 | 106 |
| Binary | 10000010 | 11100101 | 10111001 | 101011 | 0 | 10011 | 1010 | 10011001 | 1000010 | 1000110 |
Color Harmonies of #82E5B9
Complementary color
Monochromatic Colors of #82E5B9
Black with #82E5B9
Text Example
Text Example
White with #82E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E5B9; }
p { color: rgb(130,229,185); }
H1.HeaderClassName
{
color: #82E5B9;
}
.AnyTagClassName
{
color: #82E5B9;
}
</style>
background-color css
<style>
a { background-color: #82E5B9; }
a { background-color: rgb(130,229,185); }
div.DivClassName
{
background-color: #82E5B9;
}
.BgClassName
{
background-color: #82E5B9;
}
</style>
border-color css
<style>
span { border-color: #82E5B9; }
span { border-color: rgb(130,229,185); }
td.TdClassName
{
border-color: #82E5B9;
}
.TagClassName
{
border-color: #82E5B9;
}
</style>