Shades of Bermuda #83D9B5
Tints of Bermuda #83D9B5
RGB
CMYK
RGB Variations
Color information
#83D9B5 (or 0x83D9B5) is known color: Bermuda. HEX triplet: 83, D9 and B5. RGB value is (131,217,181). Sum of RGB (Red+Green+Blue) = 131+217+181=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9B5 is #7C264A. Grayscale: #BBBBBB. Windows color (decimal): -8136267 or 11917699. OLE color: 11917699.
HSL color Cylindrical-coordinate representation of color #83D9B5: hue angle of 154.88º degrees, saturation: 0.53, 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 #83D9B5 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 181 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.15 |
| HSL | 154.88º | 0.53% | 0.68% | - |
| HSV(B) | 154.88º | 0.4% | 0.85% | - |
| XYZ | 42.51 | 57.79 | 52.63 | - |
| YUV | 187.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 181 | 0.40 | 0 | 0.17 | 0.15 | 154.88 | 0.53 | 0.68 |
| Hex | 83 | D9 | B5 | 28 | 0 | 11 | F | 9B | 35 | 44 |
| Octal | 203 | 331 | 265 | 50 | 0 | 21 | 17 | 233 | 65 | 104 |
| Binary | 10000011 | 11011001 | 10110101 | 101000 | 0 | 10001 | 1111 | 10011011 | 110101 | 1000100 |
Color Harmonies of #83D9B5
Complementary color
Monochromatic Colors of #83D9B5
Black with #83D9B5
Text Example
Text Example
White with #83D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D9B5; }
p { color: rgb(131,217,181); }
H1.HeaderClassName
{
color: #83D9B5;
}
.AnyTagClassName
{
color: #83D9B5;
}
</style>
background-color css
<style>
a { background-color: #83D9B5; }
a { background-color: rgb(131,217,181); }
div.DivClassName
{
background-color: #83D9B5;
}
.BgClassName
{
background-color: #83D9B5;
}
</style>
border-color css
<style>
span { border-color: #83D9B5; }
span { border-color: rgb(131,217,181); }
td.TdClassName
{
border-color: #83D9B5;
}
.TagClassName
{
border-color: #83D9B5;
}
</style>