Shades of Bermuda #82D1C7
Tints of Bermuda #82D1C7
RGB
CMYK
RGB Variations
Color information
#82D1C7 (or 0x82D1C7) is known color: Bermuda. HEX triplet: 82, D1 and C7. RGB value is (130,209,199). Sum of RGB (Red+Green+Blue) = 130+209+199=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1C7 is #7D2E38. Grayscale: #B8B8B8. Windows color (decimal): -8203833 or 13095298. OLE color: 13095298.
HSL color Cylindrical-coordinate representation of color #82D1C7: hue angle of 172.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D1C7 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 199 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.18 |
| HSL | 172.41º | 0.46% | 0.66% | - |
| HSV(B) | 172.41º | 0.38% | 0.82% | - |
| XYZ | 42.32 | 54.47 | 62.32 | - |
| YUV | 184.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 199 | 0.38 | 0 | 0.05 | 0.18 | 172.41 | 0.46 | 0.66 |
| Hex | 82 | D1 | C7 | 26 | 0 | 5 | 12 | AC | 2E | 42 |
| Octal | 202 | 321 | 307 | 46 | 0 | 5 | 22 | 254 | 56 | 102 |
| Binary | 10000010 | 11010001 | 11000111 | 100110 | 0 | 101 | 10010 | 10101100 | 101110 | 1000010 |
Color Harmonies of #82D1C7
Complementary color
Monochromatic Colors of #82D1C7
Black with #82D1C7
Text Example
Text Example
White with #82D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D1C7; }
p { color: rgb(130,209,199); }
H1.HeaderClassName
{
color: #82D1C7;
}
.AnyTagClassName
{
color: #82D1C7;
}
</style>
background-color css
<style>
a { background-color: #82D1C7; }
a { background-color: rgb(130,209,199); }
div.DivClassName
{
background-color: #82D1C7;
}
.BgClassName
{
background-color: #82D1C7;
}
</style>
border-color css
<style>
span { border-color: #82D1C7; }
span { border-color: rgb(130,209,199); }
td.TdClassName
{
border-color: #82D1C7;
}
.TagClassName
{
border-color: #82D1C7;
}
</style>