Shades of Bermuda #82CFB6
Tints of Bermuda #82CFB6
RGB
CMYK
RGB Variations
Color information
#82CFB6 (or 0x82CFB6) is known color: Bermuda. HEX triplet: 82, CF and B6. RGB value is (130,207,182). Sum of RGB (Red+Green+Blue) = 130+207+182=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #82CFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CFB6 is #7D3049. Grayscale: #B5B5B5. Windows color (decimal): -8204362 or 11980674. OLE color: 11980674.
HSL color Cylindrical-coordinate representation of color #82CFB6: hue angle of 160.52º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CFB6 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 182 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.19 |
| HSL | 160.52º | 0.45% | 0.66% | - |
| HSV(B) | 160.52º | 0.37% | 0.81% | - |
| XYZ | 39.96 | 52.75 | 52.33 | - |
| YUV | 181.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 182 | 0.37 | 0 | 0.12 | 0.19 | 160.52 | 0.45 | 0.66 |
| Hex | 82 | CF | B6 | 25 | 0 | C | 13 | A1 | 2D | 42 |
| Octal | 202 | 317 | 266 | 45 | 0 | 14 | 23 | 241 | 55 | 102 |
| Binary | 10000010 | 11001111 | 10110110 | 100101 | 0 | 1100 | 10011 | 10100001 | 101101 | 1000010 |
Color Harmonies of #82CFB6
Complementary color
Monochromatic Colors of #82CFB6
Black with #82CFB6
Text Example
Text Example
White with #82CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFB6; }
p { color: rgb(130,207,182); }
H1.HeaderClassName
{
color: #82CFB6;
}
.AnyTagClassName
{
color: #82CFB6;
}
</style>
background-color css
<style>
a { background-color: #82CFB6; }
a { background-color: rgb(130,207,182); }
div.DivClassName
{
background-color: #82CFB6;
}
.BgClassName
{
background-color: #82CFB6;
}
</style>
border-color css
<style>
span { border-color: #82CFB6; }
span { border-color: rgb(130,207,182); }
td.TdClassName
{
border-color: #82CFB6;
}
.TagClassName
{
border-color: #82CFB6;
}
</style>