Shades of Bermuda #82D0BA
Tints of Bermuda #82D0BA
RGB
CMYK
RGB Variations
Color information
#82D0BA (or 0x82D0BA) is known color: Bermuda. HEX triplet: 82, D0 and BA. RGB value is (130,208,186). Sum of RGB (Red+Green+Blue) = 130+208+186=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0BA is #7D2F45. Grayscale: #B6B6B6. Windows color (decimal): -8204102 or 12243074. OLE color: 12243074.
HSL color Cylindrical-coordinate representation of color #82D0BA: hue angle of 163.08º 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 #82D0BA is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 186 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.18 |
| HSL | 163.08º | 0.45% | 0.66% | - |
| HSV(B) | 163.08º | 0.38% | 0.82% | - |
| XYZ | 40.62 | 53.4 | 54.62 | - |
| YUV | 182.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 186 | 0.38 | 0 | 0.11 | 0.18 | 163.08 | 0.45 | 0.66 |
| Hex | 82 | D0 | BA | 26 | 0 | B | 12 | A3 | 2D | 42 |
| Octal | 202 | 320 | 272 | 46 | 0 | 13 | 22 | 243 | 55 | 102 |
| Binary | 10000010 | 11010000 | 10111010 | 100110 | 0 | 1011 | 10010 | 10100011 | 101101 | 1000010 |
Color Harmonies of #82D0BA
Complementary color
Monochromatic Colors of #82D0BA
Black with #82D0BA
Text Example
Text Example
White with #82D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0BA; }
p { color: rgb(130,208,186); }
H1.HeaderClassName
{
color: #82D0BA;
}
.AnyTagClassName
{
color: #82D0BA;
}
</style>
background-color css
<style>
a { background-color: #82D0BA; }
a { background-color: rgb(130,208,186); }
div.DivClassName
{
background-color: #82D0BA;
}
.BgClassName
{
background-color: #82D0BA;
}
</style>
border-color css
<style>
span { border-color: #82D0BA; }
span { border-color: rgb(130,208,186); }
td.TdClassName
{
border-color: #82D0BA;
}
.TagClassName
{
border-color: #82D0BA;
}
</style>