Shades of Bermuda #83D5BF
Tints of Bermuda #83D5BF
RGB
CMYK
RGB Variations
Color information
#83D5BF (or 0x83D5BF) is known color: Bermuda. HEX triplet: 83, D5 and BF. RGB value is (131,213,191). Sum of RGB (Red+Green+Blue) = 131+213+191=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #83D5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D5BF is #7C2A40. Grayscale: #B9B9B9. Windows color (decimal): -8137281 or 12572035. OLE color: 12572035.
HSL color Cylindrical-coordinate representation of color #83D5BF: hue angle of 163.9º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D5BF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 191 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.16 |
| HSL | 163.9º | 0.49% | 0.67% | - |
| HSV(B) | 163.9º | 0.38% | 0.84% | - |
| XYZ | 42.56 | 56.18 | 57.89 | - |
| YUV | 185.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 191 | 0.38 | 0 | 0.10 | 0.16 | 163.9 | 0.49 | 0.67 |
| Hex | 83 | D5 | BF | 26 | 0 | A | 10 | A4 | 31 | 43 |
| Octal | 203 | 325 | 277 | 46 | 0 | 12 | 20 | 244 | 61 | 103 |
| Binary | 10000011 | 11010101 | 10111111 | 100110 | 0 | 1010 | 10000 | 10100100 | 110001 | 1000011 |
Color Harmonies of #83D5BF
Complementary color
Monochromatic Colors of #83D5BF
Black with #83D5BF
Text Example
Text Example
White with #83D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D5BF; }
p { color: rgb(131,213,191); }
H1.HeaderClassName
{
color: #83D5BF;
}
.AnyTagClassName
{
color: #83D5BF;
}
</style>
background-color css
<style>
a { background-color: #83D5BF; }
a { background-color: rgb(131,213,191); }
div.DivClassName
{
background-color: #83D5BF;
}
.BgClassName
{
background-color: #83D5BF;
}
</style>
border-color css
<style>
span { border-color: #83D5BF; }
span { border-color: rgb(131,213,191); }
td.TdClassName
{
border-color: #83D5BF;
}
.TagClassName
{
border-color: #83D5BF;
}
</style>