Shades of Bermuda #83D0BE
Tints of Bermuda #83D0BE
RGB
CMYK
RGB Variations
Color information
#83D0BE (or 0x83D0BE) is known color: Bermuda. HEX triplet: 83, D0 and BE. RGB value is (131,208,190). Sum of RGB (Red+Green+Blue) = 131+208+190=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D0BE is #7C2F41. Grayscale: #B6B6B6. Windows color (decimal): -8138562 or 12505219. OLE color: 12505219.
HSL color Cylindrical-coordinate representation of color #83D0BE: hue angle of 165.97º 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 #83D0BE is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 190 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.18 |
| HSL | 165.97º | 0.45% | 0.66% | - |
| HSV(B) | 165.97º | 0.37% | 0.82% | - |
| XYZ | 41.21 | 53.65 | 56.9 | - |
| YUV | 182.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 190 | 0.37 | 0 | 0.09 | 0.18 | 165.97 | 0.45 | 0.66 |
| Hex | 83 | D0 | BE | 25 | 0 | 9 | 12 | A6 | 2D | 42 |
| Octal | 203 | 320 | 276 | 45 | 0 | 11 | 22 | 246 | 55 | 102 |
| Binary | 10000011 | 11010000 | 10111110 | 100101 | 0 | 1001 | 10010 | 10100110 | 101101 | 1000010 |
Color Harmonies of #83D0BE
Complementary color
Monochromatic Colors of #83D0BE
Black with #83D0BE
Text Example
Text Example
White with #83D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0BE; }
p { color: rgb(131,208,190); }
H1.HeaderClassName
{
color: #83D0BE;
}
.AnyTagClassName
{
color: #83D0BE;
}
</style>
background-color css
<style>
a { background-color: #83D0BE; }
a { background-color: rgb(131,208,190); }
div.DivClassName
{
background-color: #83D0BE;
}
.BgClassName
{
background-color: #83D0BE;
}
</style>
border-color css
<style>
span { border-color: #83D0BE; }
span { border-color: rgb(131,208,190); }
td.TdClassName
{
border-color: #83D0BE;
}
.TagClassName
{
border-color: #83D0BE;
}
</style>