Shades of Bermuda #82CDB9
Tints of Bermuda #82CDB9
RGB
CMYK
RGB Variations
Color information
#82CDB9 (or 0x82CDB9) is known color: Bermuda. HEX triplet: 82, CD and B9. RGB value is (130,205,185). Sum of RGB (Red+Green+Blue) = 130+205+185=520 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CDB9 is #7D3246. Grayscale: #B4B4B4. Windows color (decimal): -8204871 or 12176770. OLE color: 12176770.
HSL color Cylindrical-coordinate representation of color #82CDB9: hue angle of 164º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDB9 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 205 | 185 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.20 |
| HSL | 164º | 0.43% | 0.66% | - |
| HSV(B) | 164º | 0.37% | 0.8% | - |
| XYZ | 39.79 | 51.91 | 53.82 | - |
| YUV | 180.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 185 | 0.37 | 0 | 0.10 | 0.20 | 164 | 0.43 | 0.66 |
| Hex | 82 | CD | B9 | 25 | 0 | A | 14 | A4 | 2B | 42 |
| Octal | 202 | 315 | 271 | 45 | 0 | 12 | 24 | 244 | 53 | 102 |
| Binary | 10000010 | 11001101 | 10111001 | 100101 | 0 | 1010 | 10100 | 10100100 | 101011 | 1000010 |
Color Harmonies of #82CDB9
Complementary color
Monochromatic Colors of #82CDB9
Black with #82CDB9
Text Example
Text Example
White with #82CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CDB9; }
p { color: rgb(130,205,185); }
H1.HeaderClassName
{
color: #82CDB9;
}
.AnyTagClassName
{
color: #82CDB9;
}
</style>
background-color css
<style>
a { background-color: #82CDB9; }
a { background-color: rgb(130,205,185); }
div.DivClassName
{
background-color: #82CDB9;
}
.BgClassName
{
background-color: #82CDB9;
}
</style>
border-color css
<style>
span { border-color: #82CDB9; }
span { border-color: rgb(130,205,185); }
td.TdClassName
{
border-color: #82CDB9;
}
.TagClassName
{
border-color: #82CDB9;
}
</style>