Shades of Bermuda #82CEB9
Tints of Bermuda #82CEB9
RGB
CMYK
RGB Variations
Color information
#82CEB9 (or 0x82CEB9) is known color: Bermuda. HEX triplet: 82, CE and B9. RGB value is (130,206,185). Sum of RGB (Red+Green+Blue) = 130+206+185=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEB9 is #7D3146. Grayscale: #B4B4B4. Windows color (decimal): -8204615 or 12177026. OLE color: 12177026.
HSL color Cylindrical-coordinate representation of color #82CEB9: hue angle of 163.42º 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 #82CEB9 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 185 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.19 |
| HSL | 163.42º | 0.44% | 0.66% | - |
| HSV(B) | 163.42º | 0.37% | 0.81% | - |
| XYZ | 40.03 | 52.39 | 53.9 | - |
| YUV | 180.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 185 | 0.37 | 0 | 0.10 | 0.19 | 163.42 | 0.44 | 0.66 |
| Hex | 82 | CE | B9 | 25 | 0 | A | 13 | A3 | 2C | 42 |
| Octal | 202 | 316 | 271 | 45 | 0 | 12 | 23 | 243 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10111001 | 100101 | 0 | 1010 | 10011 | 10100011 | 101100 | 1000010 |
Color Harmonies of #82CEB9
Complementary color
Monochromatic Colors of #82CEB9
Black with #82CEB9
Text Example
Text Example
White with #82CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEB9; }
p { color: rgb(130,206,185); }
H1.HeaderClassName
{
color: #82CEB9;
}
.AnyTagClassName
{
color: #82CEB9;
}
</style>
background-color css
<style>
a { background-color: #82CEB9; }
a { background-color: rgb(130,206,185); }
div.DivClassName
{
background-color: #82CEB9;
}
.BgClassName
{
background-color: #82CEB9;
}
</style>
border-color css
<style>
span { border-color: #82CEB9; }
span { border-color: rgb(130,206,185); }
td.TdClassName
{
border-color: #82CEB9;
}
.TagClassName
{
border-color: #82CEB9;
}
</style>