Shades of Bermuda #82CEBD
Tints of Bermuda #82CEBD
RGB
CMYK
RGB Variations
Color information
#82CEBD (or 0x82CEBD) is known color: Bermuda. HEX triplet: 82, CE and BD. RGB value is (130,206,189). Sum of RGB (Red+Green+Blue) = 130+206+189=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEBD is #7D3142. Grayscale: #B5B5B5. Windows color (decimal): -8204611 or 12439170. OLE color: 12439170.
HSL color Cylindrical-coordinate representation of color #82CEBD: hue angle of 166.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEBD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 189 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.19 |
| HSL | 166.58º | 0.44% | 0.66% | - |
| HSV(B) | 166.58º | 0.37% | 0.81% | - |
| XYZ | 40.46 | 52.56 | 56.16 | - |
| YUV | 181.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 189 | 0.37 | 0 | 0.08 | 0.19 | 166.58 | 0.44 | 0.66 |
| Hex | 82 | CE | BD | 25 | 0 | 8 | 13 | A7 | 2C | 42 |
| Octal | 202 | 316 | 275 | 45 | 0 | 10 | 23 | 247 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10111101 | 100101 | 0 | 1000 | 10011 | 10100111 | 101100 | 1000010 |
Color Harmonies of #82CEBD
Complementary color
Monochromatic Colors of #82CEBD
Black with #82CEBD
Text Example
Text Example
White with #82CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEBD; }
p { color: rgb(130,206,189); }
H1.HeaderClassName
{
color: #82CEBD;
}
.AnyTagClassName
{
color: #82CEBD;
}
</style>
background-color css
<style>
a { background-color: #82CEBD; }
a { background-color: rgb(130,206,189); }
div.DivClassName
{
background-color: #82CEBD;
}
.BgClassName
{
background-color: #82CEBD;
}
</style>
border-color css
<style>
span { border-color: #82CEBD; }
span { border-color: rgb(130,206,189); }
td.TdClassName
{
border-color: #82CEBD;
}
.TagClassName
{
border-color: #82CEBD;
}
</style>