Shades of Bermuda #82DABB
Tints of Bermuda #82DABB
RGB
CMYK
RGB Variations
Color information
#82DABB (or 0x82DABB) is known color: Bermuda. HEX triplet: 82, DA and BB. RGB value is (130,218,187). Sum of RGB (Red+Green+Blue) = 130+218+187=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #82DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DABB is #7D2544. Grayscale: #BCBCBC. Windows color (decimal): -8201541 or 12311170. OLE color: 12311170.
HSL color Cylindrical-coordinate representation of color #82DABB: hue angle of 158.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82DABB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 187 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.15 |
| HSL | 158.86º | 0.54% | 0.68% | - |
| HSV(B) | 158.86º | 0.4% | 0.85% | - |
| XYZ | 43.25 | 58.48 | 56.02 | - |
| YUV | 188.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 187 | 0.40 | 0 | 0.14 | 0.15 | 158.86 | 0.54 | 0.68 |
| Hex | 82 | DA | BB | 28 | 0 | E | F | 9F | 36 | 44 |
| Octal | 202 | 332 | 273 | 50 | 0 | 16 | 17 | 237 | 66 | 104 |
| Binary | 10000010 | 11011010 | 10111011 | 101000 | 0 | 1110 | 1111 | 10011111 | 110110 | 1000100 |
Color Harmonies of #82DABB
Complementary color
Monochromatic Colors of #82DABB
Black with #82DABB
Text Example
Text Example
White with #82DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DABB; }
p { color: rgb(130,218,187); }
H1.HeaderClassName
{
color: #82DABB;
}
.AnyTagClassName
{
color: #82DABB;
}
</style>
background-color css
<style>
a { background-color: #82DABB; }
a { background-color: rgb(130,218,187); }
div.DivClassName
{
background-color: #82DABB;
}
.BgClassName
{
background-color: #82DABB;
}
</style>
border-color css
<style>
span { border-color: #82DABB; }
span { border-color: rgb(130,218,187); }
td.TdClassName
{
border-color: #82DABB;
}
.TagClassName
{
border-color: #82DABB;
}
</style>