Shades of Bermuda #82D0C1
Tints of Bermuda #82D0C1
RGB
CMYK
RGB Variations
Color information
#82D0C1 (or 0x82D0C1) is known color: Bermuda. HEX triplet: 82, D0 and C1. RGB value is (130,208,193). Sum of RGB (Red+Green+Blue) = 130+208+193=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0C1 is #7D2F3E. Grayscale: #B6B6B6. Windows color (decimal): -8204095 or 12701826. OLE color: 12701826.
HSL color Cylindrical-coordinate representation of color #82D0C1: hue angle of 168.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D0C1 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 193 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.18 |
| HSL | 168.46º | 0.45% | 0.66% | - |
| HSV(B) | 168.46º | 0.38% | 0.82% | - |
| XYZ | 41.39 | 53.71 | 58.64 | - |
| YUV | 182.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 193 | 0.38 | 0 | 0.07 | 0.18 | 168.46 | 0.45 | 0.66 |
| Hex | 82 | D0 | C1 | 26 | 0 | 7 | 12 | A8 | 2D | 42 |
| Octal | 202 | 320 | 301 | 46 | 0 | 7 | 22 | 250 | 55 | 102 |
| Binary | 10000010 | 11010000 | 11000001 | 100110 | 0 | 111 | 10010 | 10101000 | 101101 | 1000010 |
Color Harmonies of #82D0C1
Complementary color
Monochromatic Colors of #82D0C1
Black with #82D0C1
Text Example
Text Example
White with #82D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0C1; }
p { color: rgb(130,208,193); }
H1.HeaderClassName
{
color: #82D0C1;
}
.AnyTagClassName
{
color: #82D0C1;
}
</style>
background-color css
<style>
a { background-color: #82D0C1; }
a { background-color: rgb(130,208,193); }
div.DivClassName
{
background-color: #82D0C1;
}
.BgClassName
{
background-color: #82D0C1;
}
</style>
border-color css
<style>
span { border-color: #82D0C1; }
span { border-color: rgb(130,208,193); }
td.TdClassName
{
border-color: #82D0C1;
}
.TagClassName
{
border-color: #82D0C1;
}
</style>