Shades of Bermuda #82D3C0
Tints of Bermuda #82D3C0
RGB
CMYK
RGB Variations
Color information
#82D3C0 (or 0x82D3C0) is known color: Bermuda. HEX triplet: 82, D3 and C0. RGB value is (130,211,192). Sum of RGB (Red+Green+Blue) = 130+211+192=533 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.39% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #82D3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D3C0 is #7D2C3F. Grayscale: #B8B8B8. Windows color (decimal): -8203328 or 12637058. OLE color: 12637058.
HSL color Cylindrical-coordinate representation of color #82D3C0: hue angle of 165.93º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D3C0 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 211 | 192 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.17 |
| HSL | 165.93º | 0.48% | 0.67% | - |
| HSV(B) | 165.93º | 0.38% | 0.83% | - |
| XYZ | 42.01 | 55.14 | 58.3 | - |
| YUV | 184.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 211 | 192 | 0.38 | 0 | 0.09 | 0.17 | 165.93 | 0.48 | 0.67 |
| Hex | 82 | D3 | C0 | 26 | 0 | 9 | 11 | A6 | 30 | 43 |
| Octal | 202 | 323 | 300 | 46 | 0 | 11 | 21 | 246 | 60 | 103 |
| Binary | 10000010 | 11010011 | 11000000 | 100110 | 0 | 1001 | 10001 | 10100110 | 110000 | 1000011 |
Color Harmonies of #82D3C0
Complementary color
Monochromatic Colors of #82D3C0
Black with #82D3C0
Text Example
Text Example
White with #82D3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D3C0; }
p { color: rgb(130,211,192); }
H1.HeaderClassName
{
color: #82D3C0;
}
.AnyTagClassName
{
color: #82D3C0;
}
</style>
background-color css
<style>
a { background-color: #82D3C0; }
a { background-color: rgb(130,211,192); }
div.DivClassName
{
background-color: #82D3C0;
}
.BgClassName
{
background-color: #82D3C0;
}
</style>
border-color css
<style>
span { border-color: #82D3C0; }
span { border-color: rgb(130,211,192); }
td.TdClassName
{
border-color: #82D3C0;
}
.TagClassName
{
border-color: #82D3C0;
}
</style>