Shades of Bermuda #82D7B5
Tints of Bermuda #82D7B5
RGB
CMYK
RGB Variations
Color information
#82D7B5 (or 0x82D7B5) is known color: Bermuda. HEX triplet: 82, D7 and B5. RGB value is (130,215,181). Sum of RGB (Red+Green+Blue) = 130+215+181=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D7B5 is #7D284A. Grayscale: #B9B9B9. Windows color (decimal): -8202315 or 11917186. OLE color: 11917186.
HSL color Cylindrical-coordinate representation of color #82D7B5: hue angle of 156º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7B5 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 181 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.16 |
| HSL | 156º | 0.52% | 0.68% | - |
| HSV(B) | 156º | 0.4% | 0.84% | - |
| XYZ | 41.85 | 56.68 | 52.45 | - |
| YUV | 185.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 181 | 0.40 | 0 | 0.16 | 0.16 | 156 | 0.52 | 0.68 |
| Hex | 82 | D7 | B5 | 28 | 0 | 10 | 10 | 9C | 34 | 44 |
| Octal | 202 | 327 | 265 | 50 | 0 | 20 | 20 | 234 | 64 | 104 |
| Binary | 10000010 | 11010111 | 10110101 | 101000 | 0 | 10000 | 10000 | 10011100 | 110100 | 1000100 |
Color Harmonies of #82D7B5
Complementary color
Monochromatic Colors of #82D7B5
Black with #82D7B5
Text Example
Text Example
White with #82D7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D7B5; }
p { color: rgb(130,215,181); }
H1.HeaderClassName
{
color: #82D7B5;
}
.AnyTagClassName
{
color: #82D7B5;
}
</style>
background-color css
<style>
a { background-color: #82D7B5; }
a { background-color: rgb(130,215,181); }
div.DivClassName
{
background-color: #82D7B5;
}
.BgClassName
{
background-color: #82D7B5;
}
</style>
border-color css
<style>
span { border-color: #82D7B5; }
span { border-color: rgb(130,215,181); }
td.TdClassName
{
border-color: #82D7B5;
}
.TagClassName
{
border-color: #82D7B5;
}
</style>