Shades of Bermuda #83D4BE
Tints of Bermuda #83D4BE
RGB
CMYK
RGB Variations
Color information
#83D4BE (or 0x83D4BE) is known color: Bermuda. HEX triplet: 83, D4 and BE. RGB value is (131,212,190). Sum of RGB (Red+Green+Blue) = 131+212+190=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #83D4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D4BE is #7C2B41. Grayscale: #B9B9B9. Windows color (decimal): -8137538 or 12506243. OLE color: 12506243.
HSL color Cylindrical-coordinate representation of color #83D4BE: hue angle of 163.7º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83D4BE is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 212 | 190 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.17 |
| HSL | 163.7º | 0.49% | 0.67% | - |
| HSV(B) | 163.7º | 0.38% | 0.83% | - |
| XYZ | 42.2 | 55.63 | 57.23 | - |
| YUV | 185.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 212 | 190 | 0.38 | 0 | 0.10 | 0.17 | 163.7 | 0.49 | 0.67 |
| Hex | 83 | D4 | BE | 26 | 0 | A | 11 | A4 | 31 | 43 |
| Octal | 203 | 324 | 276 | 46 | 0 | 12 | 21 | 244 | 61 | 103 |
| Binary | 10000011 | 11010100 | 10111110 | 100110 | 0 | 1010 | 10001 | 10100100 | 110001 | 1000011 |
Color Harmonies of #83D4BE
Complementary color
Monochromatic Colors of #83D4BE
Black with #83D4BE
Text Example
Text Example
White with #83D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D4BE; }
p { color: rgb(131,212,190); }
H1.HeaderClassName
{
color: #83D4BE;
}
.AnyTagClassName
{
color: #83D4BE;
}
</style>
background-color css
<style>
a { background-color: #83D4BE; }
a { background-color: rgb(131,212,190); }
div.DivClassName
{
background-color: #83D4BE;
}
.BgClassName
{
background-color: #83D4BE;
}
</style>
border-color css
<style>
span { border-color: #83D4BE; }
span { border-color: rgb(131,212,190); }
td.TdClassName
{
border-color: #83D4BE;
}
.TagClassName
{
border-color: #83D4BE;
}
</style>