Shades of Bermuda #82D6C0
Tints of Bermuda #82D6C0
RGB
CMYK
RGB Variations
Color information
#82D6C0 (or 0x82D6C0) is known color: Bermuda. HEX triplet: 82, D6 and C0. RGB value is (130,214,192). Sum of RGB (Red+Green+Blue) = 130+214+192=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #82D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D6C0 is #7D293F. Grayscale: #BABABA. Windows color (decimal): -8202560 or 12637826. OLE color: 12637826.
HSL color Cylindrical-coordinate representation of color #82D6C0: hue angle of 164.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D6C0 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 192 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.16 |
| HSL | 164.29º | 0.51% | 0.67% | - |
| HSV(B) | 164.29º | 0.39% | 0.84% | - |
| XYZ | 42.77 | 56.64 | 58.55 | - |
| YUV | 186.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 192 | 0.39 | 0 | 0.10 | 0.16 | 164.29 | 0.51 | 0.67 |
| Hex | 82 | D6 | C0 | 27 | 0 | A | 10 | A4 | 33 | 43 |
| Octal | 202 | 326 | 300 | 47 | 0 | 12 | 20 | 244 | 63 | 103 |
| Binary | 10000010 | 11010110 | 11000000 | 100111 | 0 | 1010 | 10000 | 10100100 | 110011 | 1000011 |
Color Harmonies of #82D6C0
Complementary color
Monochromatic Colors of #82D6C0
Black with #82D6C0
Text Example
Text Example
White with #82D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D6C0; }
p { color: rgb(130,214,192); }
H1.HeaderClassName
{
color: #82D6C0;
}
.AnyTagClassName
{
color: #82D6C0;
}
</style>
background-color css
<style>
a { background-color: #82D6C0; }
a { background-color: rgb(130,214,192); }
div.DivClassName
{
background-color: #82D6C0;
}
.BgClassName
{
background-color: #82D6C0;
}
</style>
border-color css
<style>
span { border-color: #82D6C0; }
span { border-color: rgb(130,214,192); }
td.TdClassName
{
border-color: #82D6C0;
}
.TagClassName
{
border-color: #82D6C0;
}
</style>