Shades of Bermuda #82D0BE
Tints of Bermuda #82D0BE
RGB
CMYK
RGB Variations
Color information
#82D0BE (or 0x82D0BE) is known color: Bermuda. HEX triplet: 82, D0 and BE. RGB value is (130,208,190). Sum of RGB (Red+Green+Blue) = 130+208+190=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0BE is #7D2F41. Grayscale: #B6B6B6. Windows color (decimal): -8204098 or 12505218. OLE color: 12505218.
HSL color Cylindrical-coordinate representation of color #82D0BE: hue angle of 166.15º degrees, saturation: 0.45, 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 #82D0BE is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 190 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.18 |
| HSL | 166.15º | 0.45% | 0.66% | - |
| HSV(B) | 166.15º | 0.38% | 0.82% | - |
| XYZ | 41.06 | 53.58 | 56.89 | - |
| YUV | 182.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 190 | 0.38 | 0 | 0.09 | 0.18 | 166.15 | 0.45 | 0.66 |
| Hex | 82 | D0 | BE | 26 | 0 | 9 | 12 | A6 | 2D | 42 |
| Octal | 202 | 320 | 276 | 46 | 0 | 11 | 22 | 246 | 55 | 102 |
| Binary | 10000010 | 11010000 | 10111110 | 100110 | 0 | 1001 | 10010 | 10100110 | 101101 | 1000010 |
Color Harmonies of #82D0BE
Complementary color
Monochromatic Colors of #82D0BE
Black with #82D0BE
Text Example
Text Example
White with #82D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0BE; }
p { color: rgb(130,208,190); }
H1.HeaderClassName
{
color: #82D0BE;
}
.AnyTagClassName
{
color: #82D0BE;
}
</style>
background-color css
<style>
a { background-color: #82D0BE; }
a { background-color: rgb(130,208,190); }
div.DivClassName
{
background-color: #82D0BE;
}
.BgClassName
{
background-color: #82D0BE;
}
</style>
border-color css
<style>
span { border-color: #82D0BE; }
span { border-color: rgb(130,208,190); }
td.TdClassName
{
border-color: #82D0BE;
}
.TagClassName
{
border-color: #82D0BE;
}
</style>