Shades of Bermuda #83D9BC
Tints of Bermuda #83D9BC
RGB
CMYK
RGB Variations
Color information
#83D9BC (or 0x83D9BC) is known color: Bermuda. HEX triplet: 83, D9 and BC. RGB value is (131,217,188). Sum of RGB (Red+Green+Blue) = 131+217+188=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #83D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D9BC is #7C2643. Grayscale: #BCBCBC. Windows color (decimal): -8136260 or 12376451. OLE color: 12376451.
HSL color Cylindrical-coordinate representation of color #83D9BC: hue angle of 159.77º 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 #83D9BC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 217 | 188 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.15 |
| HSL | 159.77º | 0.53% | 0.68% | - |
| HSV(B) | 159.77º | 0.4% | 0.85% | - |
| XYZ | 43.25 | 58.08 | 56.51 | - |
| YUV | 187.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 217 | 188 | 0.40 | 0 | 0.13 | 0.15 | 159.77 | 0.53 | 0.68 |
| Hex | 83 | D9 | BC | 28 | 0 | D | F | A0 | 35 | 44 |
| Octal | 203 | 331 | 274 | 50 | 0 | 15 | 17 | 240 | 65 | 104 |
| Binary | 10000011 | 11011001 | 10111100 | 101000 | 0 | 1101 | 1111 | 10100000 | 110101 | 1000100 |
Color Harmonies of #83D9BC
Complementary color
Monochromatic Colors of #83D9BC
Black with #83D9BC
Text Example
Text Example
White with #83D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D9BC; }
p { color: rgb(131,217,188); }
H1.HeaderClassName
{
color: #83D9BC;
}
.AnyTagClassName
{
color: #83D9BC;
}
</style>
background-color css
<style>
a { background-color: #83D9BC; }
a { background-color: rgb(131,217,188); }
div.DivClassName
{
background-color: #83D9BC;
}
.BgClassName
{
background-color: #83D9BC;
}
</style>
border-color css
<style>
span { border-color: #83D9BC; }
span { border-color: rgb(131,217,188); }
td.TdClassName
{
border-color: #83D9BC;
}
.TagClassName
{
border-color: #83D9BC;
}
</style>