Shades of Bermuda #83D6BE
Tints of Bermuda #83D6BE
RGB
CMYK
RGB Variations
Color information
#83D6BE (or 0x83D6BE) is known color: Bermuda. HEX triplet: 83, D6 and BE. RGB value is (131,214,190). Sum of RGB (Red+Green+Blue) = 131+214+190=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #83D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D6BE is #7C2941. Grayscale: #BABABA. Windows color (decimal): -8137026 or 12506755. OLE color: 12506755.
HSL color Cylindrical-coordinate representation of color #83D6BE: hue angle of 162.65º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D6BE is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 190 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.16 |
| HSL | 162.65º | 0.5% | 0.68% | - |
| HSV(B) | 162.65º | 0.39% | 0.84% | - |
| XYZ | 42.7 | 56.64 | 57.4 | - |
| YUV | 186.45 | 130 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 190 | 0.39 | 0 | 0.11 | 0.16 | 162.65 | 0.5 | 0.68 |
| Hex | 83 | D6 | BE | 27 | 0 | B | 10 | A3 | 32 | 44 |
| Octal | 203 | 326 | 276 | 47 | 0 | 13 | 20 | 243 | 62 | 104 |
| Binary | 10000011 | 11010110 | 10111110 | 100111 | 0 | 1011 | 10000 | 10100011 | 110010 | 1000100 |
Color Harmonies of #83D6BE
Complementary color
Monochromatic Colors of #83D6BE
Black with #83D6BE
Text Example
Text Example
White with #83D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D6BE; }
p { color: rgb(131,214,190); }
H1.HeaderClassName
{
color: #83D6BE;
}
.AnyTagClassName
{
color: #83D6BE;
}
</style>
background-color css
<style>
a { background-color: #83D6BE; }
a { background-color: rgb(131,214,190); }
div.DivClassName
{
background-color: #83D6BE;
}
.BgClassName
{
background-color: #83D6BE;
}
</style>
border-color css
<style>
span { border-color: #83D6BE; }
span { border-color: rgb(131,214,190); }
td.TdClassName
{
border-color: #83D6BE;
}
.TagClassName
{
border-color: #83D6BE;
}
</style>