Shades of Bermuda #83D0BA
Tints of Bermuda #83D0BA
RGB
CMYK
RGB Variations
Color information
#83D0BA (or 0x83D0BA) is known color: Bermuda. HEX triplet: 83, D0 and BA. RGB value is (131,208,186). Sum of RGB (Red+Green+Blue) = 131+208+186=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0BA is #7C2F45. Grayscale: #B6B6B6. Windows color (decimal): -8138566 or 12243075. OLE color: 12243075.
HSL color Cylindrical-coordinate representation of color #83D0BA: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0BA is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 186 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.18 |
| HSL | 162.86º | 0.45% | 0.66% | - |
| HSV(B) | 162.86º | 0.37% | 0.82% | - |
| XYZ | 40.78 | 53.48 | 54.63 | - |
| YUV | 182.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 186 | 0.37 | 0 | 0.11 | 0.18 | 162.86 | 0.45 | 0.66 |
| Hex | 83 | D0 | BA | 25 | 0 | B | 12 | A3 | 2D | 42 |
| Octal | 203 | 320 | 272 | 45 | 0 | 13 | 22 | 243 | 55 | 102 |
| Binary | 10000011 | 11010000 | 10111010 | 100101 | 0 | 1011 | 10010 | 10100011 | 101101 | 1000010 |
Color Harmonies of #83D0BA
Complementary color
Monochromatic Colors of #83D0BA
Black with #83D0BA
Text Example
Text Example
White with #83D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0BA; }
p { color: rgb(131,208,186); }
H1.HeaderClassName
{
color: #83D0BA;
}
.AnyTagClassName
{
color: #83D0BA;
}
</style>
background-color css
<style>
a { background-color: #83D0BA; }
a { background-color: rgb(131,208,186); }
div.DivClassName
{
background-color: #83D0BA;
}
.BgClassName
{
background-color: #83D0BA;
}
</style>
border-color css
<style>
span { border-color: #83D0BA; }
span { border-color: rgb(131,208,186); }
td.TdClassName
{
border-color: #83D0BA;
}
.TagClassName
{
border-color: #83D0BA;
}
</style>